Package org.tailormap.api.viewer.model
Class AttachmentMetadata
java.lang.Object
org.tailormap.api.viewer.model.AttachmentMetadata
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.17.0")
public class AttachmentMetadata
extends Object
implements Serializable
AttachmentMetadata
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachmentId(UUID attachmentId) attachmentSize(Long attachmentSize) attributeName(String attributeName) createdAt(OffsetDateTime createdAt) description(String description) boolean@Valid UUIDthe key of the attachmentGet attachmentSize@NotNull @Size(min=1) StringGet attributeName@Valid OffsetDateTimeGet createdAtGet createdByGet description@NotNull StringGet fileName@NotNull StringGet mimeTypeinthashCode()voidsetAttachmentId(UUID attachmentId) voidsetAttachmentSize(Long attachmentSize) voidsetAttributeName(String attributeName) voidsetCreatedAt(OffsetDateTime createdAt) voidsetCreatedBy(String createdBy) voidsetDescription(String description) voidsetFileName(String fileName) voidsetMimeType(String mimeType) toString()
-
Constructor Details
-
AttachmentMetadata
public AttachmentMetadata()
-
-
Method Details
-
attachmentId
-
getAttachmentId
the key of the attachment- Returns:
- attachmentId
-
setAttachmentId
-
attributeName
-
getAttributeName
Get attributeName- Returns:
- attributeName
-
setAttributeName
-
fileName
-
getFileName
Get fileName- Returns:
- fileName
-
setFileName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
mimeType
-
getMimeType
Get mimeType- Returns:
- mimeType
-
setMimeType
-
attachmentSize
-
getAttachmentSize
Get attachmentSize- Returns:
- attachmentSize
-
setAttachmentSize
-
createdAt
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
setCreatedAt
-
createdBy
-
getCreatedBy
Get createdBy- Returns:
- createdBy
-
setCreatedBy
-
equals
-
hashCode
public int hashCode() -
toString
-