@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2022-05-16T09:57:44.653-07:00") public class UpdateDbcRequest extends Object
Constructor and Description |
---|
UpdateDbcRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClusterId()
Getter for clusterId.
|
ServiceConfigReq |
getConfig()
Getter for config.
|
String |
getDbcId()
Getter for dbcId.
|
int |
hashCode() |
void |
setClusterId(String clusterId)
Setter for clusterId.
|
void |
setConfig(ServiceConfigReq config)
Setter for config.
|
void |
setDbcId(String dbcId)
Setter for dbcId.
|
String |
toString() |
public String getClusterId()
public void setClusterId(String clusterId)
public String getDbcId()
public void setDbcId(String dbcId)
public ServiceConfigReq getConfig()
public void setConfig(ServiceConfigReq config)
Copyright © 2022. All rights reserved.