Package com.cloudera.cdp.dw.model
Class ListLatestVersionsRequest
- java.lang.Object
-
- com.cloudera.cdp.dw.model.ListLatestVersionsRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class ListLatestVersionsRequest extends Object
Request object of the listLatestVersions call.
-
-
Constructor Summary
Constructors Constructor Description ListLatestVersionsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterId()
Getter for clusterId.int
hashCode()
void
setClusterId(String clusterId)
Setter for clusterId.String
toString()
-
-
-
Method Detail
-
getClusterId
public String getClusterId()
Getter for clusterId. The ID of the cluster from which the version information must be collected.
-
setClusterId
public void setClusterId(String clusterId)
Setter for clusterId. The ID of the cluster from which the version information must be collected.
-
-