|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.airavata.experiment.execution.ExperimentAdvanceOptions
public class ExperimentAdvanceOptions
| Nested Class Summary | |
|---|---|
static class |
ExperimentAdvanceOptions._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
String |
customExperimentId
|
String |
executionUser
|
String |
experimentName
|
String |
metadata
|
static Map<ExperimentAdvanceOptions._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
SecuritySettings |
securitySettings
|
WorkflowOutputDataSettings |
workflowOutputDataSettings
|
WorkflowSchedulingSettings |
workflowSchedulingSettings
|
| Constructor Summary | |
|---|---|
ExperimentAdvanceOptions()
|
|
ExperimentAdvanceOptions(ExperimentAdvanceOptions other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(ExperimentAdvanceOptions other)
|
ExperimentAdvanceOptions |
deepCopy()
|
boolean |
equals(ExperimentAdvanceOptions that)
|
boolean |
equals(Object that)
|
ExperimentAdvanceOptions._Fields |
fieldForId(int fieldId)
|
String |
getCustomExperimentId()
|
String |
getExecutionUser()
|
String |
getExperimentName()
|
Object |
getFieldValue(ExperimentAdvanceOptions._Fields field)
|
String |
getMetadata()
|
SecuritySettings |
getSecuritySettings()
|
WorkflowOutputDataSettings |
getWorkflowOutputDataSettings()
|
WorkflowSchedulingSettings |
getWorkflowSchedulingSettings()
|
int |
hashCode()
|
boolean |
isSet(ExperimentAdvanceOptions._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetCustomExperimentId()
Returns true if field customExperimentId is set (has been assigned a value) and false otherwise |
boolean |
isSetExecutionUser()
Returns true if field executionUser is set (has been assigned a value) and false otherwise |
boolean |
isSetExperimentName()
Returns true if field experimentName is set (has been assigned a value) and false otherwise |
boolean |
isSetMetadata()
Returns true if field metadata is set (has been assigned a value) and false otherwise |
boolean |
isSetSecuritySettings()
Returns true if field securitySettings is set (has been assigned a value) and false otherwise |
boolean |
isSetWorkflowOutputDataSettings()
Returns true if field workflowOutputDataSettings is set (has been assigned a value) and false otherwise |
boolean |
isSetWorkflowSchedulingSettings()
Returns true if field workflowSchedulingSettings is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
ExperimentAdvanceOptions |
setCustomExperimentId(String customExperimentId)
|
void |
setCustomExperimentIdIsSet(boolean value)
|
ExperimentAdvanceOptions |
setExecutionUser(String executionUser)
|
void |
setExecutionUserIsSet(boolean value)
|
ExperimentAdvanceOptions |
setExperimentName(String experimentName)
|
void |
setExperimentNameIsSet(boolean value)
|
void |
setFieldValue(ExperimentAdvanceOptions._Fields field,
Object value)
|
ExperimentAdvanceOptions |
setMetadata(String metadata)
|
void |
setMetadataIsSet(boolean value)
|
ExperimentAdvanceOptions |
setSecuritySettings(SecuritySettings securitySettings)
|
void |
setSecuritySettingsIsSet(boolean value)
|
ExperimentAdvanceOptions |
setWorkflowOutputDataSettings(WorkflowOutputDataSettings workflowOutputDataSettings)
|
void |
setWorkflowOutputDataSettingsIsSet(boolean value)
|
ExperimentAdvanceOptions |
setWorkflowSchedulingSettings(WorkflowSchedulingSettings workflowSchedulingSettings)
|
void |
setWorkflowSchedulingSettingsIsSet(boolean value)
|
String |
toString()
|
void |
unsetCustomExperimentId()
|
void |
unsetExecutionUser()
|
void |
unsetExperimentName()
|
void |
unsetMetadata()
|
void |
unsetSecuritySettings()
|
void |
unsetWorkflowOutputDataSettings()
|
void |
unsetWorkflowSchedulingSettings()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String executionUser
public String metadata
public String experimentName
public String customExperimentId
public WorkflowSchedulingSettings workflowSchedulingSettings
public WorkflowOutputDataSettings workflowOutputDataSettings
public SecuritySettings securitySettings
public static final Map<ExperimentAdvanceOptions._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public ExperimentAdvanceOptions()
public ExperimentAdvanceOptions(ExperimentAdvanceOptions other)
| Method Detail |
|---|
public ExperimentAdvanceOptions deepCopy()
deepCopy in interface org.apache.thrift.TBase<ExperimentAdvanceOptions,ExperimentAdvanceOptions._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ExperimentAdvanceOptions,ExperimentAdvanceOptions._Fields>public String getExecutionUser()
public ExperimentAdvanceOptions setExecutionUser(String executionUser)
public void unsetExecutionUser()
public boolean isSetExecutionUser()
public void setExecutionUserIsSet(boolean value)
public String getMetadata()
public ExperimentAdvanceOptions setMetadata(String metadata)
public void unsetMetadata()
public boolean isSetMetadata()
public void setMetadataIsSet(boolean value)
public String getExperimentName()
public ExperimentAdvanceOptions setExperimentName(String experimentName)
public void unsetExperimentName()
public boolean isSetExperimentName()
public void setExperimentNameIsSet(boolean value)
public String getCustomExperimentId()
public ExperimentAdvanceOptions setCustomExperimentId(String customExperimentId)
public void unsetCustomExperimentId()
public boolean isSetCustomExperimentId()
public void setCustomExperimentIdIsSet(boolean value)
public WorkflowSchedulingSettings getWorkflowSchedulingSettings()
public ExperimentAdvanceOptions setWorkflowSchedulingSettings(WorkflowSchedulingSettings workflowSchedulingSettings)
public void unsetWorkflowSchedulingSettings()
public boolean isSetWorkflowSchedulingSettings()
public void setWorkflowSchedulingSettingsIsSet(boolean value)
public WorkflowOutputDataSettings getWorkflowOutputDataSettings()
public ExperimentAdvanceOptions setWorkflowOutputDataSettings(WorkflowOutputDataSettings workflowOutputDataSettings)
public void unsetWorkflowOutputDataSettings()
public boolean isSetWorkflowOutputDataSettings()
public void setWorkflowOutputDataSettingsIsSet(boolean value)
public SecuritySettings getSecuritySettings()
public ExperimentAdvanceOptions setSecuritySettings(SecuritySettings securitySettings)
public void unsetSecuritySettings()
public boolean isSetSecuritySettings()
public void setSecuritySettingsIsSet(boolean value)
public void setFieldValue(ExperimentAdvanceOptions._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<ExperimentAdvanceOptions,ExperimentAdvanceOptions._Fields>public Object getFieldValue(ExperimentAdvanceOptions._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ExperimentAdvanceOptions,ExperimentAdvanceOptions._Fields>public boolean isSet(ExperimentAdvanceOptions._Fields field)
isSet in interface org.apache.thrift.TBase<ExperimentAdvanceOptions,ExperimentAdvanceOptions._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(ExperimentAdvanceOptions that)
public int hashCode()
hashCode in class Objectpublic int compareTo(ExperimentAdvanceOptions other)
compareTo in interface Comparable<ExperimentAdvanceOptions>public ExperimentAdvanceOptions._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ExperimentAdvanceOptions,ExperimentAdvanceOptions._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<ExperimentAdvanceOptions,ExperimentAdvanceOptions._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<ExperimentAdvanceOptions,ExperimentAdvanceOptions._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||