public static class GfacService.cancelJob_args extends Object implements org.apache.thrift.TBase<GfacService.cancelJob_args,GfacService.cancelJob_args._Fields>, Serializable, Cloneable, Comparable<GfacService.cancelJob_args>
| Modifier and Type | Class and Description |
|---|---|
static class |
GfacService.cancelJob_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
String |
experimentId |
static Map<GfacService.cancelJob_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
taskId |
| Constructor and Description |
|---|
GfacService.cancelJob_args() |
GfacService.cancelJob_args(GfacService.cancelJob_args other)
Performs a deep copy on other.
|
GfacService.cancelJob_args(String experimentId,
String taskId) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(GfacService.cancelJob_args other) |
GfacService.cancelJob_args |
deepCopy() |
boolean |
equals(GfacService.cancelJob_args that) |
boolean |
equals(Object that) |
GfacService.cancelJob_args._Fields |
fieldForId(int fieldId) |
String |
getExperimentId() |
Object |
getFieldValue(GfacService.cancelJob_args._Fields field) |
String |
getTaskId() |
int |
hashCode() |
boolean |
isSet(GfacService.cancelJob_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetExperimentId()
Returns true if field experimentId is set (has been assigned a value) and false otherwise
|
boolean |
isSetTaskId()
Returns true if field taskId is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
GfacService.cancelJob_args |
setExperimentId(String experimentId) |
void |
setExperimentIdIsSet(boolean value) |
void |
setFieldValue(GfacService.cancelJob_args._Fields field,
Object value) |
GfacService.cancelJob_args |
setTaskId(String taskId) |
void |
setTaskIdIsSet(boolean value) |
String |
toString() |
void |
unsetExperimentId() |
void |
unsetTaskId() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public String experimentId
public String taskId
public static final Map<GfacService.cancelJob_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GfacService.cancelJob_args()
public GfacService.cancelJob_args(GfacService.cancelJob_args other)
public GfacService.cancelJob_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<GfacService.cancelJob_args,GfacService.cancelJob_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<GfacService.cancelJob_args,GfacService.cancelJob_args._Fields>public String getExperimentId()
public GfacService.cancelJob_args setExperimentId(String experimentId)
public void unsetExperimentId()
public boolean isSetExperimentId()
public void setExperimentIdIsSet(boolean value)
public String getTaskId()
public GfacService.cancelJob_args setTaskId(String taskId)
public void unsetTaskId()
public boolean isSetTaskId()
public void setTaskIdIsSet(boolean value)
public void setFieldValue(GfacService.cancelJob_args._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<GfacService.cancelJob_args,GfacService.cancelJob_args._Fields>public Object getFieldValue(GfacService.cancelJob_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<GfacService.cancelJob_args,GfacService.cancelJob_args._Fields>public boolean isSet(GfacService.cancelJob_args._Fields field)
isSet in interface org.apache.thrift.TBase<GfacService.cancelJob_args,GfacService.cancelJob_args._Fields>public boolean equals(GfacService.cancelJob_args that)
public int compareTo(GfacService.cancelJob_args other)
compareTo in interface Comparable<GfacService.cancelJob_args>public GfacService.cancelJob_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<GfacService.cancelJob_args,GfacService.cancelJob_args._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<GfacService.cancelJob_args,GfacService.cancelJob_args._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<GfacService.cancelJob_args,GfacService.cancelJob_args._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2011–2014 The Apache Software Foundation. All rights reserved.