Class AtlasEntityHeader
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStruct
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasEntityHeader
AtlasEntityHeader provides the summary information about an entity instance.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStruct
KEY_ATTRIBUTES, KEY_TYPENAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGuid()
boolean
void
setClassificationNames
(List<String> classificationNames) void
setClassifications
(List<AtlasClassification> classifications) void
setDisplayText
(String displayText) void
void
setIncomplete
(boolean incomplete) void
void
setMeaningNames
(List<String> meaningNames) void
setMeanings
(List<AtlasTermAssignmentHeader> meanings) void
setStatus
(AtlasInstanceStatus status) toString()
Methods inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStruct
getAttributes, getTypeName, setAttributes, setTypeName
-
Constructor Details
-
AtlasEntityHeader
public AtlasEntityHeader()
-
-
Method Details
-
getGuid
-
setGuid
-
getStatus
-
setStatus
-
getDisplayText
-
setDisplayText
-
getClassificationNames
-
setClassificationNames
-
getClassifications
-
setClassifications
-
getMeaningNames
-
setMeaningNames
-
getMeanings
-
setMeanings
-
getIncomplete
public boolean getIncomplete() -
setIncomplete
public void setIncomplete(boolean incomplete) -
getLabels
-
setLabels
-
toString
- Overrides:
toString
in classAtlasStruct
-