Interface CloudMetadata
-
- All Known Implementing Classes:
ImmutableCloudMetadata
@Immutable public interface CloudMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudMetadatadefaultMetadata()DategetCreatedAt()UUIDgetGuid()DategetUpdatedAt()StringgetUrl()
-
-
-
Method Detail
-
getGuid
@Parameter UUID getGuid()
-
getCreatedAt
Date getCreatedAt()
-
getUpdatedAt
Date getUpdatedAt()
-
getUrl
String getUrl()
-
defaultMetadata
static CloudMetadata defaultMetadata()
-
-