Class DeploymentUpdate
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.DeploymentUpdate
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class DeploymentUpdate extends Object
A deployment update request
-
Constructor Summary
Constructors Constructor Description DeploymentUpdate() -
Method Summary
Modifier and Type Method Description DeploymentUpdatedescription(String description)booleanequals(Object o)StringgetDescription()New description of the deploymentStringgetName()New name of the deploymentinthashCode()DeploymentUpdatename(String name)voidsetDescription(String description)voidsetName(String name)StringtoString()
-
Constructor Details
-
DeploymentUpdate
public DeploymentUpdate()
-
-
Method Details
-
description
-
getDescription
New description of the deployment- Returns:
- description
-
setDescription
-
name
-
getName
New name of the deployment- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-