public static class R66Service.isStillRunning_args extends Object implements Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
R66Service.isStillRunning_args._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<R66Service.isStillRunning_args._Fields,FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
isStillRunning_args() |
isStillRunning_args(R66Service.isStillRunning_args other)
Performs a deep copy on other.
|
isStillRunning_args(String fromuid,
String touid,
long tid) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
R66Service.isStillRunning_args |
clone() |
int |
compareTo(R66Service.isStillRunning_args other) |
R66Service.isStillRunning_args |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(R66Service.isStillRunning_args that) |
R66Service.isStillRunning_args._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(R66Service.isStillRunning_args._Fields field) |
String |
getFromuid() |
long |
getTid() |
String |
getTouid() |
int |
hashCode() |
boolean |
isSet(R66Service.isStillRunning_args._Fields field)
Returns true if field corresponding to fieldID 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 |
isSetTid()
Returns true if field tid is set (has been assigned a value) and
false
otherwise
|
boolean |
isSetTouid()
Returns true if field touid is set (has been assigned a value) and
false
otherwise
|
void |
read(TProtocol iprot) |
void |
setFieldValue(R66Service.isStillRunning_args._Fields field,
Object value) |
R66Service.isStillRunning_args |
setFromuid(String fromuid) |
void |
setFromuidIsSet(boolean value) |
R66Service.isStillRunning_args |
setTid(long tid) |
void |
setTidIsSet(boolean value) |
R66Service.isStillRunning_args |
setTouid(String touid) |
void |
setTouidIsSet(boolean value) |
String |
toString() |
void |
unsetFromuid() |
void |
unsetTid() |
void |
unsetTouid() |
void |
validate() |
void |
write(TProtocol oprot) |
public static final Map<R66Service.isStillRunning_args._Fields,FieldMetaData> metaDataMap
public isStillRunning_args()
public isStillRunning_args(R66Service.isStillRunning_args other)
public R66Service.isStillRunning_args clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public R66Service.isStillRunning_args deepCopy()
public void clear()
public String getFromuid()
public R66Service.isStillRunning_args setFromuid(String fromuid)
public void unsetFromuid()
public boolean isSetFromuid()
public void setFromuidIsSet(boolean value)
public String getTouid()
public R66Service.isStillRunning_args setTouid(String touid)
public void unsetTouid()
public boolean isSetTouid()
public void setTouidIsSet(boolean value)
public long getTid()
public R66Service.isStillRunning_args setTid(long tid)
public void unsetTid()
public boolean isSetTid()
public void setTidIsSet(boolean value)
public void setFieldValue(R66Service.isStillRunning_args._Fields field, Object value)
public Object getFieldValue(R66Service.isStillRunning_args._Fields field)
public boolean isSet(R66Service.isStillRunning_args._Fields field)
public boolean equals(R66Service.isStillRunning_args that)
public int compareTo(R66Service.isStillRunning_args other)
public R66Service.isStillRunning_args._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.