public class ChangeRequestInfo extends Object implements Serializable
RecordSets within a Zone.| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeRequestInfo.Builder
A builder for
ChangeRequestInfo. |
static class |
ChangeRequestInfo.Status
This enumerates the possible states of a change request.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordSet> |
additions()
Returns the list of
RecordSets to be added to the zone upon submitting this change
request. |
static ChangeRequestInfo.Builder |
builder()
Returns an empty builder for the
ChangeRequestInfo class. |
List<RecordSet> |
deletions()
Returns the list of
RecordSets to be deleted from the zone upon submitting this change
request. |
boolean |
equals(Object obj) |
String |
generatedId()
Returns the service-generated id for this change request.
|
int |
hashCode() |
Long |
startTimeMillis()
Returns the time when this change request was started by the server.
|
ChangeRequestInfo.Status |
status()
Returns the status of this change request.
|
ChangeRequestInfo.Builder |
toBuilder()
Creates a builder populated with values of this
ChangeRequestInfo. |
String |
toString() |
public static ChangeRequestInfo.Builder builder()
ChangeRequestInfo class.public ChangeRequestInfo.Builder toBuilder()
ChangeRequestInfo.public List<RecordSet> additions()
RecordSets to be added to the zone upon submitting this change
request.public List<RecordSet> deletions()
RecordSets to be deleted from the zone upon submitting this change
request.public String generatedId()
public Long startTimeMillis()
public ChangeRequestInfo.Status status()
PENDING.Copyright © 2016 Google. All rights reserved.