@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class JobSignalRequest extends Object
| Constructor and Description |
|---|
JobSignalRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The job id that uniquely identifies the previously submitted job
|
List<Parameter> |
getParameters()
List of key/value pairs that will be made available to the job
|
String |
getReceiveTaskId()
The task Id of the receive task in the job workflow to signal.
|
S3PropertiesLocation |
getS3PropertiesLocation()
The location to the Java properties file in S3
|
int |
hashCode() |
void |
setId(String id) |
void |
setParameters(List<Parameter> parameters) |
void |
setReceiveTaskId(String receiveTaskId) |
void |
setS3PropertiesLocation(S3PropertiesLocation s3PropertiesLocation) |
String |
toString() |
public String getId()
public void setId(String id)
public String getReceiveTaskId()
public void setReceiveTaskId(String receiveTaskId)
public List<Parameter> getParameters()
public S3PropertiesLocation getS3PropertiesLocation()
public void setS3PropertiesLocation(S3PropertiesLocation s3PropertiesLocation)
Copyright © 2017. All rights reserved.