Class BlueprintMetadata

java.lang.Object
co.cloudcraft.model.CloudcraftObject
co.cloudcraft.model.BlueprintMetadata
Direct Known Subclasses:
Blueprint

public class BlueprintMetadata extends CloudcraftObject
  • Field Details

    • id

      protected final String id
      Cloudcraft issued unique identifier.
    • name

      protected final String name
      Name assigned to the blueprint
    • tags

      protected final String[] tags
      Tags assigned to group and organize blueprints
    • createdAt

      protected final String createdAt
    • updatedAt

      protected final String updatedAt
    • creatorId

      @SerializedName("CreatorId") protected final String creatorId
      Creator of the blueprint.
    • lastUserId

      @SerializedName("LastUserId") protected final String lastUserId
      User that last updated the blueprint.
  • Constructor Details

  • Method Details

    • getCreatedTime

      public Long getCreatedTime()
      Returns when the user account was last updated.
      Returns:
      updated time in milliseconds since epoch.
    • getUpdatedTime

      public Long getUpdatedTime()
      Returns when the user last access Cloudcraft.
      Returns:
      last accessed time in milliseconds since epoch.
    • getId

      public String getId()
      Cloudcraft issued unique identifier.
    • getName

      public String getName()
      Name assigned to the blueprint
    • getTags

      public String[] getTags()
      Tags assigned to group and organize blueprints
    • getReadAccess

      public String[] getReadAccess()
      List of teams or customers with read access.
    • getWriteAccess

      public String[] getWriteAccess()
      List of teams or customers with write access.
    • getCreatorId

      public String getCreatorId()
      Creator of the blueprint.
    • getLastUserId

      public String getLastUserId()
      User that last updated the blueprint.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object