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

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

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

See Also:
Serialized Form

Nested Class Summary
static class JobService.readDataPage_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.readDataPage_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 
Constructor Summary
JobService.readDataPage_result()
           
JobService.readDataPage_result(DataPage success, NotFoundException ex1, InternalException ex2, PermissionException ex3)
           
JobService.readDataPage_result(JobService.readDataPage_result other)
          Performs a deep copy on other.
 
Method Summary
 void clear()
           
 int compareTo(JobService.readDataPage_result other)
           
 JobService.readDataPage_result deepCopy()
           
 boolean equals(JobService.readDataPage_result that)
           
 boolean equals(java.lang.Object that)
           
 JobService.readDataPage_result._Fields fieldForId(int fieldId)
           
 NotFoundException getEx1()
           
 InternalException getEx2()
           
 PermissionException getEx3()
           
 java.lang.Object getFieldValue(JobService.readDataPage_result._Fields field)
           
 DataPage getSuccess()
           
 int hashCode()
           
 boolean isSet(JobService.readDataPage_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 isSetEx3()
          Returns true if field ex3 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 setEx3(PermissionException ex3)
           
 void setEx3IsSet(boolean value)
           
 void setFieldValue(JobService.readDataPage_result._Fields field, java.lang.Object value)
           
 void setSuccess(DataPage success)
           
 void setSuccessIsSet(boolean value)
           
 java.lang.String toString()
           
 void unsetEx1()
           
 void unsetEx2()
           
 void unsetEx3()
           
 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.readDataPage_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

JobService.readDataPage_result

public JobService.readDataPage_result()

JobService.readDataPage_result

public JobService.readDataPage_result(DataPage success,
                                      NotFoundException ex1,
                                      InternalException ex2,
                                      PermissionException ex3)

JobService.readDataPage_result

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

Method Detail

deepCopy

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

clear

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

getSuccess

public DataPage getSuccess()

setSuccess

public void setSuccess(DataPage 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)

getEx3

public PermissionException getEx3()

setEx3

public void setEx3(PermissionException ex3)

unsetEx3

public void unsetEx3()

isSetEx3

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


setEx3IsSet

public void setEx3IsSet(boolean value)

setFieldValue

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

getFieldValue

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

isSet

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

equals

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

equals

public boolean equals(JobService.readDataPage_result that)

hashCode

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

compareTo

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

fieldForId

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