Class DomainChange
- java.lang.Object
 - 
- org.jclouds.rackspace.clouddns.v1.domain.DomainChange
 
 
- 
public class DomainChange extends Object
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDomainChange.Changestatic classDomainChange.ChangeDetail 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<DomainChange.Change>getChanges()DategetFrom()DategetTo()inthashCode()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getFrom
public Date getFrom()
 
- 
getTo
public Date getTo()
 
- 
getChanges
public List<DomainChange.Change> getChanges()
 
 - 
 
 -