Class CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem

java.lang.Object
com.azure.resourcemanager.appcontainers.models.CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem

public final class CustomHostnameAnalysisResultCustomDomainVerificationFailureInfoDetailsItem extends Object
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.