Class EmailForward


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

      Constructors 
      Constructor Description
      EmailForward​(java.lang.Long id, java.lang.Long domainId, java.lang.String from, java.lang.String to, java.time.OffsetDateTime createdAt, java.time.OffsetDateTime updatedAt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.time.OffsetDateTime getCreatedAt()  
      java.lang.Long getDomainId()  
      java.lang.String getFrom()  
      java.lang.Long getId()  
      java.lang.String getTo()  
      java.time.OffsetDateTime getUpdatedAt()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmailForward

        public EmailForward​(java.lang.Long id,
                            java.lang.Long domainId,
                            java.lang.String from,
                            java.lang.String to,
                            java.time.OffsetDateTime createdAt,
                            java.time.OffsetDateTime updatedAt)
    • Method Detail

      • getId

        public java.lang.Long getId()
      • getDomainId

        public java.lang.Long getDomainId()
      • getFrom

        public java.lang.String getFrom()
      • getTo

        public java.lang.String getTo()
      • getCreatedAt

        public java.time.OffsetDateTime getCreatedAt()
      • getUpdatedAt

        public java.time.OffsetDateTime getUpdatedAt()