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,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(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(TProtocol oprot) |
public static final Map<R66Result._Fields,FieldMetaData> metaDataMap
public R66Result()
public R66Result(RequestMode mode, ErrorCode code, String resultinfo)
public R66Result(R66Result other)
public R66Result clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public R66Result deepCopy()
public void clear()
public RequestMode getMode()
RequestMode
public R66Result setMode(RequestMode mode)
RequestMode
public void unsetMode()
public boolean isSetMode()
public void setModeIsSet(boolean value)
public String getFromuid()
public void unsetFromuid()
public boolean isSetFromuid()
public void setFromuidIsSet(boolean value)
public String getDestuid()
public void unsetDestuid()
public boolean isSetDestuid()
public void setDestuidIsSet(boolean value)
public String getFile()
public void unsetFile()
public boolean isSetFile()
public void setFileIsSet(boolean value)
public String getRule()
public void unsetRule()
public boolean isSetRule()
public void setRuleIsSet(boolean value)
public long getTid()
public R66Result setTid(long tid)
public void unsetTid()
public boolean isSetTid()
public void setTidIsSet(boolean value)
public void unsetAction()
public boolean isSetAction()
public void setActionIsSet(boolean value)
public void unsetCode()
public boolean isSetCode()
public void setCodeIsSet(boolean value)
public String getResultinfo()
public void unsetResultinfo()
public boolean isSetResultinfo()
public void setResultinfoIsSet(boolean value)
public int getGlobalstep()
public R66Result setGlobalstep(int globalstep)
public void unsetGlobalstep()
public boolean isSetGlobalstep()
public void setGlobalstepIsSet(boolean value)
public int getGloballaststep()
public R66Result setGloballaststep(int globallaststep)
public void unsetGloballaststep()
public boolean isSetGloballaststep()
public void setGloballaststepIsSet(boolean value)
public int getStep()
public R66Result setStep(int step)
public void unsetStep()
public boolean isSetStep()
public void setStepIsSet(boolean value)
public int getRank()
public R66Result setRank(int rank)
public void unsetRank()
public boolean isSetRank()
public void setRankIsSet(boolean value)
public boolean isRetrievemode()
public R66Result setRetrievemode(boolean retrievemode)
public void unsetRetrievemode()
public boolean isSetRetrievemode()
public void setRetrievemodeIsSet(boolean value)
public boolean isIsmoved()
public R66Result setIsmoved(boolean ismoved)
public void unsetIsmoved()
public boolean isSetIsmoved()
public void setIsmovedIsSet(boolean value)
public String getOriginalfilename()
public void unsetOriginalfilename()
public boolean isSetOriginalfilename()
public void setOriginalfilenameIsSet(boolean value)
public int getBlocksize()
public R66Result setBlocksize(int blocksize)
public void unsetBlocksize()
public boolean isSetBlocksize()
public void setBlocksizeIsSet(boolean value)
public int getModetransfer()
public R66Result setModetransfer(int modetransfer)
public void unsetModetransfer()
public boolean isSetModetransfer()
public void setModetransferIsSet(boolean value)
public String getStart()
public void unsetStart()
public boolean isSetStart()
public void setStartIsSet(boolean value)
public String getStop()
public void unsetStop()
public boolean isSetStop()
public void setStopIsSet(boolean value)
public void setFieldValue(R66Result._Fields field, Object value)
public Object getFieldValue(R66Result._Fields field)
public boolean isSet(R66Result._Fields field)
public boolean equals(R66Result that)
public int compareTo(R66Result other)
public R66Result._Fields fieldForId(int fieldId)
public void read(TProtocol iprot) throws TException
TException
public void write(TProtocol oprot) throws TException
TException
public void validate() throws TException
TException
Copyright © 2009–2020 Waarp. All rights reserved.