org.jclouds.route53.domain
Class Change

java.lang.Object
  extended by org.jclouds.route53.domain.Change

public final class Change
extends Object


Nested Class Summary
static class Change.Status
           
 
Method Summary
static Change create(String id, Change.Status status, Date submittedAt)
           
 boolean equals(Object obj)
           
 String getId()
          The ID of the change batch.
 Change.Status getStatus()
          The current status of the change batch request.
 Date getSubmittedAt()
          The date and time that the change batch request was submitted.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public String getId()
The ID of the change batch.


getStatus

public Change.Status getStatus()
The current status of the change batch request.


getSubmittedAt

public Date getSubmittedAt()
The date and time that the change batch request was submitted.


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

create

public static Change create(String id,
                            Change.Status status,
                            Date submittedAt)


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