Class TldLegalAgreementInner

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

public final class TldLegalAgreementInner extends Object implements com.azure.json.JsonSerializable<TldLegalAgreementInner>
Legal agreement for a top level domain.
  • Constructor Details

    • TldLegalAgreementInner

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

    • agreementKey

      public String agreementKey()
      Get the agreementKey property: Unique identifier for the agreement.
      Returns:
      the agreementKey value.
    • withAgreementKey

      public TldLegalAgreementInner withAgreementKey(String agreementKey)
      Set the agreementKey property: Unique identifier for the agreement.
      Parameters:
      agreementKey - the agreementKey value to set.
      Returns:
      the TldLegalAgreementInner object itself.
    • title

      public String title()
      Get the title property: Agreement title.
      Returns:
      the title value.
    • withTitle

      public TldLegalAgreementInner withTitle(String title)
      Set the title property: Agreement title.
      Parameters:
      title - the title value to set.
      Returns:
      the TldLegalAgreementInner object itself.
    • content

      public String content()
      Get the content property: Agreement details.
      Returns:
      the content value.
    • withContent

      public TldLegalAgreementInner withContent(String content)
      Set the content property: Agreement details.
      Parameters:
      content - the content value to set.
      Returns:
      the TldLegalAgreementInner object itself.
    • url

      public String url()
      Get the url property: URL where a copy of the agreement details is hosted.
      Returns:
      the url value.
    • withUrl

      public TldLegalAgreementInner withUrl(String url)
      Set the url property: URL where a copy of the agreement details is hosted.
      Parameters:
      url - the url value to set.
      Returns:
      the TldLegalAgreementInner 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<TldLegalAgreementInner>
      Throws:
      IOException
    • fromJson

      public static TldLegalAgreementInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of TldLegalAgreementInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of TldLegalAgreementInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the TldLegalAgreementInner.