Class DomainChange.Change
- java.lang.Object
-
- org.jclouds.rackspace.clouddns.v1.domain.DomainChange.Change
-
- Enclosing class:
- DomainChange
public static class DomainChange.Change extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getAccountId()
String
getAction()
List<DomainChange.ChangeDetail>
getChangeDetails()
String
getDomain()
int
getTargetId()
String
getTargetType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Change
@ConstructorProperties({"domain","action","targetType","accountId","targetId","changeDetails"}) protected Change(String domain, String action, String targetType, int accountId, int targetId, List<DomainChange.ChangeDetail> changeDetails)
-
-
Method Detail
-
getDomain
public String getDomain()
-
getAction
public String getAction()
-
getTargetType
public String getTargetType()
-
getAccountId
public int getAccountId()
-
getTargetId
public int getTargetId()
-
getChangeDetails
public List<DomainChange.ChangeDetail> getChangeDetails()
-
-