Class ImportInfo

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

public final class ImportInfo extends Object implements com.azure.json.JsonSerializable<ImportInfo>
ImportInfo.
  • Method Details

    • getChildObjectName

      public String getChildObjectName()
      Get the childObjectName property: childObjectName.
      Returns:
      the childObjectName value.
    • getImportStatus

      public ImportStatus getImportStatus()
      Get the importStatus property: importStatus.
      Returns:
      the importStatus value.
    • getParentObjectName

      public String getParentObjectName()
      Get the parentObjectName property: parentObjectName.
      Returns:
      the parentObjectName value.
    • getRemarks

      public String getRemarks()
      Get the remarks property: remarks.
      Returns:
      the remarks value.
    • toJson

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

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