Class DeleteCredentialResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.replicationmanager.model.DeleteCredentialResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.297-07:00") public class DeleteCredentialResponse extends CdpResponse
Response object for delete credential operation.
  • Constructor Details

    • DeleteCredentialResponse

      public DeleteCredentialResponse()
  • Method Details

    • getErrors

      public List<ApiError> getErrors()
      Getter for errors. The list of response errors in case of a partial failure while deleting the credential.
    • setErrors

      public void setErrors(List<ApiError> errors)
      Setter for errors. The list of response errors in case of a partial failure while deleting the credential.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object