Class ValidateResponseError

java.lang.Object
com.microsoft.azure.management.appservice.ValidateResponseError

public class ValidateResponseError extends Object
Error details for when validation fails.
  • Constructor Details

    • ValidateResponseError

      public ValidateResponseError()
  • Method Details

    • code

      public String code()
      Get validation error code.
      Returns:
      the code value
    • withCode

      public ValidateResponseError withCode(String code)
      Set validation error code.
      Parameters:
      code - the code value to set
      Returns:
      the ValidateResponseError object itself.
    • message

      public String message()
      Get validation error message.
      Returns:
      the message value
    • withMessage

      public ValidateResponseError withMessage(String message)
      Set validation error message.
      Parameters:
      message - the message value to set
      Returns:
      the ValidateResponseError object itself.