public static final class RecordSet.Value.Builder extends Object
Constructor and Description |
---|
RecordSet.Value.Builder() |
Modifier and Type | Method and Description |
---|---|
RecordSet.Value |
build() |
RecordSet.Value.Builder |
from(RecordSet.Value in) |
RecordSet.Value.Builder |
label(String label) |
RecordSet.Value.Builder |
rdata(Map<String,Object> rdata) |
RecordSet.Value.Builder |
weight(Integer weight) |
public RecordSet.Value.Builder label(String label)
RecordSet.Value.getLabel()
public RecordSet.Value.Builder weight(Integer weight)
RecordSet.Value.getWeight()
public RecordSet.Value.Builder rdata(Map<String,Object> rdata)
Record.getRData()
public RecordSet.Value build()
public RecordSet.Value.Builder from(RecordSet.Value in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.