Class ExecutionResult
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.ExecutionResult
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class ExecutionResult
extends Object
The execution result metadata.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExecutionResult
public ExecutionResult()
-
-
Method Details
-
getTaskId
Getter for taskId. The unique identifier for the maintenance task in UUID format. -
setTaskId
Setter for taskId. The unique identifier for the maintenance task in UUID format. -
getDetails
public byte[] getDetails()Getter for details. The detailed output of the execution task metadata in a base64 encoded string. -
setDetails
public void setDetails(byte[] details) Setter for details. The detailed output of the execution task metadata in a base64 encoded string. -
equals
-
hashCode
public int hashCode() -
toString
-