Modifier and Type | Class and Description |
---|---|
static class |
R66Request._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<R66Request._Fields,FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
R66Request() |
R66Request(R66Request other)
Performs a deep copy on other.
|
R66Request(RequestMode mode) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
R66Request |
clone() |
int |
compareTo(R66Request other) |
R66Request |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(R66Request that) |
R66Request._Fields |
fieldForId(int fieldId) |
Action |
getAction() |
int |
getBlocksize() |
String |
getDelay() |
String |
getDestuid() |
Object |
getFieldValue(R66Request._Fields field) |
String |
getFile() |
String |
getFromuid() |
String |
getInfo() |
RequestMode |
getMode() |
String |
getRule() |
String |
getStart() |
long |
getTid() |
int |
hashCode() |
boolean |
isMd5() |
boolean |
isNotrace() |
boolean |
isSet(R66Request._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 |
isSetDelay()
Returns true if field delay 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 |
isSetInfo()
Returns true if field info is set (has been assigned a value) and false
otherwise
|
boolean |
isSetMd5()
Returns true if field md5 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 |
isSetNotrace()
Returns true if field notrace 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 |
isSetTid()
Returns true if field tid is set (has been assigned a value) and false
otherwise
|
void |
read(TProtocol iprot) |
R66Request |
setAction(Action action) |
void |
setActionIsSet(boolean value) |
R66Request |
setBlocksize(int blocksize) |
void |
setBlocksizeIsSet(boolean value) |
R66Request |
setDelay(String delay) |
void |
setDelayIsSet(boolean value) |
R66Request |
setDestuid(String destuid) |
void |
setDestuidIsSet(boolean value) |
void |
setFieldValue(R66Request._Fields field,
Object value) |
R66Request |
setFile(String file) |
void |
setFileIsSet(boolean value) |
R66Request |
setFromuid(String fromuid) |
void |
setFromuidIsSet(boolean value) |
R66Request |
setInfo(String info) |
void |
setInfoIsSet(boolean value) |
R66Request |
setMd5(boolean md5) |
void |
setMd5IsSet(boolean value) |
R66Request |
setMode(RequestMode mode) |
void |
setModeIsSet(boolean value) |
R66Request |
setNotrace(boolean notrace) |
void |
setNotraceIsSet(boolean value) |
R66Request |
setRule(String rule) |
void |
setRuleIsSet(boolean value) |
R66Request |
setStart(String start) |
void |
setStartIsSet(boolean value) |
R66Request |
setTid(long tid) |
void |
setTidIsSet(boolean value) |
String |
toString() |
void |
unsetAction() |
void |
unsetBlocksize() |
void |
unsetDelay() |
void |
unsetDestuid() |
void |
unsetFile() |
void |
unsetFromuid() |
void |
unsetInfo() |
void |
unsetMd5() |
void |
unsetMode() |
void |
unsetNotrace() |
void |
unsetRule() |
void |
unsetStart() |
void |
unsetTid() |
void |
validate() |
void |
write(TProtocol oprot) |
public static final Map<R66Request._Fields,FieldMetaData> metaDataMap
public R66Request()
public R66Request(RequestMode mode)
public R66Request(R66Request other)
public R66Request clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public R66Request deepCopy()
public void clear()
public RequestMode getMode()
RequestMode
public R66Request setMode(RequestMode mode)
RequestMode
public void unsetMode()
public boolean isSetMode()
public void setModeIsSet(boolean value)
public String getFromuid()
public R66Request setFromuid(String fromuid)
public void unsetFromuid()
public boolean isSetFromuid()
public void setFromuidIsSet(boolean value)
public String getDestuid()
public R66Request setDestuid(String destuid)
public void unsetDestuid()
public boolean isSetDestuid()
public void setDestuidIsSet(boolean value)
public String getFile()
public R66Request setFile(String file)
public void unsetFile()
public boolean isSetFile()
public void setFileIsSet(boolean value)
public String getRule()
public R66Request setRule(String rule)
public void unsetRule()
public boolean isSetRule()
public void setRuleIsSet(boolean value)
public String getInfo()
public R66Request setInfo(String info)
public void unsetInfo()
public boolean isSetInfo()
public void setInfoIsSet(boolean value)
public boolean isMd5()
public R66Request setMd5(boolean md5)
public void unsetMd5()
public boolean isSetMd5()
public void setMd5IsSet(boolean value)
public int getBlocksize()
public R66Request setBlocksize(int blocksize)
public void unsetBlocksize()
public boolean isSetBlocksize()
public void setBlocksizeIsSet(boolean value)
public String getStart()
public R66Request setStart(String start)
public void unsetStart()
public boolean isSetStart()
public void setStartIsSet(boolean value)
public String getDelay()
public R66Request setDelay(String delay)
public void unsetDelay()
public boolean isSetDelay()
public void setDelayIsSet(boolean value)
public boolean isNotrace()
public R66Request setNotrace(boolean notrace)
public void unsetNotrace()
public boolean isSetNotrace()
public void setNotraceIsSet(boolean value)
public long getTid()
public R66Request setTid(long tid)
public void unsetTid()
public boolean isSetTid()
public void setTidIsSet(boolean value)
public R66Request setAction(Action action)
Action
public void unsetAction()
public boolean isSetAction()
public void setActionIsSet(boolean value)
public void setFieldValue(R66Request._Fields field, Object value)
public Object getFieldValue(R66Request._Fields field)
public boolean isSet(R66Request._Fields field)
public boolean equals(R66Request that)
public int compareTo(R66Request other)
public R66Request._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.