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 booleanequals(Object obj)intgetAccountId()StringgetAction()List<DomainChange.ChangeDetail>getChangeDetails()StringgetDomain()intgetTargetId()StringgetTargetType()inthashCode()StringtoString()
-
-
-
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()
-
-