Package com.cloudera.cdp.df.model
Class DescribeReadyflowRequest
- java.lang.Object
-
- com.cloudera.cdp.df.model.DescribeReadyflowRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.717-07:00") public class DescribeReadyflowRequest extends Object
Request object for the DescribeReadyflow method
-
-
Constructor Summary
Constructors Constructor Description DescribeReadyflowRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getReadyflowCrn()
Getter for readyflowCrn.int
hashCode()
void
setReadyflowCrn(String readyflowCrn)
Setter for readyflowCrn.String
toString()
-