Modifier and Type | Class and Description |
---|---|
static class |
RecordSet.Value.Builder |
Modifier and Type | Method and Description |
---|---|
static RecordSet.Value.Builder |
builder() |
boolean |
equals(Object obj) |
com.google.common.base.Optional<String> |
getLabel()
The label of the value.
|
Map<String,Object> |
getRData() |
com.google.common.base.Optional<Integer> |
getWeight()
The relative weight of the value.
|
int |
hashCode() |
RecordSet.Value.Builder |
toBuilder() |
String |
toString() |
public com.google.common.base.Optional<String> getLabel()
public com.google.common.base.Optional<Integer> getWeight()
public Map<String,Object> getRData()
Record.getRData()
public static RecordSet.Value.Builder builder()
public RecordSet.Value.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.