Class PollMessage

    • Constructor Detail

      • PollMessage

        public PollMessage()
    • Method Detail

      • getId

        public java.lang.Long getId()
      • getRegistrarId

        public java.lang.String getRegistrarId()
      • getEventTime

        public org.joda.time.DateTime getEventTime()
      • getMsg

        public java.lang.String getMsg()
      • getDomainRepoId

        public java.lang.String getDomainRepoId()
        Returns the domain repo id.

        This may only be used on a Domain poll event.

      • getContactRepoId

        public java.lang.String getContactRepoId()
        Returns the contact repo id.

        This may only be used on a Contact poll event.

      • getHostRepoId

        public java.lang.String getHostRepoId()
        Returns the host repo id.

        This may only be used on a Host poll event.

      • getResourceId

        public java.lang.String getResourceId()
        Gets the repo ID of the underlying resource that the PollMessage is for, regardless of the type of the resource.
      • getHistoryRevisionId

        public java.lang.Long getHistoryRevisionId()
        Gets the underlying history revision id, regardless of the type of the resource.
      • asBuilder

        public abstract PollMessage.Builder<?,​?> asBuilder()
        Override Buildable.asBuilder() to give this method stronger typing.
        Specified by:
        asBuilder in interface Buildable