@ThreadSafe @Immutable public class Result extends Object
| Constructor and Description |
|---|
Result(long epoch,
String attributeName,
String className,
String objDomain,
String keyAlias,
String typeName,
Map<String,Object> values) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
String |
getClassName() |
long |
getEpoch() |
String |
getKeyAlias()
Specified as part of the query.
|
String |
getObjDomain() |
String |
getTypeName() |
com.google.common.collect.ImmutableMap<String,Object> |
getValues() |
String |
toString() |
Copyright © 2015. All Rights Reserved.