|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stolaf.cs.wmrserver.thrift.JobService.submit_result
public static class JobService.submit_result
Nested Class Summary | |
---|---|
static class |
JobService.submit_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.submit_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
Constructor Summary | |
---|---|
JobService.submit_result()
|
|
JobService.submit_result(JobService.submit_result other)
Performs a deep copy on other. |
|
JobService.submit_result(long success,
ValidationException ex1,
NotFoundException ex2,
CompilationException ex4,
InternalException ex5,
PermissionException ex6,
QuotaException ex7,
ForbiddenTestJobException ex8)
|
Method Summary | |
---|---|
void |
clear()
|
int |
compareTo(JobService.submit_result other)
|
JobService.submit_result |
deepCopy()
|
boolean |
equals(JobService.submit_result that)
|
boolean |
equals(java.lang.Object that)
|
JobService.submit_result._Fields |
fieldForId(int fieldId)
|
ValidationException |
getEx1()
|
NotFoundException |
getEx2()
|
CompilationException |
getEx4()
|
InternalException |
getEx5()
|
PermissionException |
getEx6()
|
QuotaException |
getEx7()
|
ForbiddenTestJobException |
getEx8()
|
java.lang.Object |
getFieldValue(JobService.submit_result._Fields field)
|
long |
getSuccess()
|
int |
hashCode()
|
boolean |
isSet(JobService.submit_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 |
isSetEx4()
Returns true if field ex4 is set (has been assigned a value) and false otherwise |
boolean |
isSetEx5()
Returns true if field ex5 is set (has been assigned a value) and false otherwise |
boolean |
isSetEx6()
Returns true if field ex6 is set (has been assigned a value) and false otherwise |
boolean |
isSetEx7()
Returns true if field ex7 is set (has been assigned a value) and false otherwise |
boolean |
isSetEx8()
Returns true if field ex8 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(ValidationException ex1)
|
void |
setEx1IsSet(boolean value)
|
void |
setEx2(NotFoundException ex2)
|
void |
setEx2IsSet(boolean value)
|
void |
setEx4(CompilationException ex4)
|
void |
setEx4IsSet(boolean value)
|
void |
setEx5(InternalException ex5)
|
void |
setEx5IsSet(boolean value)
|
void |
setEx6(PermissionException ex6)
|
void |
setEx6IsSet(boolean value)
|
void |
setEx7(QuotaException ex7)
|
void |
setEx7IsSet(boolean value)
|
void |
setEx8(ForbiddenTestJobException ex8)
|
void |
setEx8IsSet(boolean value)
|
void |
setFieldValue(JobService.submit_result._Fields field,
java.lang.Object value)
|
void |
setSuccess(long success)
|
void |
setSuccessIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetEx1()
|
void |
unsetEx2()
|
void |
unsetEx4()
|
void |
unsetEx5()
|
void |
unsetEx6()
|
void |
unsetEx7()
|
void |
unsetEx8()
|
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 |
---|
public static final java.util.Map<JobService.submit_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public JobService.submit_result()
public JobService.submit_result(long success, ValidationException ex1, NotFoundException ex2, CompilationException ex4, InternalException ex5, PermissionException ex6, QuotaException ex7, ForbiddenTestJobException ex8)
public JobService.submit_result(JobService.submit_result other)
Method Detail |
---|
public JobService.submit_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<JobService.submit_result,JobService.submit_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<JobService.submit_result,JobService.submit_result._Fields>
public long getSuccess()
public void setSuccess(long success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public ValidationException getEx1()
public void setEx1(ValidationException ex1)
public void unsetEx1()
public boolean isSetEx1()
public void setEx1IsSet(boolean value)
public NotFoundException getEx2()
public void setEx2(NotFoundException ex2)
public void unsetEx2()
public boolean isSetEx2()
public void setEx2IsSet(boolean value)
public CompilationException getEx4()
public void setEx4(CompilationException ex4)
public void unsetEx4()
public boolean isSetEx4()
public void setEx4IsSet(boolean value)
public InternalException getEx5()
public void setEx5(InternalException ex5)
public void unsetEx5()
public boolean isSetEx5()
public void setEx5IsSet(boolean value)
public PermissionException getEx6()
public void setEx6(PermissionException ex6)
public void unsetEx6()
public boolean isSetEx6()
public void setEx6IsSet(boolean value)
public QuotaException getEx7()
public void setEx7(QuotaException ex7)
public void unsetEx7()
public boolean isSetEx7()
public void setEx7IsSet(boolean value)
public ForbiddenTestJobException getEx8()
public void setEx8(ForbiddenTestJobException ex8)
public void unsetEx8()
public boolean isSetEx8()
public void setEx8IsSet(boolean value)
public void setFieldValue(JobService.submit_result._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<JobService.submit_result,JobService.submit_result._Fields>
public java.lang.Object getFieldValue(JobService.submit_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<JobService.submit_result,JobService.submit_result._Fields>
public boolean isSet(JobService.submit_result._Fields field)
isSet
in interface org.apache.thrift.TBase<JobService.submit_result,JobService.submit_result._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(JobService.submit_result that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(JobService.submit_result other)
compareTo
in interface java.lang.Comparable<JobService.submit_result>
public JobService.submit_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<JobService.submit_result,JobService.submit_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<JobService.submit_result,JobService.submit_result._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<JobService.submit_result,JobService.submit_result._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.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 |