Class ApiManagementServiceGetDomainOwnershipIdentifierResultInner
java.lang.Object
com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementServiceGetDomainOwnershipIdentifierResultInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ApiManagementServiceGetDomainOwnershipIdentifierResultInner>
public final class ApiManagementServiceGetDomainOwnershipIdentifierResultInner
extends Object
implements com.azure.json.JsonSerializable<ApiManagementServiceGetDomainOwnershipIdentifierResultInner>
Response of the GetDomainOwnershipIdentifier operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApiManagementServiceGetDomainOwnershipIdentifierResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the domainOwnershipIdentifier property: The domain ownership identifier value.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementServiceGetDomainOwnershipIdentifierResultInner from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.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
-
ApiManagementServiceGetDomainOwnershipIdentifierResultInner
public ApiManagementServiceGetDomainOwnershipIdentifierResultInner()Creates an instance of ApiManagementServiceGetDomainOwnershipIdentifierResultInner class.
-
-
Method Details
-
domainOwnershipIdentifier
Get the domainOwnershipIdentifier property: The domain ownership identifier value.- Returns:
- the domainOwnershipIdentifier value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ApiManagementServiceGetDomainOwnershipIdentifierResultInner>- Throws:
IOException
-
fromJson
public static ApiManagementServiceGetDomainOwnershipIdentifierResultInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ApiManagementServiceGetDomainOwnershipIdentifierResultInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ApiManagementServiceGetDomainOwnershipIdentifierResultInner 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 ApiManagementServiceGetDomainOwnershipIdentifierResultInner.
-