Package org.jclouds.ultradns.ws.domain
Class DirectionalGroupCoordinates
- java.lang.Object
-
- org.jclouds.ultradns.ws.domain.DirectionalGroupCoordinates
-
public class DirectionalGroupCoordinates extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DirectionalGroupCoordinates.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DirectionalGroupCoordinates.Builder
builder()
boolean
equals(Object obj)
String
getGroupName()
thename
of the directional group.String
getRecordName()
thedname
of the record.int
getRecordType()
therecordType
of the record.String
getZoneName()
thename
of the zone.int
hashCode()
DirectionalGroupCoordinates.Builder
toBuilder()
String
toString()
-
-
-
Method Detail
-
getRecordType
public int getRecordType()
therecordType
of the record.- See Also:
DirectionalPoolRecordDetail.getRecord()
-
builder
public static DirectionalGroupCoordinates.Builder builder()
-
toBuilder
public DirectionalGroupCoordinates.Builder toBuilder()
-
-