Package co.cloudcraft.model
Class BlueprintMetadata
java.lang.Object
co.cloudcraft.model.CloudcraftObject
co.cloudcraft.model.BlueprintMetadata
- Direct Known Subclasses:
Blueprint
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final StringCreator of the blueprint.protected final StringCloudcraft issued unique identifier.protected final StringUser that last updated the blueprint.protected final StringName assigned to the blueprintprotected final String[]Tags assigned to group and organize blueprintsprotected final StringFields inherited from class co.cloudcraft.model.CloudcraftObject
eTag, GSON, PRETTY_PRINT_GSON, serialVersionUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanReturns when the user account was last updated.Creator of the blueprint.getId()Cloudcraft issued unique identifier.User that last updated the blueprint.getName()Name assigned to the blueprintString[]List of teams or customers with read access.String[]getTags()Tags assigned to group and organize blueprintsReturns when the user last access Cloudcraft.String[]List of teams or customers with write access.inthashCode()toString()Methods inherited from class co.cloudcraft.model.CloudcraftObject
convertDateStringToInstant, getETag, prettyPrint, setETag, toJson
-
Field Details
-
id
Cloudcraft issued unique identifier. -
name
Name assigned to the blueprint -
tags
Tags assigned to group and organize blueprints -
createdAt
-
updatedAt
-
creatorId
Creator of the blueprint. -
lastUserId
User that last updated the blueprint.
-
-
Constructor Details
-
BlueprintMetadata
-
-
Method Details
-
getCreatedTime
Returns when the user account was last updated.- Returns:
- updated time in milliseconds since epoch.
-
getUpdatedTime
Returns when the user last access Cloudcraft.- Returns:
- last accessed time in milliseconds since epoch.
-
getId
Cloudcraft issued unique identifier. -
getName
Name assigned to the blueprint -
getTags
Tags assigned to group and organize blueprints -
getReadAccess
List of teams or customers with read access. -
getWriteAccess
List of teams or customers with write access. -
getCreatorId
Creator of the blueprint. -
getLastUserId
User that last updated the blueprint. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-