public final class Change extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Change.Status |
Modifier and Type | Method and Description |
---|---|
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() |
public String getId()
public Change.Status getStatus()
public Date getSubmittedAt()
public static Change create(String id, Change.Status status, Date submittedAt)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.