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 Details

    • ApiManagementServiceGetDomainOwnershipIdentifierResultInner

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

    • domainOwnershipIdentifier

      public String 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

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