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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for actions.byte[]Getter for details.inthashCode()voidsetActions(List<String> actions) Setter for actions.voidsetDetails(byte[] details) Setter for details.toString()
-
Constructor Details
-
DryRunResult
public DryRunResult()
-
-
Method Details
-
getActions
Getter for actions. The list of actions that would be performed on the table if the policy is executed. -
setActions
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
-
hashCode
public int hashCode() -
toString
-