Package com.hellosign.openapi.model
Class FileResponse
- java.lang.Object
-
- com.hellosign.openapi.model.FileResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class FileResponse extends java.lang.ObjectFileResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_EXPIRES_ATstatic java.lang.StringJSON_PROPERTY_FILE_URL
-
Constructor Summary
Constructors Constructor Description FileResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>createFormData()booleanequals(java.lang.Object o)Return true if this FileResponse object is equal to o.FileResponseexpiresAt(java.lang.Integer expiresAt)FileResponsefileUrl(java.lang.String fileUrl)java.lang.IntegergetExpiresAt()When the link expires.java.lang.StringgetFileUrl()URL to the file.inthashCode()voidsetExpiresAt(java.lang.Integer expiresAt)voidsetFileUrl(java.lang.String fileUrl)java.lang.StringtoString()
-
-
-
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
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Throws:
ApiException
-
-