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.
  • Constructor Details

    • ExecutePolicyResponse

      public ExecutePolicyResponse()
  • Method Details

    • getDryRunResult

      public DryRunResult getDryRunResult()
      Getter for dryRunResult. The dry run result. This field will be present only if the request had dryRun as true.
    • setDryRunResult

      public void setDryRunResult(DryRunResult dryRunResult)
      Setter for dryRunResult. The dry run result. This field will be present only if the request had dryRun as true.
    • getExecutionResult

      public ExecutionResult getExecutionResult()
      Getter for executionResult. The execution result. This field will be present only if the request had dryRun as false.
    • setExecutionResult

      public void setExecutionResult(ExecutionResult executionResult)
      Setter for executionResult. The execution result. This field will be present only if the request had dryRun as false.
    • 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