org.apache.airavata.experiment.execution
Class OutputDataSettings

java.lang.Object
  extended by org.apache.airavata.experiment.execution.OutputDataSettings
All Implemented Interfaces:
Serializable, Cloneable, Comparable<OutputDataSettings>, org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>

public class OutputDataSettings
extends Object
implements org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>, Serializable, Cloneable, Comparable<OutputDataSettings>

See Also:
Serialized Form

Nested Class Summary
static class OutputDataSettings._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
 String dataRegURL
           
 boolean isdataPersisted
           
static Map<OutputDataSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 String nodeID
           
 String outputdataDir
           
 
Constructor Summary
OutputDataSettings()
           
OutputDataSettings(OutputDataSettings other)
          Performs a deep copy on other.
 
Method Summary
 void clear()
           
 int compareTo(OutputDataSettings other)
           
 OutputDataSettings deepCopy()
           
 boolean equals(Object that)
           
 boolean equals(OutputDataSettings that)
           
 OutputDataSettings._Fields fieldForId(int fieldId)
           
 String getDataRegURL()
           
 Object getFieldValue(OutputDataSettings._Fields field)
           
 String getNodeID()
           
 String getOutputdataDir()
           
 int hashCode()
           
 boolean isIsdataPersisted()
           
 boolean isSet(OutputDataSettings._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetDataRegURL()
          Returns true if field dataRegURL is set (has been assigned a value) and false otherwise
 boolean isSetIsdataPersisted()
          Returns true if field isdataPersisted is set (has been assigned a value) and false otherwise
 boolean isSetNodeID()
          Returns true if field nodeID is set (has been assigned a value) and false otherwise
 boolean isSetOutputdataDir()
          Returns true if field outputdataDir is set (has been assigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 OutputDataSettings setDataRegURL(String dataRegURL)
           
 void setDataRegURLIsSet(boolean value)
           
 void setFieldValue(OutputDataSettings._Fields field, Object value)
           
 OutputDataSettings setIsdataPersisted(boolean isdataPersisted)
           
 void setIsdataPersistedIsSet(boolean value)
           
 OutputDataSettings setNodeID(String nodeID)
           
 void setNodeIDIsSet(boolean value)
           
 OutputDataSettings setOutputdataDir(String outputdataDir)
           
 void setOutputdataDirIsSet(boolean value)
           
 String toString()
           
 void unsetDataRegURL()
           
 void unsetIsdataPersisted()
           
 void unsetNodeID()
           
 void unsetOutputdataDir()
           
 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

nodeID

public String nodeID

outputdataDir

public String outputdataDir

dataRegURL

public String dataRegURL

isdataPersisted

public boolean isdataPersisted

metaDataMap

public static final Map<OutputDataSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

OutputDataSettings

public OutputDataSettings()

OutputDataSettings

public OutputDataSettings(OutputDataSettings other)
Performs a deep copy on other.

Method Detail

deepCopy

public OutputDataSettings deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>

getNodeID

public String getNodeID()

setNodeID

public OutputDataSettings setNodeID(String nodeID)

unsetNodeID

public void unsetNodeID()

isSetNodeID

public boolean isSetNodeID()
Returns true if field nodeID is set (has been assigned a value) and false otherwise


setNodeIDIsSet

public void setNodeIDIsSet(boolean value)

getOutputdataDir

public String getOutputdataDir()

setOutputdataDir

public OutputDataSettings setOutputdataDir(String outputdataDir)

unsetOutputdataDir

public void unsetOutputdataDir()

isSetOutputdataDir

public boolean isSetOutputdataDir()
Returns true if field outputdataDir is set (has been assigned a value) and false otherwise


setOutputdataDirIsSet

public void setOutputdataDirIsSet(boolean value)

getDataRegURL

public String getDataRegURL()

setDataRegURL

public OutputDataSettings setDataRegURL(String dataRegURL)

unsetDataRegURL

public void unsetDataRegURL()

isSetDataRegURL

public boolean isSetDataRegURL()
Returns true if field dataRegURL is set (has been assigned a value) and false otherwise


setDataRegURLIsSet

public void setDataRegURLIsSet(boolean value)

isIsdataPersisted

public boolean isIsdataPersisted()

setIsdataPersisted

public OutputDataSettings setIsdataPersisted(boolean isdataPersisted)

unsetIsdataPersisted

public void unsetIsdataPersisted()

isSetIsdataPersisted

public boolean isSetIsdataPersisted()
Returns true if field isdataPersisted is set (has been assigned a value) and false otherwise


setIsdataPersistedIsSet

public void setIsdataPersistedIsSet(boolean value)

setFieldValue

public void setFieldValue(OutputDataSettings._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>

getFieldValue

public Object getFieldValue(OutputDataSettings._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>

isSet

public boolean isSet(OutputDataSettings._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(OutputDataSettings that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(OutputDataSettings other)
Specified by:
compareTo in interface Comparable<OutputDataSettings>

fieldForId

public OutputDataSettings._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<OutputDataSettings,OutputDataSettings._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.