@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class JobDefinition extends Object
| Constructor and Description |
|---|
JobDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActivitiJobXml()
Activiti workflow XML related to the job
|
String |
getDescription()
Description of the job definition
|
Integer |
getId()
The internal identifier that uniquely references a job definition
|
String |
getJobName()
The name of the job definition
|
String |
getLastUpdatedByUserId()
The user ID under whose authorization context the workflow runs
|
String |
getNamespace()
The namespace of the job definition
|
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 |
setId(Integer id) |
void |
setJobName(String jobName) |
void |
setLastUpdatedByUserId(String lastUpdatedByUserId) |
void |
setNamespace(String namespace) |
void |
setParameters(List<Parameter> parameters) |
void |
setS3PropertiesLocation(S3PropertiesLocation s3PropertiesLocation) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
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)
public String getLastUpdatedByUserId()
public void setLastUpdatedByUserId(String lastUpdatedByUserId)
Copyright © 2017. All rights reserved.