Class ExecutePolicyResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.lakehouseopt.model.ExecutePolicyResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class ExecutePolicyResponse
extends CdpResponse
Response object of policy execution on a table.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for dryRunResult.Getter for executionResult.inthashCode()voidsetDryRunResult(DryRunResult dryRunResult) Setter for dryRunResult.voidsetExecutionResult(ExecutionResult executionResult) Setter for executionResult.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ExecutePolicyResponse
public ExecutePolicyResponse()
-
-
Method Details
-
getDryRunResult
Getter for dryRunResult. The dry run result. This field will be present only if the request had dryRun as true. -
setDryRunResult
Setter for dryRunResult. The dry run result. This field will be present only if the request had dryRun as true. -
getExecutionResult
Getter for executionResult. The execution result. This field will be present only if the request had dryRun as false. -
setExecutionResult
Setter for executionResult. The execution result. This field will be present only if the request had dryRun as false. -
equals
-
hashCode
public int hashCode() -
toString
-