@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class RedeploymentDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_RESOURCE_IDS |
static String |
SERIALIZED_NAME_RESOURCE_NAMES |
static String |
SERIALIZED_NAME_SOURCE |
Constructor and Description |
---|
RedeploymentDto() |
Modifier and Type | Method and Description |
---|---|
RedeploymentDto |
addResourceIdsItem(String resourceIdsItem) |
RedeploymentDto |
addResourceNamesItem(String resourceNamesItem) |
boolean |
equals(Object o) |
List<String> |
getResourceIds()
A list of deployment resource ids to re-deploy.
|
List<String> |
getResourceNames()
A list of deployment resource names to re-deploy.
|
String |
getSource()
Sets the source of the deployment.
|
int |
hashCode() |
RedeploymentDto |
resourceIds(List<String> resourceIds) |
RedeploymentDto |
resourceNames(List<String> resourceNames) |
void |
setResourceIds(List<String> resourceIds) |
void |
setResourceNames(List<String> resourceNames) |
void |
setSource(String source) |
RedeploymentDto |
source(String source) |
String |
toString() |
public static final String SERIALIZED_NAME_RESOURCE_IDS
public static final String SERIALIZED_NAME_RESOURCE_NAMES
public static final String SERIALIZED_NAME_SOURCE
public RedeploymentDto resourceIds(List<String> resourceIds)
public RedeploymentDto addResourceIdsItem(String resourceIdsItem)
@Nullable public List<String> getResourceIds()
public RedeploymentDto resourceNames(List<String> resourceNames)
public RedeploymentDto addResourceNamesItem(String resourceNamesItem)
@Nullable public List<String> getResourceNames()
public RedeploymentDto source(String source)
public void setSource(String source)
Copyright © 2022. All rights reserved.