@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:43:58.169865-05:00[America/New_York]") public class ServiceDescription extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_BUCKET_NAME |
static String |
JSON_PROPERTY_LABEL |
static String |
JSON_PROPERTY_VARIABLES |
static String |
JSON_PROPERTY_WORKFLOW_NAME |
Constructor and Description |
---|
ServiceDescription() |
Modifier and Type | Method and Description |
---|---|
ServiceDescription |
bucketName(String bucketName) |
boolean |
equals(Object o)
Return true if this ServiceDescription object is equal to o.
|
String |
getBucketName()
Get bucketName
|
String |
getLabel()
Get label
|
Map<String,String> |
getVariables()
Get variables
|
String |
getWorkflowName()
Get workflowName
|
int |
hashCode() |
ServiceDescription |
label(String label) |
ServiceDescription |
putVariablesItem(String key,
String variablesItem) |
void |
setBucketName(String bucketName) |
void |
setLabel(String label) |
void |
setVariables(Map<String,String> variables) |
void |
setWorkflowName(String workflowName) |
String |
toString() |
ServiceDescription |
variables(Map<String,String> variables) |
ServiceDescription |
workflowName(String workflowName) |
public static final String JSON_PROPERTY_BUCKET_NAME
public static final String JSON_PROPERTY_WORKFLOW_NAME
public static final String JSON_PROPERTY_LABEL
public static final String JSON_PROPERTY_VARIABLES
public ServiceDescription bucketName(String bucketName)
public void setBucketName(String bucketName)
public ServiceDescription workflowName(String workflowName)
public void setWorkflowName(String workflowName)
public ServiceDescription label(String label)
public void setLabel(String label)
public ServiceDescription variables(Map<String,String> variables)
public ServiceDescription putVariablesItem(String key, String variablesItem)
public boolean equals(Object o)