Class ImportInfo
java.lang.Object
com.azure.analytics.purview.datamap.models.ImportInfo
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ImportInfo>
ImportInfo.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImportInfofromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImportInfo from the JsonReader.Get the childObjectName property: childObjectName.Get the importStatus property: importStatus.Get the parentObjectName property: parentObjectName.Get the remarks property: remarks.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
-
Method Details
-
getChildObjectName
Get the childObjectName property: childObjectName.- Returns:
- the childObjectName value.
-
getImportStatus
Get the importStatus property: importStatus.- Returns:
- the importStatus value.
-
getParentObjectName
Get the parentObjectName property: parentObjectName.- Returns:
- the parentObjectName value.
-
getRemarks
Get the remarks property: remarks.- Returns:
- the remarks value.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ImportInfo>- Throws:
IOException
-
fromJson
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.
-