Uses of Class
com.azure.analytics.purview.datamap.models.AtlasEntity
Packages that use AtlasEntity
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasEntity in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasEntityModifier and TypeMethodDescriptionstatic AtlasEntityAtlasEntity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasEntity from the JsonReader.AtlasEntityWithExtInfo.getEntity()Get the entity property: An instance of an entity - like hive_table, hive_database.AtlasEntity.setAttributes(Map<String, com.azure.core.util.BinaryData> attributes) Set the attributes property: The attributes of the struct.AtlasEntity.setBusinessAttributes(Map<String, com.azure.core.util.BinaryData> businessAttributes) Set the businessAttributes property: Business attributes.AtlasEntity.setClassifications(List<AtlasClassification> classifications) Set the classifications property: An array of classifications.AtlasEntity.setContacts(Map<String, List<ContactInfo>> contacts) Set the contacts property: The dictionary of contacts for entities.AtlasEntity.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasEntity.setCreateTime(Long createTime) Set the createTime property: The created time of the record.AtlasEntity.setCustomAttributes(Map<String, String> customAttributes) Set the customAttributes property: Custom Attribute.Set the guid property: The GUID of the entity.Set the homeId property: The home ID of the entity.AtlasEntity.setIsIncomplete(Boolean isIncomplete) Set the isIncomplete property: Whether it is a shell entity.Set the labels property: labels.AtlasEntity.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.AtlasEntity.setMeanings(List<AtlasTermAssignmentHeader> meanings) Set the meanings property: An array of term assignment headers indicating the meanings of the entity.AtlasEntity.setProvenanceType(Integer provenanceType) Set the provenanceType property: Used to record the provenance of an instance of an entity or relationship.Set the proxy property: Determines if there's a proxy.AtlasEntity.setRelationshipAttributes(Map<String, com.azure.core.util.BinaryData> relationshipAttributes) Set the relationshipAttributes property: The attributes of relationship.AtlasEntity.setStatus(EntityStatus status) Set the status property: Status of the entity - can be active or deleted.AtlasEntity.setTypeName(String typeName) Set the typeName property: The name of the type.AtlasEntity.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasEntity.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.AtlasEntity.setVersion(Long version) Set the version property: The version of the entity.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasEntityModifier and TypeMethodDescriptionAtlasEntitiesWithExtInfo.getEntities()Get the entities property: An array of entities.AtlasEntitiesWithExtInfo.getReferredEntities()Get the referredEntities property: The referred entities.AtlasEntityWithExtInfo.getReferredEntities()Get the referredEntities property: The referred entities.Methods in com.azure.analytics.purview.datamap.models with parameters of type AtlasEntityModifier and TypeMethodDescriptionAtlasEntityWithExtInfo.setEntity(AtlasEntity entity) Set the entity property: An instance of an entity - like hive_table, hive_database.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasEntityModifier and TypeMethodDescriptionAtlasEntitiesWithExtInfo.setEntities(List<AtlasEntity> entities) Set the entities property: An array of entities.AtlasEntitiesWithExtInfo.setReferredEntities(Map<String, AtlasEntity> referredEntities) Set the referredEntities property: The referred entities.AtlasEntityWithExtInfo.setReferredEntities(Map<String, AtlasEntity> referredEntities) Set the referredEntities property: The referred entities.