Class Attachment

java.lang.Object
de.qytera.qtaf.testrail.entity.Attachment

public class Attachment extends Object
  • Constructor Details

    • Attachment

      public Attachment(String filetype, String icon, String entityId, int clientId, String entityType, String filename, int size, int projectId, int createdOn, String dataId, int userId, String name, int legacyId, boolean isImage, String id)
    • Attachment

      public Attachment()
  • Method Details

    • getFiletype

      public String getFiletype()
    • getIcon

      public String getIcon()
    • getEntityId

      public String getEntityId()
    • getClientId

      public int getClientId()
    • getEntityType

      public String getEntityType()
    • getFilename

      public String getFilename()
    • getSize

      public int getSize()
    • getProjectId

      public int getProjectId()
    • getCreatedOn

      public int getCreatedOn()
    • getDataId

      public String getDataId()
    • getUserId

      public int getUserId()
    • getName

      public String getName()
    • getLegacyId

      public int getLegacyId()
    • isImage

      public boolean isImage()
    • getId

      public String getId()
    • setFiletype

      public void setFiletype(String filetype)
    • setIcon

      public void setIcon(String icon)
    • setEntityId

      public void setEntityId(String entityId)
    • setClientId

      public void setClientId(int clientId)
    • setEntityType

      public void setEntityType(String entityType)
    • setFilename

      public void setFilename(String filename)
    • setSize

      public void setSize(int size)
    • setProjectId

      public void setProjectId(int projectId)
    • setCreatedOn

      public void setCreatedOn(int createdOn)
    • setDataId

      public void setDataId(String dataId)
    • setUserId

      public void setUserId(int userId)
    • setName

      public void setName(String name)
    • setLegacyId

      public void setLegacyId(int legacyId)
    • setImage

      public void setImage(boolean isImage)
    • setId

      public void setId(String id)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object