@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class EmrOozieStepAddRequest extends Object
| Constructor and Description |
|---|
EmrOozieStepAddRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId() |
Boolean |
getContinueOnError() |
String |
getEmrClusterDefinitionName() |
String |
getEmrClusterId() |
String |
getEmrClusterName() |
String |
getNamespace() |
String |
getOoziePropertiesFileLocation() |
String |
getStepName() |
String |
getWorkflowXmlLocation() |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setContinueOnError(Boolean continueOnError) |
void |
setEmrClusterDefinitionName(String emrClusterDefinitionName) |
void |
setEmrClusterId(String emrClusterId) |
void |
setEmrClusterName(String emrClusterName) |
void |
setNamespace(String namespace) |
void |
setOoziePropertiesFileLocation(String ooziePropertiesFileLocation) |
void |
setStepName(String stepName) |
void |
setWorkflowXmlLocation(String workflowXmlLocation) |
String |
toString() |
public String getNamespace()
public void setNamespace(String namespace)
public String getEmrClusterDefinitionName()
public void setEmrClusterDefinitionName(String emrClusterDefinitionName)
public String getEmrClusterName()
public void setEmrClusterName(String emrClusterName)
public String getStepName()
public void setStepName(String stepName)
public String getWorkflowXmlLocation()
public void setWorkflowXmlLocation(String workflowXmlLocation)
public String getOoziePropertiesFileLocation()
public void setOoziePropertiesFileLocation(String ooziePropertiesFileLocation)
public Boolean getContinueOnError()
public void setContinueOnError(Boolean continueOnError)
public String getEmrClusterId()
public void setEmrClusterId(String emrClusterId)
public String getAccountId()
public void setAccountId(String accountId)
Copyright © 2017. All rights reserved.