Class APIAdminEmail

java.lang.Object
com.testdroid.api.APIEntity
com.testdroid.api.model.APIAdminEmail

public class APIAdminEmail extends APIEntity
Author:
MichaƂ Szpruta <[email protected]>
  • Constructor Details

  • Method Details

    • getUserId

      public Long getUserId()
    • setUserId

      public void setUserId(Long userId)
    • getUserEmail

      public String getUserEmail()
    • setUserEmail

      public void setUserEmail(String userEmail)
    • getSubject

      public String getSubject()
    • setSubject

      public void setSubject(String subject)
    • getCreateTime

      public Date getCreateTime()
    • setCreateTime

      public void setCreateTime(Date createTime)
    • getLastRetryTime

      public Date getLastRetryTime()
    • setLastRetryTime

      public void setLastRetryTime(Date lastRetryTime)
    • getSent

      public Boolean getSent()
    • setSent

      public void setSent(Boolean sent)
    • clone

      protected <T extends APIEntity> void clone(T from)
      Specified by:
      clone in class APIEntity