Class AccessorObject
java.lang.Object
io.clonecloudstore.accessor.model.AccessorObject
Accessor Object DTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMetadata
(String key, String value) boolean
getHash()
getId()
getMetadata
(String key) getName()
getSite()
long
getSize()
int
hashCode()
setCreation
(Instant creation) setExpires
(Instant expires) setMetadata
(Map<String, String> metadata) setSize
(long size) setStatus
(AccessorStatus status) toString()
-
Constructor Details
-
Method Details