@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class WMMapping extends java.lang.Object implements org.apache.thrift.TBase<WMMapping,WMMapping._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<WMMapping>
| Modifier and Type | Class and Description |
|---|---|
static class |
WMMapping._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<WMMapping._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
WMMapping() |
WMMapping(java.lang.String resourcePlanName,
java.lang.String entityType,
java.lang.String entityName) |
WMMapping(WMMapping other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(WMMapping other) |
WMMapping |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(WMMapping that) |
WMMapping._Fields |
fieldForId(int fieldId) |
java.lang.String |
getEntityName() |
java.lang.String |
getEntityType() |
java.lang.Object |
getFieldValue(WMMapping._Fields field) |
int |
getOrdering() |
java.lang.String |
getPoolPath() |
java.lang.String |
getResourcePlanName() |
int |
hashCode() |
boolean |
isSet(WMMapping._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetEntityName()
Returns true if field entityName is set (has been assigned a value) and false otherwise
|
boolean |
isSetEntityType()
Returns true if field entityType is set (has been assigned a value) and false otherwise
|
boolean |
isSetOrdering()
Returns true if field ordering is set (has been assigned a value) and false otherwise
|
boolean |
isSetPoolPath()
Returns true if field poolPath is set (has been assigned a value) and false otherwise
|
boolean |
isSetResourcePlanName()
Returns true if field resourcePlanName is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setEntityName(java.lang.String entityName) |
void |
setEntityNameIsSet(boolean value) |
void |
setEntityType(java.lang.String entityType) |
void |
setEntityTypeIsSet(boolean value) |
void |
setFieldValue(WMMapping._Fields field,
java.lang.Object value) |
void |
setOrdering(int ordering) |
void |
setOrderingIsSet(boolean value) |
void |
setPoolPath(java.lang.String poolPath) |
void |
setPoolPathIsSet(boolean value) |
void |
setResourcePlanName(java.lang.String resourcePlanName) |
void |
setResourcePlanNameIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetEntityName() |
void |
unsetEntityType() |
void |
unsetOrdering() |
void |
unsetPoolPath() |
void |
unsetResourcePlanName() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<WMMapping._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public WMMapping()
public WMMapping(java.lang.String resourcePlanName,
java.lang.String entityType,
java.lang.String entityName)
public WMMapping(WMMapping other)
public WMMapping deepCopy()
deepCopy in interface org.apache.thrift.TBase<WMMapping,WMMapping._Fields>public void clear()
clear in interface org.apache.thrift.TBase<WMMapping,WMMapping._Fields>public java.lang.String getResourcePlanName()
public void setResourcePlanName(java.lang.String resourcePlanName)
public void unsetResourcePlanName()
public boolean isSetResourcePlanName()
public void setResourcePlanNameIsSet(boolean value)
public java.lang.String getEntityType()
public void setEntityType(java.lang.String entityType)
public void unsetEntityType()
public boolean isSetEntityType()
public void setEntityTypeIsSet(boolean value)
public java.lang.String getEntityName()
public void setEntityName(java.lang.String entityName)
public void unsetEntityName()
public boolean isSetEntityName()
public void setEntityNameIsSet(boolean value)
public java.lang.String getPoolPath()
public void setPoolPath(java.lang.String poolPath)
public void unsetPoolPath()
public boolean isSetPoolPath()
public void setPoolPathIsSet(boolean value)
public int getOrdering()
public void setOrdering(int ordering)
public void unsetOrdering()
public boolean isSetOrdering()
public void setOrderingIsSet(boolean value)
public void setFieldValue(WMMapping._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<WMMapping,WMMapping._Fields>public java.lang.Object getFieldValue(WMMapping._Fields field)
getFieldValue in interface org.apache.thrift.TBase<WMMapping,WMMapping._Fields>public boolean isSet(WMMapping._Fields field)
isSet in interface org.apache.thrift.TBase<WMMapping,WMMapping._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(WMMapping that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(WMMapping other)
compareTo in interface java.lang.Comparable<WMMapping>public WMMapping._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<WMMapping,WMMapping._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<WMMapping,WMMapping._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<WMMapping,WMMapping._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2013-2021. All Rights Reserved.