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 DeploymentSpecificationdescription(String description)booleanequals(Object o)StringgetDescription()A human-friendly description.StringgetName()A human-friendly name used as an identifier in APIs that support this option.StringgetProjectId()The id of the project the current user belongs to.inthashCode()DeploymentSpecificationname(String name)DeploymentSpecificationprojectId(String projectId)voidsetDescription(String description)voidsetName(String name)voidsetProjectId(String projectId)StringtoString()
-
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
-