Class AttachmentInputV1

java.lang.Object
com.seeq.model.AttachmentInputV1

public class AttachmentInputV1 extends Object
Can be used to attach a screenshot of the problem
  • Constructor Details

    • AttachmentInputV1

      public AttachmentInputV1()
  • Method Details

    • content

      public AttachmentInputV1 content(String content)
    • getContent

      public String getContent()
      The base64 encoded content of an attachment.
      Returns:
      content
    • setContent

      public void setContent(String content)
    • filename

      public AttachmentInputV1 filename(String filename)
    • getFilename

      public String getFilename()
      The filename of an attachment.
      Returns:
      filename
    • setFilename

      public void setFilename(String filename)
    • type

      public AttachmentInputV1 type(String type)
    • getType

      public String getType()
      The MIME type of the content of an attachment.
      Returns:
      type
    • setType

      public void setType(String type)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object