Class CreateAbfsCredentialResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class CreateAbfsCredentialResponse
    extends CdpResponse
    Response object for creating ABFS credentials.
    • Constructor Detail

      • CreateAbfsCredentialResponse

        public CreateAbfsCredentialResponse()
    • Method Detail

      • getErrors

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object