Class DomainPush


  • public class DomainPush
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DomainPush​(java.lang.Long id, java.lang.Long domainId, java.lang.Long contactId, java.lang.Long accountId, java.time.OffsetDateTime acceptedAt, java.time.OffsetDateTime createdAt, java.time.OffsetDateTime updatedAt)  
    • Constructor Detail

      • DomainPush

        public DomainPush​(java.lang.Long id,
                          java.lang.Long domainId,
                          java.lang.Long contactId,
                          java.lang.Long accountId,
                          java.time.OffsetDateTime acceptedAt,
                          java.time.OffsetDateTime createdAt,
                          java.time.OffsetDateTime updatedAt)
    • Method Detail

      • getId

        public java.lang.Long getId()
      • getDomainId

        public java.lang.Long getDomainId()
      • getContactId

        public java.lang.Long getContactId()
      • getAccountId

        public java.lang.Long getAccountId()
      • getAcceptedAt

        public java.time.OffsetDateTime getAcceptedAt()
      • getCreatedAt

        public java.time.OffsetDateTime getCreatedAt()
      • getUpdatedAt

        public java.time.OffsetDateTime getUpdatedAt()