org.jclouds.rackspace.clouddns.v1.domain
Class DomainChange

java.lang.Object
  extended by org.jclouds.rackspace.clouddns.v1.domain.DomainChange

public class DomainChange
extends Object


Nested Class Summary
static class DomainChange.Change
           
static class DomainChange.ChangeDetail
           
 
Method Summary
 boolean equals(Object obj)
           
 List<DomainChange.Change> getChanges()
           
 Date getFrom()
           
 Date getTo()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getFrom

public Date getFrom()

getTo

public Date getTo()

getChanges

public List<DomainChange.Change> getChanges()

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


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