Class DeleteCertificateError

java.lang.Object
com.microsoft.azure.management.batch.DeleteCertificateError

public class DeleteCertificateError extends Object
An error response from the Batch service.
  • Constructor Details

    • DeleteCertificateError

      public DeleteCertificateError()
  • Method Details

    • code

      public String code()
      Get an identifier for the error. Codes are invariant and are intended to be consumed programmatically.
      Returns:
      the code value
    • withCode

      public DeleteCertificateError withCode(String code)
      Set an identifier for the error. Codes are invariant and are intended to be consumed programmatically.
      Parameters:
      code - the code value to set
      Returns:
      the DeleteCertificateError object itself.
    • message

      public String message()
      Get a message describing the error, intended to be suitable for display in a user interface.
      Returns:
      the message value
    • withMessage

      public DeleteCertificateError withMessage(String message)
      Set a message describing the error, intended to be suitable for display in a user interface.
      Parameters:
      message - the message value to set
      Returns:
      the DeleteCertificateError object itself.
    • target

      public String target()
      Get the target of the particular error. For example, the name of the property in error.
      Returns:
      the target value
    • withTarget

      public DeleteCertificateError withTarget(String target)
      Set the target of the particular error. For example, the name of the property in error.
      Parameters:
      target - the target value to set
      Returns:
      the DeleteCertificateError object itself.
    • details

      public List<DeleteCertificateError> details()
      Get a list of additional details about the error.
      Returns:
      the details value
    • withDetails

      public DeleteCertificateError withDetails(List<DeleteCertificateError> details)
      Set a list of additional details about the error.
      Parameters:
      details - the details value to set
      Returns:
      the DeleteCertificateError object itself.