Class FileResponse


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class FileResponse
    extends java.lang.Object
    FileResponse
    • Field Detail

      • JSON_PROPERTY_FILE_URL

        public static final java.lang.String JSON_PROPERTY_FILE_URL
        See Also:
        Constant Field Values
      • JSON_PROPERTY_EXPIRES_AT

        public static final java.lang.String JSON_PROPERTY_EXPIRES_AT
        See Also:
        Constant Field Values
    • Constructor Detail

      • FileResponse

        public FileResponse()
    • Method Detail

      • fileUrl

        public FileResponse fileUrl​(java.lang.String fileUrl)
      • getFileUrl

        @Nullable
        public java.lang.String getFileUrl()
        URL to the file.
        Returns:
        fileUrl
      • setFileUrl

        public void setFileUrl​(java.lang.String fileUrl)
      • expiresAt

        public FileResponse expiresAt​(java.lang.Integer expiresAt)
      • getExpiresAt

        @Nullable
        public java.lang.Integer getExpiresAt()
        When the link expires.
        Returns:
        expiresAt
      • setExpiresAt

        public void setExpiresAt​(java.lang.Integer expiresAt)
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • createFormData

        public java.util.Map<java.lang.String,​java.lang.Object> createFormData()
                                                                              throws ApiException
        Throws:
        ApiException