Class DeploymentSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.DeploymentSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class DeploymentSpecification extends Object
DeploymentSpecification
-
Constructor Summary
Constructors Constructor Description DeploymentSpecification()
-
Method Summary
Modifier and Type Method Description DeploymentSpecification
description(String description)
boolean
equals(Object o)
String
getDescription()
A human-friendly description.String
getName()
A human-friendly name used as an identifier in APIs that support this option.String
getProjectId()
The id of the project the current user belongs to.int
hashCode()
DeploymentSpecification
name(String name)
DeploymentSpecification
projectId(String projectId)
void
setDescription(String description)
void
setName(String name)
void
setProjectId(String projectId)
String
toString()
-
Constructor Details
-
DeploymentSpecification
public DeploymentSpecification()
-
-
Method Details
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
projectId
-
getProjectId
The id of the project the current user belongs to.- Returns:
- projectId
-
setProjectId
-
equals
-
hashCode
public int hashCode() -
toString
-