Package com.cloudera.cdp.dw.model
Class UpgradeVwRequest
java.lang.Object
com.cloudera.cdp.dw.model.UpgradeVwRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:44.787-07:00")
public class UpgradeVwRequest
extends Object
Request object for the upgradeVw method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterId.getDbcId()Getter for dbcId.Getter for imageVersion.getVwId()Getter for vwId.inthashCode()voidsetClusterId(String clusterId) Setter for clusterId.voidSetter for dbcId.voidsetImageVersion(String imageVersion) Setter for imageVersion.voidSetter for vwId.toString()
-
Constructor Details
-
UpgradeVwRequest
public UpgradeVwRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. The ID of the Virtual Warehouse's cluster. -
setClusterId
Setter for clusterId. The ID of the Virtual Warehouse's cluster. -
getVwId
Getter for vwId. The ID of the Virtual Warehouse. -
setVwId
Setter for vwId. The ID of the Virtual Warehouse. -
getDbcId
Getter for dbcId. The ID of Database Catalog that the Virtual Warehouse is attached to. -
setDbcId
Setter for dbcId. The ID of Database Catalog that the Virtual Warehouse is attached to. -
getImageVersion
Getter for imageVersion. The version to which the Virtual Warehouse should be upgraded. -
setImageVersion
Setter for imageVersion. The version to which the Virtual Warehouse should be upgraded. -
equals
-
hashCode
public int hashCode() -
toString
-