public class R66Request extends Object implements org.apache.thrift.TBase<R66Request,R66Request._Fields>, Cloneable
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,org.apache.thrift.meta_data.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(org.apache.thrift.protocol.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(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<R66Request._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public R66Request()
public R66Request(RequestMode mode)
public R66Request(R66Request other)
public final R66Request clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public final R66Request deepCopy()
deepCopy
in interface org.apache.thrift.TBase<R66Request,R66Request._Fields>
public final void clear()
clear
in interface org.apache.thrift.TBase<R66Request,R66Request._Fields>
public final RequestMode getMode()
RequestMode
public final R66Request setMode(RequestMode mode)
RequestMode
public final void unsetMode()
public final boolean isSetMode()
public final void setModeIsSet(boolean value)
public final String getFromuid()
public final R66Request setFromuid(String fromuid)
public final void unsetFromuid()
public final boolean isSetFromuid()
public final void setFromuidIsSet(boolean value)
public final String getDestuid()
public final R66Request setDestuid(String destuid)
public final void unsetDestuid()
public final boolean isSetDestuid()
public final void setDestuidIsSet(boolean value)
public String getFile()
public final R66Request setFile(String file)
public final void unsetFile()
public final boolean isSetFile()
public final void setFileIsSet(boolean value)
public final String getRule()
public final R66Request setRule(String rule)
public final void unsetRule()
public final boolean isSetRule()
public final void setRuleIsSet(boolean value)
public final String getInfo()
public final R66Request setInfo(String info)
public void unsetInfo()
public final boolean isSetInfo()
public final void setInfoIsSet(boolean value)
public final boolean isMd5()
public final R66Request setMd5(boolean md5)
public final void unsetMd5()
public final boolean isSetMd5()
public final void setMd5IsSet(boolean value)
public final int getBlocksize()
public final R66Request setBlocksize(int blocksize)
public final void unsetBlocksize()
public final boolean isSetBlocksize()
public final void setBlocksizeIsSet(boolean value)
public final String getStart()
public final R66Request setStart(String start)
public final void unsetStart()
public final boolean isSetStart()
public final void setStartIsSet(boolean value)
public final String getDelay()
public final R66Request setDelay(String delay)
public final void unsetDelay()
public final boolean isSetDelay()
public final void setDelayIsSet(boolean value)
public final boolean isNotrace()
public final R66Request setNotrace(boolean notrace)
public final void unsetNotrace()
public final boolean isSetNotrace()
public final void setNotraceIsSet(boolean value)
public final long getTid()
public final R66Request setTid(long tid)
public final void unsetTid()
public final boolean isSetTid()
public final void setTidIsSet(boolean value)
public final R66Request setAction(Action action)
Action
public final void unsetAction()
public final boolean isSetAction()
public final void setActionIsSet(boolean value)
public final void setFieldValue(R66Request._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<R66Request,R66Request._Fields>
public final Object getFieldValue(R66Request._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<R66Request,R66Request._Fields>
public final boolean isSet(R66Request._Fields field)
isSet
in interface org.apache.thrift.TBase<R66Request,R66Request._Fields>
public final boolean equals(R66Request that)
public final int compareTo(R66Request other)
compareTo
in interface Comparable<R66Request>
public final R66Request._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<R66Request,R66Request._Fields>
public final void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<R66Request,R66Request._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<R66Request,R66Request._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.