Class ListLatestVersionsRequest

java.lang.Object
com.cloudera.cdp.dw.model.ListLatestVersionsRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class ListLatestVersionsRequest extends Object
Request object of the listLatestVersions call.
  • Constructor Details

    • ListLatestVersionsRequest

      public ListLatestVersionsRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object