AtlasGlossaryCategory Class
- java.
lang. Object - com.
azure. analytics. purview. datamap. models. AtlasGlossaryCategory
- com.
Implements
public final class AtlasGlossaryCategory
implements JsonSerializable<AtlasGlossaryCategory>
The glossary category.
Constructor Summary
| Constructor | Description |
|---|---|
| AtlasGlossaryCategory() |
Creates an instance of Atlas |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Atlas |
fromJson(JsonReader jsonReader)
Reads an instance of Atlas |
|
Atlas |
getAnchor()
Get the anchor property: The glossary header with basic information. |
|
List<Atlas |
getChildrenCategories()
Get the children |
|
List<Atlas |
getClassifications()
Get the classifications property: An array of classifications. |
| String |
getCreatedBy()
Get the created |
| Long |
getCreateTime()
Get the create |
| String |
getGuid()
Get the guid property: The GUID of the object. |
| String |
getLastModifiedTS()
Get the last |
| String |
getLongDescription()
Get the long |
| String |
getName()
Get the name property: The name of the glossary object. |
|
Atlas |
getParentCategory()
Get the parent |
| String |
getQualifiedName()
Get the qualified |
| String |
getShortDescription()
Get the short |
|
List<Atlas |
getTerms()
Get the terms property: An array of related term headers. |
| String |
getUpdatedBy()
Get the updated |
| Long |
getUpdateTime()
Get the update |
|
Atlas |
setAnchor(AtlasGlossaryHeader anchor)
Set the anchor property: The glossary header with basic information. |
|
Atlas |
setChildrenCategories(List<AtlasRelatedCategoryHeader> childrenCategories)
Set the children |
|
Atlas |
setClassifications(List<AtlasClassification> classifications)
Set the classifications property: An array of classifications. |
|
Atlas |
setCreatedBy(String createdBy)
Set the created |
|
Atlas |
setCreateTime(Long createTime)
Set the create |
|
Atlas |
setGuid(String guid)
Set the guid property: The GUID of the object. |
|
Atlas |
setLastModifiedTS(String lastModifiedTS)
Set the last |
|
Atlas |
setLongDescription(String longDescription)
Set the long |
|
Atlas |
setName(String name)
Set the name property: The name of the glossary object. |
|
Atlas |
setParentCategory(AtlasRelatedCategoryHeader parentCategory)
Set the parent |
|
Atlas |
setQualifiedName(String qualifiedName)
Set the qualified |
|
Atlas |
setShortDescription(String shortDescription)
Set the short |
|
Atlas |
setTerms(List<AtlasRelatedTermHeader> terms)
Set the terms property: An array of related term headers. |
|
Atlas |
setUpdatedBy(String updatedBy)
Set the updated |
|
Atlas |
setUpdateTime(Long updateTime)
Set the update |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
AtlasGlossaryCategory
public AtlasGlossaryCategory()
Creates an instance of AtlasGlossaryCategory class.
Method Details
fromJson
public static AtlasGlossaryCategory fromJson(JsonReader jsonReader)
Reads an instance of AtlasGlossaryCategory from the JsonReader.
Parameters:
Returns:
Throws:
getAnchor
public AtlasGlossaryHeader getAnchor()
Get the anchor property: The glossary header with basic information.
Returns:
getChildrenCategories
public List<AtlasRelatedCategoryHeader> getChildrenCategories()
Get the childrenCategories property: An array of children categories.
Returns:
getClassifications
public List<AtlasClassification> getClassifications()
Get the classifications property: An array of classifications.
Returns:
getCreatedBy
public String getCreatedBy()
Get the createdBy property: The user who created the record.
Returns:
getCreateTime
public Long getCreateTime()
Get the createTime property: The created time of the record.
Returns:
getGuid
public String getGuid()
Get the guid property: The GUID of the object.
Returns:
getLastModifiedTS
public String getLastModifiedTS()
Get the lastModifiedTS property: ETag for concurrency control.
Returns:
getLongDescription
public String getLongDescription()
Get the longDescription property: The long version description.
Returns:
getName
public String getName()
Get the name property: The name of the glossary object.
Returns:
getParentCategory
public AtlasRelatedCategoryHeader getParentCategory()
Get the parentCategory property: The header of the related category.
Returns:
getQualifiedName
public String getQualifiedName()
Get the qualifiedName property: The qualified name of the glossary object.
Returns:
getShortDescription
public String getShortDescription()
Get the shortDescription property: The short version of description.
Returns:
getTerms
public List<AtlasRelatedTermHeader> getTerms()
Get the terms property: An array of related term headers.
Returns:
getUpdatedBy
public String getUpdatedBy()
Get the updatedBy property: The user who updated the record.
Returns:
getUpdateTime
public Long getUpdateTime()
Get the updateTime property: The update time of the record.
Returns:
setAnchor
public AtlasGlossaryCategory setAnchor(AtlasGlossaryHeader anchor)
Set the anchor property: The glossary header with basic information.
Parameters:
Returns:
setChildrenCategories
public AtlasGlossaryCategory setChildrenCategories(List<AtlasRelatedCategoryHeader> childrenCategories)
Set the childrenCategories property: An array of children categories.
Parameters:
Returns:
setClassifications
public AtlasGlossaryCategory setClassifications(List<AtlasClassification> classifications)
Set the classifications property: An array of classifications.
Parameters:
Returns:
setCreatedBy
public AtlasGlossaryCategory setCreatedBy(String createdBy)
Set the createdBy property: The user who created the record.
Parameters:
Returns:
setCreateTime
public AtlasGlossaryCategory setCreateTime(Long createTime)
Set the createTime property: The created time of the record.
Parameters:
Returns:
setGuid
public AtlasGlossaryCategory setGuid(String guid)
Set the guid property: The GUID of the object.
Parameters:
Returns:
setLastModifiedTS
public AtlasGlossaryCategory setLastModifiedTS(String lastModifiedTS)
Set the lastModifiedTS property: ETag for concurrency control.
Parameters:
Returns:
setLongDescription
public AtlasGlossaryCategory setLongDescription(String longDescription)
Set the longDescription property: The long version description.
Parameters:
Returns:
setName
public AtlasGlossaryCategory setName(String name)
Set the name property: The name of the glossary object.
Parameters:
Returns:
setParentCategory
public AtlasGlossaryCategory setParentCategory(AtlasRelatedCategoryHeader parentCategory)
Set the parentCategory property: The header of the related category.
Parameters:
Returns:
setQualifiedName
public AtlasGlossaryCategory setQualifiedName(String qualifiedName)
Set the qualifiedName property: The qualified name of the glossary object.
Parameters:
Returns:
setShortDescription
public AtlasGlossaryCategory setShortDescription(String shortDescription)
Set the shortDescription property: The short version of description.
Parameters:
Returns:
setTerms
public AtlasGlossaryCategory setTerms(List<AtlasRelatedTermHeader> terms)
Set the terms property: An array of related term headers.
Parameters:
Returns:
setUpdatedBy
public AtlasGlossaryCategory setUpdatedBy(String updatedBy)
Set the updatedBy property: The user who updated the record.
Parameters:
Returns:
setUpdateTime
public AtlasGlossaryCategory setUpdateTime(Long updateTime)
Set the updateTime property: The update time of the record.
Parameters:
Returns: