|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.airavata.experiment.execution.NameValuePairType
public class NameValuePairType
| Nested Class Summary | |
|---|---|
static class |
NameValuePairType._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
String |
description
|
static Map<NameValuePairType._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
String |
name
|
String |
value
|
| Constructor Summary | |
|---|---|
NameValuePairType()
|
|
NameValuePairType(NameValuePairType other)
Performs a deep copy on other. |
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(NameValuePairType other)
|
NameValuePairType |
deepCopy()
|
boolean |
equals(NameValuePairType that)
|
boolean |
equals(Object that)
|
NameValuePairType._Fields |
fieldForId(int fieldId)
|
String |
getDescription()
|
Object |
getFieldValue(NameValuePairType._Fields field)
|
String |
getName()
|
String |
getValue()
|
int |
hashCode()
|
boolean |
isSet(NameValuePairType._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetDescription()
Returns true if field description is set (has been assigned a value) and false otherwise |
boolean |
isSetName()
Returns true if field name is set (has been assigned a value) and false otherwise |
boolean |
isSetValue()
Returns true if field value is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
NameValuePairType |
setDescription(String description)
|
void |
setDescriptionIsSet(boolean value)
|
void |
setFieldValue(NameValuePairType._Fields field,
Object value)
|
NameValuePairType |
setName(String name)
|
void |
setNameIsSet(boolean value)
|
NameValuePairType |
setValue(String value)
|
void |
setValueIsSet(boolean value)
|
String |
toString()
|
void |
unsetDescription()
|
void |
unsetName()
|
void |
unsetValue()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public String value
public String description
public static final Map<NameValuePairType._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public NameValuePairType()
public NameValuePairType(NameValuePairType other)
| Method Detail |
|---|
public NameValuePairType deepCopy()
deepCopy in interface org.apache.thrift.TBase<NameValuePairType,NameValuePairType._Fields>public void clear()
clear in interface org.apache.thrift.TBase<NameValuePairType,NameValuePairType._Fields>public String getName()
public NameValuePairType setName(String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public String getValue()
public NameValuePairType setValue(String value)
public void unsetValue()
public boolean isSetValue()
public void setValueIsSet(boolean value)
public String getDescription()
public NameValuePairType setDescription(String description)
public void unsetDescription()
public boolean isSetDescription()
public void setDescriptionIsSet(boolean value)
public void setFieldValue(NameValuePairType._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<NameValuePairType,NameValuePairType._Fields>public Object getFieldValue(NameValuePairType._Fields field)
getFieldValue in interface org.apache.thrift.TBase<NameValuePairType,NameValuePairType._Fields>public boolean isSet(NameValuePairType._Fields field)
isSet in interface org.apache.thrift.TBase<NameValuePairType,NameValuePairType._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(NameValuePairType that)
public int hashCode()
hashCode in class Objectpublic int compareTo(NameValuePairType other)
compareTo in interface Comparable<NameValuePairType>public NameValuePairType._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<NameValuePairType,NameValuePairType._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<NameValuePairType,NameValuePairType._Fields>org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<NameValuePairType,NameValuePairType._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||