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 class
RecordSet.Value.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
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()
-
-