Package com.cloudera.cdp.ml.model
Class RequestWorkflowCancellationRequest
java.lang.Object
com.cloudera.cdp.ml.model.RequestWorkflowCancellationRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:27.700-07:00")
public class RequestWorkflowCancellationRequest
extends Object
Request object for RequestWorkflowCancellation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for resourceId.Getter for workflowType.inthashCode()voidsetResourceId(String resourceId) Setter for resourceId.voidsetWorkflowType(String workflowType) Setter for workflowType.toString()
-
Constructor Details
-
RequestWorkflowCancellationRequest
public RequestWorkflowCancellationRequest()
-
-
Method Details
-
getResourceId
Getter for resourceId. The unique identifier of the resource. -
setResourceId
Setter for resourceId. The unique identifier of the resource. -
getWorkflowType
Getter for workflowType. The workflow type. -
setWorkflowType
Setter for workflowType. The workflow type. -
equals
-
hashCode
public int hashCode() -
toString
-