@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class JobDefinitionCreateRequest extends Object
| Constructor and Description |
|---|
JobDefinitionCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActivitiJobXml()
Activiti workflow XML related to the job.
|
String |
getDescription()
An optional description of the job definition
|
String |
getJobName()
The name of the job definition
|
String |
getNamespace()
The name of a valid namespace known by the system
|
List<Parameter> |
getParameters()
Default list of key/value pairs that will be made available to the job when it is executed.
|
S3PropertiesLocation |
getS3PropertiesLocation()
The location to the Java properties file in S3
|
int |
hashCode() |
void |
setActivitiJobXml(String activitiJobXml) |
void |
setDescription(String description) |
void |
setJobName(String jobName) |
void |
setNamespace(String namespace) |
void |
setParameters(List<Parameter> parameters) |
void |
setS3PropertiesLocation(S3PropertiesLocation s3PropertiesLocation) |
String |
toString() |
public String getNamespace()
public void setNamespace(String namespace)
public String getJobName()
public void setJobName(String jobName)
public String getDescription()
public void setDescription(String description)
public String getActivitiJobXml()
public void setActivitiJobXml(String activitiJobXml)
public List<Parameter> getParameters()
public S3PropertiesLocation getS3PropertiesLocation()
public void setS3PropertiesLocation(S3PropertiesLocation s3PropertiesLocation)
Copyright © 2017. All rights reserved.