org.jclouds.dynect.v3.domain
Class RecordSet.Value
java.lang.Object
org.jclouds.dynect.v3.domain.RecordSet.Value
- Enclosing class:
- RecordSet
public static class RecordSet.Value
- extends Object
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()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
builder
public static RecordSet.Value.Builder builder()
toBuilder
public RecordSet.Value.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.