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()LocalDateTimegetCreatedAt()UUIDgetGuid()LocalDateTimegetUpdatedAt()StringgetUrl()
-
-
-
Method Detail
-
getGuid
@Parameter UUID getGuid()
-
getCreatedAt
LocalDateTime getCreatedAt()
-
getUpdatedAt
LocalDateTime getUpdatedAt()
-
getUrl
String getUrl()
-
defaultMetadata
static CloudMetadata defaultMetadata()
-
-