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 Details

    • AtlasEntitiesWithExtInfo

      public AtlasEntitiesWithExtInfo()
      Creates an instance of AtlasEntitiesWithExtInfo class.
  • Method Details

    • getReferredEntities

      public Map<String,AtlasEntity> getReferredEntities()
      Get the referredEntities property: The referred entities.
      Returns:
      the referredEntities value.
    • setReferredEntities

      public AtlasEntitiesWithExtInfo setReferredEntities(Map<String,AtlasEntity> referredEntities)
      Set the referredEntities property: The referred entities.
      Parameters:
      referredEntities - the referredEntities value to set.
      Returns:
      the AtlasEntitiesWithExtInfo object itself.
    • getEntities

      public List<AtlasEntity> getEntities()
      Get the entities property: An array of entities.
      Returns:
      the entities value.
    • setEntities

      public AtlasEntitiesWithExtInfo setEntities(List<AtlasEntity> entities)
      Set the entities property: An array of entities.
      Parameters:
      entities - the entities value to set.
      Returns:
      the AtlasEntitiesWithExtInfo object itself.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.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.