Class DownloadReceiptCount

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class DownloadReceiptCount extends Object
DownloadReceiptCount
  • Field Details

  • Constructor Details

    • DownloadReceiptCount

      public DownloadReceiptCount()
  • Method Details

    • fileName

      public DownloadReceiptCount fileName(String fileName)
    • getFileName

      @Nullable public String getFileName()
      Get fileName
      Returns:
      fileName
    • setFileName

      public void setFileName(String fileName)
    • timestamp

      public DownloadReceiptCount timestamp(Long timestamp)
    • getTimestamp

      @Nullable public Long getTimestamp()
      Get timestamp
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • equals

      public boolean equals(Object o)
      Return true if this DownloadReceiptCount 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