edu.stolaf.cs.wmrserver.thrift
Class JobService.getStatus_result

java.lang.Object
  extended by edu.stolaf.cs.wmrserver.thrift.JobService.getStatus_result
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<JobService.getStatus_result>, org.apache.thrift.TBase<JobService.getStatus_result,JobService.getStatus_result._Fields>
Enclosing class:
JobService

public static class JobService.getStatus_result
extends java.lang.Object
implements org.apache.thrift.TBase<JobService.getStatus_result,JobService.getStatus_result._Fields>, java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Nested Class Summary
static class JobService.getStatus_result._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static java.util.Map<JobService.getStatus_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 
Constructor Summary
JobService.getStatus_result()
           
JobService.getStatus_result(JobService.getStatus_result other)
          Performs a deep copy on other.
JobService.getStatus_result(JobStatus success, NotFoundException ex1, InternalException ex2)
           
 
Method Summary
 void clear()
           
 int compareTo(JobService.getStatus_result other)
           
 JobService.getStatus_result deepCopy()
           
 boolean equals(JobService.getStatus_result that)
           
 boolean equals(java.lang.Object that)
           
 JobService.getStatus_result._Fields fieldForId(int fieldId)
           
 NotFoundException getEx1()
           
 InternalException getEx2()
           
 java.lang.Object getFieldValue(JobService.getStatus_result._Fields field)
           
 JobStatus getSuccess()
           
 int hashCode()
           
 boolean isSet(JobService.getStatus_result._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetEx1()
          Returns true if field ex1 is set (has been assigned a value) and false otherwise
 boolean isSetEx2()
          Returns true if field ex2 is set (has been assigned a value) and false otherwise
 boolean isSetSuccess()
          Returns true if field success is set (has been assigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 void setEx1(NotFoundException ex1)
           
 void setEx1IsSet(boolean value)
           
 void setEx2(InternalException ex2)
           
 void setEx2IsSet(boolean value)
           
 void setFieldValue(JobService.getStatus_result._Fields field, java.lang.Object value)
           
 void setSuccess(JobStatus success)
           
 void setSuccessIsSet(boolean value)
           
 java.lang.String toString()
           
 void unsetEx1()
           
 void unsetEx2()
           
 void unsetSuccess()
           
 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

metaDataMap

public static final java.util.Map<JobService.getStatus_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

JobService.getStatus_result

public JobService.getStatus_result()

JobService.getStatus_result

public JobService.getStatus_result(JobStatus success,
                                   NotFoundException ex1,
                                   InternalException ex2)

JobService.getStatus_result

public JobService.getStatus_result(JobService.getStatus_result other)
Performs a deep copy on other.

Method Detail

deepCopy

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

clear

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

getSuccess

public JobStatus getSuccess()

setSuccess

public void setSuccess(JobStatus success)

unsetSuccess

public void unsetSuccess()

isSetSuccess

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


setSuccessIsSet

public void setSuccessIsSet(boolean value)

getEx1

public NotFoundException getEx1()

setEx1

public void setEx1(NotFoundException ex1)

unsetEx1

public void unsetEx1()

isSetEx1

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


setEx1IsSet

public void setEx1IsSet(boolean value)

getEx2

public InternalException getEx2()

setEx2

public void setEx2(InternalException ex2)

unsetEx2

public void unsetEx2()

isSetEx2

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


setEx2IsSet

public void setEx2IsSet(boolean value)

setFieldValue

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

getFieldValue

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

isSet

public boolean isSet(JobService.getStatus_result._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<JobService.getStatus_result,JobService.getStatus_result._Fields>

equals

public boolean equals(java.lang.Object that)
Overrides:
equals in class java.lang.Object

equals

public boolean equals(JobService.getStatus_result that)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

compareTo

public int compareTo(JobService.getStatus_result other)
Specified by:
compareTo in interface java.lang.Comparable<JobService.getStatus_result>

fieldForId

public JobService.getStatus_result._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<JobService.getStatus_result,JobService.getStatus_result._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<JobService.getStatus_result,JobService.getStatus_result._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<JobService.getStatus_result,JobService.getStatus_result._Fields>
Throws:
org.apache.thrift.TException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

validate

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