Package org.openapitools.client.model
Class DeploymentResourceDto
- java.lang.Object
-
- org.openapitools.client.model.DeploymentResourceDto
-
public class DeploymentResourceDto extends Object
A JSON object corresponding to the `Resource` interface in the engine. Its properties are as follows:
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DEPLOYMENT_IDstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description DeploymentResourceDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentResourceDtodeploymentId(String deploymentId)booleanequals(Object o)StringgetDeploymentId()The id of the deployment.StringgetId()The id of the deployment resource.StringgetName()The name of the deployment resourceinthashCode()DeploymentResourceDtoid(String id)DeploymentResourceDtoname(String name)voidsetDeploymentId(String deploymentId)voidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEPLOYMENT_ID
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public DeploymentResourceDto id(String id)
-
getId
public String getId()
The id of the deployment resource.- Returns:
- id
-
setId
public void setId(String id)
-
name
public DeploymentResourceDto name(String name)
-
getName
public String getName()
The name of the deployment resource- Returns:
- name
-
setName
public void setName(String name)
-
deploymentId
public DeploymentResourceDto deploymentId(String deploymentId)
-
getDeploymentId
public String getDeploymentId()
The id of the deployment.- Returns:
- deploymentId
-
setDeploymentId
public void setDeploymentId(String deploymentId)
-
-