Class AtlasRelationshipWithExtInfo

java.lang.Object
com.azure.analytics.purview.datamap.models.AtlasRelationshipWithExtInfo
All Implemented Interfaces:
com.azure.json.JsonSerializable<AtlasRelationshipWithExtInfo>

public final class AtlasRelationshipWithExtInfo extends Object implements com.azure.json.JsonSerializable<AtlasRelationshipWithExtInfo>
The relationship with extended information.
  • Method Details

    • getReferredEntities

      public Map<String,AtlasEntityHeader> getReferredEntities()
      Get the referredEntities property: The referred entity header.
      Returns:
      the referredEntities value.
    • getRelationship

      public AtlasRelationship getRelationship()
      Get the relationship property: Atlas relationship instance.
      Returns:
      the relationship value.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AtlasRelationshipWithExtInfo>
      Throws:
      IOException
    • fromJson

      public static AtlasRelationshipWithExtInfo fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AtlasRelationshipWithExtInfo from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AtlasRelationshipWithExtInfo 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 AtlasRelationshipWithExtInfo.