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="2024-09-27T08:40:25.791-07:00")
public class RequestWorkflowCancellationRequest
extends Object
Request object for RequestWorkflowCancellation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for resourceId.Getter for workflowType.int
hashCode()
void
setResourceId
(String resourceId) Setter for resourceId.void
setWorkflowType
(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
-