Class ChangeRequestInfo

    • Method Detail

      • newBuilder

        public static ChangeRequestInfo.Builder newBuilder()
        Returns an empty builder for the ChangeRequestInfo class.
      • toBuilder

        public ChangeRequestInfo.Builder toBuilder()
        Creates a builder populated with values of this ChangeRequestInfo.
      • getAdditions

        public List<RecordSet> getAdditions()
        Returns the list of RecordSets to be added to the zone upon submitting this change request.
      • getDeletions

        public List<RecordSet> getDeletions()
        Returns the list of RecordSets to be deleted from the zone upon submitting this change request.
      • getGeneratedId

        public String getGeneratedId()
        Returns the service-generated id for this change request.
      • getStartTimeMillis

        public Long getStartTimeMillis()
        Returns the time when this change request was started by the server.
      • status

        public ChangeRequestInfo.Status status()
        Returns the status of this change request. If the change request has not been applied yet, the status is PENDING.
      • getStatus

        public ChangeRequestInfo.Status getStatus()
        Returns the status of this change request. If the change request has not been applied yet, the status is PENDING.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object