Class DomainAvailabilityCheckResultInner

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.DomainAvailabilityCheckResultInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<DomainAvailabilityCheckResultInner>

public final class DomainAvailabilityCheckResultInner extends Object implements com.azure.json.JsonSerializable<DomainAvailabilityCheckResultInner>
Domain availability check result.
  • Constructor Details

    • DomainAvailabilityCheckResultInner

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

    • name

      public String name()
      Get the name property: Name of the domain.
      Returns:
      the name value.
    • withName

      Set the name property: Name of the domain.
      Parameters:
      name - the name value to set.
      Returns:
      the DomainAvailabilityCheckResultInner object itself.
    • available

      public Boolean available()
      Get the available property: <code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>.
      Returns:
      the available value.
    • withAvailable

      public DomainAvailabilityCheckResultInner withAvailable(Boolean available)
      Set the available property: <code>true</code> if domain can be purchased using CreateDomain API; otherwise, <code>false</code>.
      Parameters:
      available - the available value to set.
      Returns:
      the DomainAvailabilityCheckResultInner object itself.
    • domainType

      public DomainType domainType()
      Get the domainType property: Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything.
      Returns:
      the domainType value.
    • withDomainType

      public DomainAvailabilityCheckResultInner withDomainType(DomainType domainType)
      Set the domainType property: Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything.
      Parameters:
      domainType - the domainType value to set.
      Returns:
      the DomainAvailabilityCheckResultInner object itself.
    • 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<DomainAvailabilityCheckResultInner>
      Throws:
      IOException
    • fromJson

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