Class AttachmentPreview

java.lang.Object
com.symphony.bdk.gen.api.model.AttachmentPreview

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-09-12T12:09:08.197490749Z[Etc/UTC]") public class AttachmentPreview extends Object
Preview file for image attachments
  • Field Details

  • Constructor Details

    • AttachmentPreview

      public AttachmentPreview()
  • Method Details

    • fileId

      public AttachmentPreview fileId(String fileId)
    • getFileId

      @Nullable public String getFileId()
      The preview file ID
      Returns:
      fileId
    • setFileId

      public void setFileId(String fileId)
    • width

      public AttachmentPreview width(Integer width)
    • getWidth

      @Nullable public Integer getWidth()
      The preview image width
      Returns:
      width
    • setWidth

      public void setWidth(Integer width)
    • equals

      public boolean equals(Object o)
      Return true if this AttachmentPreview object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object