Class AtlasEntitiesWithExtInfo
java.lang.Object
com.azure.analytics.purview.datamap.models.AtlasEntitiesWithExtInfo
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AtlasEntitiesWithExtInfo>
public final class AtlasEntitiesWithExtInfo
extends Object
implements com.azure.json.JsonSerializable<AtlasEntitiesWithExtInfo>
An instance of an entity along with extended info - like hive_table,
hive_database.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AtlasEntitiesWithExtInfo class. -
Method Summary
Modifier and TypeMethodDescriptionstatic AtlasEntitiesWithExtInfofromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasEntitiesWithExtInfo from the JsonReader.Get the entities property: An array of entities.Get the referredEntities property: The referred entities.setEntities(List<AtlasEntity> entities) Set the entities property: An array of entities.setReferredEntities(Map<String, AtlasEntity> referredEntities) Set the referredEntities property: The referred entities.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
AtlasEntitiesWithExtInfo
public AtlasEntitiesWithExtInfo()Creates an instance of AtlasEntitiesWithExtInfo class.
-
-
Method Details
-
getReferredEntities
Get the referredEntities property: The referred entities.- Returns:
- the referredEntities value.
-
setReferredEntities
Set the referredEntities property: The referred entities.- Parameters:
referredEntities- the referredEntities value to set.- Returns:
- the AtlasEntitiesWithExtInfo object itself.
-
getEntities
Get the entities property: An array of entities.- Returns:
- the entities value.
-
setEntities
Set the entities property: An array of entities.- Parameters:
entities- the entities value to set.- Returns:
- the AtlasEntitiesWithExtInfo object itself.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AtlasEntitiesWithExtInfo>- Throws:
IOException
-
fromJson
public static AtlasEntitiesWithExtInfo fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AtlasEntitiesWithExtInfo from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AtlasEntitiesWithExtInfo if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the AtlasEntitiesWithExtInfo.
-