Class Meta

java.lang.Object
com.gooddata.sdk.model.md.Meta
All Implemented Interfaces:
Serializable

public class Meta extends Object implements Serializable
Metadata meta information (meant just for internal SDK usage)
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Returns internally generated ID of the object (that's part of the object URI).
      Returns:
      internal ID of the object
    • getAuthor

      public String getAuthor()
    • getContributor

      public String getContributor()
    • getCreated

      public ZonedDateTime getCreated()
    • getSummary

      public String getSummary()
    • setSummary

      public void setSummary(String summary)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getUpdated

      public ZonedDateTime getUpdated()
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getTags

      public Set<String> getTags()
    • setTags

      public void setTags(Set<String> tags)
    • getUri

      public String getUri()
    • isDeprecated

      public Boolean isDeprecated()
      Default is false/not-deprecated.
      Returns:
      true when the linked object is deprecated, null if not set
    • setDeprecated

      public void setDeprecated(Boolean deprecated)
    • getIdentifier

      public String getIdentifier()
      Returns user-specified identifier of the object.
      Returns:
      user-specified object identifier
    • setIdentifier

      public void setIdentifier(String identifier)
    • isProduction

      public Boolean isProduction()
      Is the object production or not? Defaults to true.
      Returns:
      true when the linked object is production, null if not set
    • setProduction

      public void setProduction(Boolean production)
    • isLocked

      public Boolean isLocked()
      Flag that MD object is locked; default is false/unlocked.
      Returns:
      true when the linked object is locked, null if not set
    • setLocked

      public void setLocked(Boolean locked)
    • isUnlisted

      public Boolean isUnlisted()
      Default is false/listed.
      Returns:
      true when the linked object is unlisted, null if not set
    • setUnlisted

      public void setUnlisted(Boolean unlisted)
    • isSharedWithSomeone

      public Boolean isSharedWithSomeone()
      Is the linked object shared with someone via ACLs?
      Returns:
      true when the linked object is shared, null if not set
    • setSharedWithSomeone

      public void setSharedWithSomeone(Boolean sharedWithSomeone)
    • getFlags

      public Set<String> getFlags()
    • setFlags

      public void setFlags(Set<String> flags)
    • toString

      public String toString()
      Overrides:
      toString in class Object