Class CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem

java.lang.Object
com.azure.resourcemanager.appcontainers.models.CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem
All Implemented Interfaces:
com.azure.json.JsonSerializable<CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem>

public final class CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem extends Object implements com.azure.json.JsonSerializable<CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem>
Detailed errors.
  • Constructor Details

    • CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem

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

    • code

      public String code()
      Get the code property: Standardized string to programmatically identify the error.
      Returns:
      the code value.
    • message

      public String message()
      Get the message property: Detailed error description and debugging information.
      Returns:
      the message value.
    • target

      public String target()
      Get the target property: Detailed error description and debugging information.
      Returns:
      the target 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<CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem>
      Throws:
      IOException
    • fromJson

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