Package io.camunda.client.protocol.rest
Class DocumentLink
java.lang.Object
io.camunda.client.protocol.rest.DocumentLink
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class DocumentLink
extends Object
DocumentLink
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe date and time when the link expires.getUrl()The link to the document.inthashCode()voidsetExpiresAt(String expiresAt) voidtoString()
-
Field Details
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
-
Constructor Details
-
DocumentLink
public DocumentLink()
-
-
Method Details
-
url
-
getUrl
The link to the document.- Returns:
- url
-
setUrl
-
expiresAt
-
getExpiresAt
The date and time when the link expires.- Returns:
- expiresAt
-
setExpiresAt
-
equals
-
hashCode
public int hashCode() -
toString
-