public class R66Result extends Object implements org.apache.thrift.TBase<R66Result,R66Result._Fields>, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
R66Result._Fields
The set of fields this struct contains, along with convenience methods
for
finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<R66Result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
R66Result() |
R66Result(R66Result other)
Performs a deep copy on other.
|
R66Result(RequestMode mode,
ErrorCode code,
String resultinfo) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
R66Result |
clone() |
int |
compareTo(R66Result other) |
R66Result |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(R66Result that) |
R66Result._Fields |
fieldForId(int fieldId) |
Action |
getAction() |
int |
getBlocksize() |
ErrorCode |
getCode() |
String |
getDestuid() |
Object |
getFieldValue(R66Result._Fields field) |
String |
getFile() |
String |
getFromuid() |
int |
getGloballaststep() |
int |
getGlobalstep() |
RequestMode |
getMode() |
int |
getModetransfer() |
String |
getOriginalfilename() |
int |
getRank() |
String |
getResultinfo() |
String |
getRule() |
String |
getStart() |
int |
getStep() |
String |
getStop() |
long |
getTid() |
int |
hashCode() |
boolean |
isIsmoved() |
boolean |
isRetrievemode() |
boolean |
isSet(R66Result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned
a
value) and false otherwise
|
boolean |
isSetAction()
Returns true if field action is set (has been assigned a value) and false
otherwise
|
boolean |
isSetBlocksize()
Returns true if field blocksize is set (has been assigned a value) and
false otherwise
|
boolean |
isSetCode()
Returns true if field code is set (has been assigned a value) and false
otherwise
|
boolean |
isSetDestuid()
Returns true if field destuid is set (has been assigned a value) and
false
otherwise
|
boolean |
isSetFile()
Returns true if field file is set (has been assigned a value) and false
otherwise
|
boolean |
isSetFromuid()
Returns true if field fromuid is set (has been assigned a value) and
false
otherwise
|
boolean |
isSetGloballaststep()
Returns true if field globallaststep is set (has been assigned a value)
and
false otherwise
|
boolean |
isSetGlobalstep()
Returns true if field globalstep is set (has been assigned a value) and
false otherwise
|
boolean |
isSetIsmoved()
Returns true if field ismoved is set (has been assigned a value) and
false
otherwise
|
boolean |
isSetMode()
Returns true if field mode is set (has been assigned a value) and false
otherwise
|
boolean |
isSetModetransfer()
Returns true if field modetransfer is set (has been assigned a value) and
false otherwise
|
boolean |
isSetOriginalfilename()
Returns true if field originalfilename is set (has been assigned a value)
and false otherwise
|
boolean |
isSetRank()
Returns true if field rank is set (has been assigned a value) and false
otherwise
|
boolean |
isSetResultinfo()
Returns true if field resultinfo is set (has been assigned a value) and
false otherwise
|
boolean |
isSetRetrievemode()
Returns true if field retrievemode is set (has been assigned a value) and
false otherwise
|
boolean |
isSetRule()
Returns true if field rule is set (has been assigned a value) and false
otherwise
|
boolean |
isSetStart()
Returns true if field start is set (has been assigned a value) and false
otherwise
|
boolean |
isSetStep()
Returns true if field step is set (has been assigned a value) and false
otherwise
|
boolean |
isSetStop()
Returns true if field stop is set (has been assigned a value) and false
otherwise
|
boolean |
isSetTid()
Returns true if field tid is set (has been assigned a value) and false
otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
R66Result |
setAction(Action action) |
void |
setActionIsSet(boolean value) |
R66Result |
setBlocksize(int blocksize) |
void |
setBlocksizeIsSet(boolean value) |
R66Result |
setCode(ErrorCode code) |
void |
setCodeIsSet(boolean value) |
R66Result |
setDestuid(String destuid) |
void |
setDestuidIsSet(boolean value) |
void |
setFieldValue(R66Result._Fields field,
Object value) |
R66Result |
setFile(String file) |
void |
setFileIsSet(boolean value) |
R66Result |
setFromuid(String fromuid) |
void |
setFromuidIsSet(boolean value) |
R66Result |
setGloballaststep(int globallaststep) |
void |
setGloballaststepIsSet(boolean value) |
R66Result |
setGlobalstep(int globalstep) |
void |
setGlobalstepIsSet(boolean value) |
R66Result |
setIsmoved(boolean ismoved) |
void |
setIsmovedIsSet(boolean value) |
R66Result |
setMode(RequestMode mode) |
void |
setModeIsSet(boolean value) |
R66Result |
setModetransfer(int modetransfer) |
void |
setModetransferIsSet(boolean value) |
R66Result |
setOriginalfilename(String originalfilename) |
void |
setOriginalfilenameIsSet(boolean value) |
R66Result |
setRank(int rank) |
void |
setRankIsSet(boolean value) |
R66Result |
setResultinfo(String resultinfo) |
void |
setResultinfoIsSet(boolean value) |
R66Result |
setRetrievemode(boolean retrievemode) |
void |
setRetrievemodeIsSet(boolean value) |
R66Result |
setRule(String rule) |
void |
setRuleIsSet(boolean value) |
R66Result |
setStart(String start) |
void |
setStartIsSet(boolean value) |
R66Result |
setStep(int step) |
void |
setStepIsSet(boolean value) |
R66Result |
setStop(String stop) |
void |
setStopIsSet(boolean value) |
R66Result |
setTid(long tid) |
void |
setTidIsSet(boolean value) |
String |
toString() |
void |
unsetAction() |
void |
unsetBlocksize() |
void |
unsetCode() |
void |
unsetDestuid() |
void |
unsetFile() |
void |
unsetFromuid() |
void |
unsetGloballaststep() |
void |
unsetGlobalstep() |
void |
unsetIsmoved() |
void |
unsetMode() |
void |
unsetModetransfer() |
void |
unsetOriginalfilename() |
void |
unsetRank() |
void |
unsetResultinfo() |
void |
unsetRetrievemode() |
void |
unsetRule() |
void |
unsetStart() |
void |
unsetStep() |
void |
unsetStop() |
void |
unsetTid() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<R66Result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public R66Result()
public R66Result(RequestMode mode, ErrorCode code, String resultinfo)
public R66Result(R66Result other)
public final R66Result clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public final R66Result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<R66Result,R66Result._Fields>
public final void clear()
clear
in interface org.apache.thrift.TBase<R66Result,R66Result._Fields>
public final RequestMode getMode()
RequestMode
public final R66Result setMode(RequestMode mode)
RequestMode
public final void unsetMode()
public final boolean isSetMode()
public final void setModeIsSet(boolean value)
public final String getFromuid()
public final void unsetFromuid()
public final boolean isSetFromuid()
public final void setFromuidIsSet(boolean value)
public final String getDestuid()
public final void unsetDestuid()
public final boolean isSetDestuid()
public final void setDestuidIsSet(boolean value)
public final String getFile()
public final void unsetFile()
public final boolean isSetFile()
public final void setFileIsSet(boolean value)
public final String getRule()
public final void unsetRule()
public final boolean isSetRule()
public final void setRuleIsSet(boolean value)
public final long getTid()
public final R66Result setTid(long tid)
public final void unsetTid()
public final boolean isSetTid()
public final void setTidIsSet(boolean value)
public final void unsetAction()
public final boolean isSetAction()
public final void setActionIsSet(boolean value)
public final void unsetCode()
public final boolean isSetCode()
public final void setCodeIsSet(boolean value)
public final String getResultinfo()
public final void unsetResultinfo()
public final boolean isSetResultinfo()
public final void setResultinfoIsSet(boolean value)
public final int getGlobalstep()
public final R66Result setGlobalstep(int globalstep)
public final void unsetGlobalstep()
public final boolean isSetGlobalstep()
public final void setGlobalstepIsSet(boolean value)
public final int getGloballaststep()
public final R66Result setGloballaststep(int globallaststep)
public final void unsetGloballaststep()
public final boolean isSetGloballaststep()
public final void setGloballaststepIsSet(boolean value)
public final int getStep()
public final R66Result setStep(int step)
public final void unsetStep()
public final boolean isSetStep()
public final void setStepIsSet(boolean value)
public final int getRank()
public final R66Result setRank(int rank)
public final void unsetRank()
public final boolean isSetRank()
public final void setRankIsSet(boolean value)
public final boolean isRetrievemode()
public final R66Result setRetrievemode(boolean retrievemode)
public final void unsetRetrievemode()
public final boolean isSetRetrievemode()
public final void setRetrievemodeIsSet(boolean value)
public final boolean isIsmoved()
public final R66Result setIsmoved(boolean ismoved)
public final void unsetIsmoved()
public final boolean isSetIsmoved()
public final void setIsmovedIsSet(boolean value)
public final String getOriginalfilename()
public final void unsetOriginalfilename()
public final boolean isSetOriginalfilename()
public final void setOriginalfilenameIsSet(boolean value)
public final int getBlocksize()
public final R66Result setBlocksize(int blocksize)
public final void unsetBlocksize()
public final boolean isSetBlocksize()
public final void setBlocksizeIsSet(boolean value)
public final int getModetransfer()
public final R66Result setModetransfer(int modetransfer)
public final void unsetModetransfer()
public final boolean isSetModetransfer()
public final void setModetransferIsSet(boolean value)
public final String getStart()
public final void unsetStart()
public final boolean isSetStart()
public final void setStartIsSet(boolean value)
public final String getStop()
public final void unsetStop()
public final boolean isSetStop()
public final void setStopIsSet(boolean value)
public final void setFieldValue(R66Result._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<R66Result,R66Result._Fields>
public final Object getFieldValue(R66Result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<R66Result,R66Result._Fields>
public final boolean isSet(R66Result._Fields field)
isSet
in interface org.apache.thrift.TBase<R66Result,R66Result._Fields>
public final boolean equals(R66Result that)
public final int compareTo(R66Result other)
compareTo
in interface Comparable<R66Result>
public final R66Result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<R66Result,R66Result._Fields>
public final void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<R66Result,R66Result._Fields>
org.apache.thrift.TException
public final void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<R66Result,R66Result._Fields>
org.apache.thrift.TException
public final void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2009–2022 Waarp. All rights reserved.