org.jclouds.ultradns.ws.domain
Class DirectionalGroupCoordinates

java.lang.Object
  extended by org.jclouds.ultradns.ws.domain.DirectionalGroupCoordinates

public class DirectionalGroupCoordinates
extends Object


Nested Class Summary
static class DirectionalGroupCoordinates.Builder
           
 
Method Summary
static DirectionalGroupCoordinates.Builder builder()
           
 boolean equals(Object obj)
           
 String getGroupName()
          the name of the directional group.
 String getRecordName()
          the dname of the record.
 int getRecordType()
          the recordType of the record.
 String getZoneName()
          the name of the zone.
 int hashCode()
           
 DirectionalGroupCoordinates.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getZoneName

public String getZoneName()
the name of the zone.


getRecordName

public String getRecordName()
the dname of the record.


getRecordType

public int getRecordType()
the recordType of the record.

See Also:
DirectionalPoolRecordDetail.getRecord()

getGroupName

public String getGroupName()
the name of the directional group.

See Also:
DirectionalPoolRecordDetail.getGroup(), DirectionalPoolRecordDetail.getGeolocationGroup(), DirectionalPoolRecordDetail.getSourceIpGroup()

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 DirectionalGroupCoordinates.Builder builder()

toBuilder

public DirectionalGroupCoordinates.Builder toBuilder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.