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 Details

    • ExecutionResult

      public ExecutionResult()
  • Method Details

    • getTaskId

      public String getTaskId()
      Getter for taskId. The unique identifier for the maintenance task in UUID format.
    • setTaskId

      public void setTaskId(String taskId)
      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

      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