@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class PropertyGetRequest extends Object implements org.apache.thrift.TBase<PropertyGetRequest,PropertyGetRequest._Fields>, Serializable, Cloneable, Comparable<PropertyGetRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyGetRequest._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<PropertyGetRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
PropertyGetRequest() |
PropertyGetRequest(PropertyGetRequest other)
Performs a deep copy on other.
|
PropertyGetRequest(String nameSpace,
String mapPrefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToMapSelection(String elem) |
void |
clear() |
int |
compareTo(PropertyGetRequest other) |
PropertyGetRequest |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(PropertyGetRequest that) |
PropertyGetRequest._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(PropertyGetRequest._Fields field) |
String |
getMapPredicate() |
String |
getMapPrefix() |
List<String> |
getMapSelection() |
Iterator<String> |
getMapSelectionIterator() |
int |
getMapSelectionSize() |
String |
getNameSpace() |
int |
hashCode() |
boolean |
isSet(PropertyGetRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetMapPredicate()
Returns true if field mapPredicate is set (has been assigned a value) and false otherwise
|
boolean |
isSetMapPrefix()
Returns true if field mapPrefix is set (has been assigned a value) and false otherwise
|
boolean |
isSetMapSelection()
Returns true if field mapSelection is set (has been assigned a value) and false otherwise
|
boolean |
isSetNameSpace()
Returns true if field nameSpace is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(PropertyGetRequest._Fields field,
Object value) |
void |
setMapPredicate(String mapPredicate) |
void |
setMapPredicateIsSet(boolean value) |
void |
setMapPrefix(String mapPrefix) |
void |
setMapPrefixIsSet(boolean value) |
void |
setMapSelection(List<String> mapSelection) |
void |
setMapSelectionIsSet(boolean value) |
void |
setNameSpace(String nameSpace) |
void |
setNameSpaceIsSet(boolean value) |
String |
toString() |
void |
unsetMapPredicate() |
void |
unsetMapPrefix() |
void |
unsetMapSelection() |
void |
unsetNameSpace() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<PropertyGetRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public PropertyGetRequest()
public PropertyGetRequest(PropertyGetRequest other)
public PropertyGetRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<PropertyGetRequest,PropertyGetRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<PropertyGetRequest,PropertyGetRequest._Fields>public String getNameSpace()
public void setNameSpace(String nameSpace)
public void unsetNameSpace()
public boolean isSetNameSpace()
public void setNameSpaceIsSet(boolean value)
public String getMapPrefix()
public void setMapPrefix(String mapPrefix)
public void unsetMapPrefix()
public boolean isSetMapPrefix()
public void setMapPrefixIsSet(boolean value)
public String getMapPredicate()
public void setMapPredicate(String mapPredicate)
public void unsetMapPredicate()
public boolean isSetMapPredicate()
public void setMapPredicateIsSet(boolean value)
public int getMapSelectionSize()
public void addToMapSelection(String elem)
public void unsetMapSelection()
public boolean isSetMapSelection()
public void setMapSelectionIsSet(boolean value)
public void setFieldValue(PropertyGetRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<PropertyGetRequest,PropertyGetRequest._Fields>public Object getFieldValue(PropertyGetRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<PropertyGetRequest,PropertyGetRequest._Fields>public boolean isSet(PropertyGetRequest._Fields field)
isSet in interface org.apache.thrift.TBase<PropertyGetRequest,PropertyGetRequest._Fields>public boolean equals(PropertyGetRequest that)
public int compareTo(PropertyGetRequest other)
compareTo in interface Comparable<PropertyGetRequest>public PropertyGetRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<PropertyGetRequest,PropertyGetRequest._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.