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="2023-09-27T13:27:52.511-07:00") public class RequestWorkflowCancellationRequest extends Object
Request object for RequestWorkflowCancellation.
-
-
Constructor Summary
Constructors Constructor Description RequestWorkflowCancellationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getResourceId()
Getter for resourceId.String
getWorkflowType()
Getter for workflowType.int
hashCode()
void
setResourceId(String resourceId)
Setter for resourceId.void
setWorkflowType(String workflowType)
Setter for workflowType.String
toString()
-
-
-
Method Detail
-
getResourceId
public String getResourceId()
Getter for resourceId. The unique identifier of the resource.
-
setResourceId
public void setResourceId(String resourceId)
Setter for resourceId. The unique identifier of the resource.
-
getWorkflowType
public String getWorkflowType()
Getter for workflowType. The workflow type.
-
setWorkflowType
public void setWorkflowType(String workflowType)
Setter for workflowType. The workflow type.
-
-