Package com.cloudera.cdp.compute.model
Class ValidationResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.compute.model.ValidationResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:43.033-08:00")
public class ValidationResponse
extends CdpResponse
Pre-flight validation check response structure.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for message.Getter for result.Getter for summary.Getter for validations.int
hashCode()
void
setMessage
(String message) Setter for message.void
Setter for result.void
setSummary
(ValidationSummary summary) Setter for summary.void
setValidations
(List<ValidationResult> validations) Setter for validations.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ValidationResponse
public ValidationResponse()
-
-
Method Details
-
getResult
Getter for result. Validation result. -
setResult
Setter for result. Validation result. -
getSummary
Getter for summary. Numerical summary of the validations. -
setSummary
Setter for summary. Numerical summary of the validations. -
getMessage
Getter for message. A message describing end result of the validations. -
setMessage
Setter for message. A message describing end result of the validations. -
getValidations
Getter for validations. The list of detailed validation result. -
setValidations
Setter for validations. The list of detailed validation result. -
equals
-
hashCode
public int hashCode() -
toString
-