Package org.jclouds.dynect.v3.domain
Class RecordSet.Value
- java.lang.Object
-
- org.jclouds.dynect.v3.domain.RecordSet.Value
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecordSet.Value.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordSet.Value.Builderbuilder()booleanequals(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.inthashCode()RecordSet.Value.BuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
getLabel
public com.google.common.base.Optional<String> getLabel()
The label of the value.
-
getWeight
public com.google.common.base.Optional<Integer> getWeight()
The relative weight of the value.
-
getRData
public Map<String,Object> getRData()
- See Also:
Record.getRData()
-
builder
public static RecordSet.Value.Builder builder()
-
toBuilder
public RecordSet.Value.Builder toBuilder()
-
-