@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class DeploymentResourceDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DEPLOYMENT_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
Constructor and Description |
---|
DeploymentResourceDto() |
Modifier and Type | Method and Description |
---|---|
DeploymentResourceDto |
deploymentId(String deploymentId) |
boolean |
equals(Object o) |
String |
getDeploymentId()
The id of the deployment.
|
String |
getId()
The id of the deployment resource.
|
String |
getName()
The name of the deployment resource
|
int |
hashCode() |
DeploymentResourceDto |
id(String id) |
DeploymentResourceDto |
name(String name) |
void |
setDeploymentId(String deploymentId) |
void |
setId(String id) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DEPLOYMENT_ID
public DeploymentResourceDto id(String id)
public void setId(String id)
public DeploymentResourceDto name(String name)
public void setName(String name)
public DeploymentResourceDto deploymentId(String deploymentId)
@Nullable public String getDeploymentId()
public void setDeploymentId(String deploymentId)
Copyright © 2022. All rights reserved.