@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class PropertySetRequest extends Object implements org.apache.thrift.TBase<PropertySetRequest,PropertySetRequest._Fields>, Serializable, Cloneable, Comparable<PropertySetRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertySetRequest._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<PropertySetRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
PropertySetRequest() |
PropertySetRequest(PropertySetRequest other)
Performs a deep copy on other.
|
PropertySetRequest(String nameSpace,
Map<String,String> propertyMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(PropertySetRequest other) |
PropertySetRequest |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(PropertySetRequest that) |
PropertySetRequest._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(PropertySetRequest._Fields field) |
String |
getNameSpace() |
Map<String,String> |
getPropertyMap() |
int |
getPropertyMapSize() |
int |
hashCode() |
boolean |
isSet(PropertySetRequest._Fields field)
Returns true if field corresponding to fieldID 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
|
boolean |
isSetPropertyMap()
Returns true if field propertyMap is set (has been assigned a value) and false otherwise
|
void |
putToPropertyMap(String key,
String val) |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(PropertySetRequest._Fields field,
Object value) |
void |
setNameSpace(String nameSpace) |
void |
setNameSpaceIsSet(boolean value) |
void |
setPropertyMap(Map<String,String> propertyMap) |
void |
setPropertyMapIsSet(boolean value) |
String |
toString() |
void |
unsetNameSpace() |
void |
unsetPropertyMap() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<PropertySetRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public PropertySetRequest()
public PropertySetRequest(PropertySetRequest other)
public PropertySetRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<PropertySetRequest,PropertySetRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<PropertySetRequest,PropertySetRequest._Fields>public String getNameSpace()
public void setNameSpace(String nameSpace)
public void unsetNameSpace()
public boolean isSetNameSpace()
public void setNameSpaceIsSet(boolean value)
public int getPropertyMapSize()
public void unsetPropertyMap()
public boolean isSetPropertyMap()
public void setPropertyMapIsSet(boolean value)
public void setFieldValue(PropertySetRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<PropertySetRequest,PropertySetRequest._Fields>public Object getFieldValue(PropertySetRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<PropertySetRequest,PropertySetRequest._Fields>public boolean isSet(PropertySetRequest._Fields field)
isSet in interface org.apache.thrift.TBase<PropertySetRequest,PropertySetRequest._Fields>public boolean equals(PropertySetRequest that)
public int compareTo(PropertySetRequest other)
compareTo in interface Comparable<PropertySetRequest>public PropertySetRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<PropertySetRequest,PropertySetRequest._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.