org.jclouds.dynect.v3.domain
Class RecordSet.Value

java.lang.Object
  extended by org.jclouds.dynect.v3.domain.RecordSet.Value
Enclosing class:
RecordSet

public static class RecordSet.Value
extends Object


Nested Class Summary
static class RecordSet.Value.Builder
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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()

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.