Class DryRunResult

java.lang.Object
com.cloudera.cdp.lakehouseopt.model.DryRunResult

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-05-01T09:59:31.533-07:00") public class DryRunResult extends Object
The dry run result metadata.
  • Constructor Details

    • DryRunResult

      public DryRunResult()
  • Method Details

    • getActions

      public List<String> getActions()
      Getter for actions. The list of actions that would be performed on the table if the policy is executed.
    • setActions

      public void setActions(List<String> actions)
      Setter for actions. The list of actions that would be performed on the table if the policy is executed.
    • getDetails

      public byte[] getDetails()
      Getter for details. The detailed output of the dry run in a base64 encoded string.
    • setDetails

      public void setDetails(byte[] details)
      Setter for details. The detailed output of the dry run in a base64 encoded string.
    • 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