Class DeleteCertificateError


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

      • DeleteCertificateError

        public DeleteCertificateError()
    • Method Detail

      • code

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

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

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

        public DeleteCertificateError withMessage​(String message)
        Set the message value.
        Parameters:
        message - the message value to set
        Returns:
        the DeleteCertificateError object itself.
      • target

        public String target()
        Get the target value.
        Returns:
        the target value
      • withTarget

        public DeleteCertificateError withTarget​(String target)
        Set the target value.
        Parameters:
        target - the target value to set
        Returns:
        the DeleteCertificateError object itself.