T - public class AerospikeBinData<T> extends Object implements Serializable
| Constructor and Description |
|---|
AerospikeBinData(String propertyName,
Object propertyValue,
Class<T> propertyType,
boolean simpleType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName() |
Class<T> |
getPropertyType() |
Object |
getPropertyValue() |
boolean |
isSimpleType() |
void |
setPropertyName(String propertyName) |
void |
setPropertyType(Class<T> propertyType) |
void |
setPropertyValue(Object propertyValue) |
void |
setSimpleType(boolean simpleType) |
public String getPropertyName()
public void setPropertyName(String propertyName)
propertyName - the propertyName to setpublic Object getPropertyValue()
public void setPropertyValue(Object propertyValue)
propertyValue - the propertyValue to setpublic void setPropertyType(Class<T> propertyType)
propertyType - the propertyType to setpublic boolean isSimpleType()
public void setSimpleType(boolean simpleType)
simpleType - the simpleType to setCopyright © 2011-2016–2017 Aerospike Inc.. All rights reserved.