public class CreateWxCloudBaseRunServerDBClusterRequest extends AbstractModel
Constructor and Description |
---|
CreateWxCloudBaseRunServerDBClusterRequest() |
CreateWxCloudBaseRunServerDBClusterRequest(CreateWxCloudBaseRunServerDBClusterRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccountPassword()
Get 账户密码
|
String |
getDbVersion()
Get mysql内核版本,支持5.7,8.0
|
String |
getEnvId()
Get 环境ID
|
String |
getWxAppId()
Get 微信appid
|
void |
setAccountPassword(String AccountPassword)
Set 账户密码
|
void |
setDbVersion(String DbVersion)
Set mysql内核版本,支持5.7,8.0
|
void |
setEnvId(String EnvId)
Set 环境ID
|
void |
setWxAppId(String WxAppId)
Set 微信appid
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateWxCloudBaseRunServerDBClusterRequest()
public CreateWxCloudBaseRunServerDBClusterRequest(CreateWxCloudBaseRunServerDBClusterRequest source)
public String getAccountPassword()
public void setAccountPassword(String AccountPassword)
AccountPassword
- 账户密码public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 环境IDpublic String getWxAppId()
public void setWxAppId(String WxAppId)
WxAppId
- 微信appidpublic String getDbVersion()
public void setDbVersion(String DbVersion)
DbVersion
- mysql内核版本,支持5.7,8.0Copyright © 2022. All rights reserved.