@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class DeploymentDtoAllOf extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DEPLOYMENT_TIME |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SOURCE |
static String |
SERIALIZED_NAME_TENANT_ID |
Constructor and Description |
---|
DeploymentDtoAllOf() |
Modifier and Type | Method and Description |
---|---|
DeploymentDtoAllOf |
deploymentTime(Date deploymentTime) |
boolean |
equals(Object o) |
Date |
getDeploymentTime()
The time when the deployment was created.
|
String |
getId()
The id of the deployment.
|
String |
getName()
The name of the deployment.
|
String |
getSource()
The source of the deployment.
|
String |
getTenantId()
The tenant id of the deployment.
|
int |
hashCode() |
DeploymentDtoAllOf |
id(String id) |
DeploymentDtoAllOf |
name(String name) |
void |
setDeploymentTime(Date deploymentTime) |
void |
setId(String id) |
void |
setName(String name) |
void |
setSource(String source) |
void |
setTenantId(String tenantId) |
DeploymentDtoAllOf |
source(String source) |
DeploymentDtoAllOf |
tenantId(String tenantId) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_DEPLOYMENT_TIME
public static final String SERIALIZED_NAME_SOURCE
public static final String SERIALIZED_NAME_NAME
public DeploymentDtoAllOf id(String id)
public void setId(String id)
public DeploymentDtoAllOf tenantId(String tenantId)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
public DeploymentDtoAllOf deploymentTime(Date deploymentTime)
@Nullable public Date getDeploymentTime()
public void setDeploymentTime(Date deploymentTime)
public DeploymentDtoAllOf source(String source)
public void setSource(String source)
public DeploymentDtoAllOf name(String name)
public void setName(String name)
Copyright © 2022. All rights reserved.