@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class JobCreateRequest extends Object
| Constructor and Description |
|---|
JobCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getJobName()
The name of the job
|
String |
getNamespace()
The namespace of the job
|
List<Parameter> |
getParameters()
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 |
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 List<Parameter> getParameters()
public S3PropertiesLocation getS3PropertiesLocation()
public void setS3PropertiesLocation(S3PropertiesLocation s3PropertiesLocation)
Copyright © 2017. All rights reserved.