Package com.cloudera.cdp.df.model
Class GetFlowVersionRequest
- java.lang.Object
-
- com.cloudera.cdp.df.model.GetFlowVersionRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.329-07:00") public class GetFlowVersionRequest extends Object
Request object for the GetFlowVersion method.
-
-
Constructor Summary
Constructors Constructor Description GetFlowVersionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFlowVersionCrn()
Getter for flowVersionCrn.int
hashCode()
void
setFlowVersionCrn(String flowVersionCrn)
Setter for flowVersionCrn.String
toString()
-