Package com.gooddata.sdk.model.md
Class Meta
java.lang.Object
com.gooddata.sdk.model.md.Meta
- All Implemented Interfaces:
Serializable
Metadata meta information (meant just for internal SDK usage)
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionMeta(String author, String contributor, ZonedDateTime created, ZonedDateTime updated, String summary, String title, String category, Set<String> tags, String uri, String identifier, Boolean deprecated, Boolean production, Boolean locked, Boolean unlisted, Boolean sharedWithSomeone, Set<String> flags) Constructor with "extra" flags argumentprotectedMeta(String author, String contributor, ZonedDateTime created, ZonedDateTime updated, String summary, String title, String category, Set<String> tags, String uri, String identifier, Set<String> flags) -
Method Summary
Modifier and TypeMethodDescriptiongetFlags()getId()Returns internally generated ID of the object (that's part of the object URI).Returns user-specified identifier of the object.getTags()getTitle()getUri()Default is false/not-deprecated.isLocked()Flag that MD object is locked; default is false/unlocked.Is the object production or not? Defaults to true.Is the linked object shared with someone via ACLs?Default is false/listed.voidsetCategory(String category) voidsetDeprecated(Boolean deprecated) voidvoidsetIdentifier(String identifier) voidvoidsetProduction(Boolean production) voidsetSharedWithSomeone(Boolean sharedWithSomeone) voidsetSummary(String summary) voidvoidvoidsetUnlisted(Boolean unlisted) toString()
-
Constructor Details
-
Meta
-
Meta
public Meta(String author, String contributor, ZonedDateTime created, ZonedDateTime updated, String summary, String title, String category, Set<String> tags, String uri, String identifier, Boolean deprecated, Boolean production, Boolean locked, Boolean unlisted, Boolean sharedWithSomeone, Set<String> flags) Constructor with "extra" flags argument- Parameters:
author-contributor-created-updated-summary-title-category-tags-uri-identifier-deprecated-production-locked-unlisted-sharedWithSomeone-flags-
-
Meta
-
Meta
-
-
Method Details
-
getId
Returns internally generated ID of the object (that's part of the object URI).- Returns:
- internal ID of the object
-
getAuthor
-
getContributor
-
getCreated
-
getSummary
-
setSummary
-
getTitle
-
setTitle
-
getUpdated
-
getCategory
-
setCategory
-
getTags
-
setTags
-
getUri
-
isDeprecated
Default is false/not-deprecated.- Returns:
- true when the linked object is deprecated, null if not set
-
setDeprecated
-
getIdentifier
Returns user-specified identifier of the object.- Returns:
- user-specified object identifier
-
setIdentifier
-
isProduction
Is the object production or not? Defaults to true.- Returns:
- true when the linked object is production, null if not set
-
setProduction
-
isLocked
Flag that MD object is locked; default is false/unlocked.- Returns:
- true when the linked object is locked, null if not set
-
setLocked
-
isUnlisted
Default is false/listed.- Returns:
- true when the linked object is unlisted, null if not set
-
setUnlisted
-
getFlags
-
setFlags
-
toString
-