public class DropDMSTableRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DropDMSTableRequest() |
DropDMSTableRequest(DropDMSTableRequest 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 |
getDbName()
Get 数据库名称
|
Boolean |
getDeleteData()
Get 是否删除数据
|
KVPair |
getEnvProps()
Get 环境属性
|
String |
getName()
Get 表名称
|
void |
setDbName(String DbName)
Set 数据库名称
|
void |
setDeleteData(Boolean DeleteData)
Set 是否删除数据
|
void |
setEnvProps(KVPair EnvProps)
Set 环境属性
|
void |
setName(String Name)
Set 表名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DropDMSTableRequest()
public DropDMSTableRequest(DropDMSTableRequest source)
public String getDbName()
public void setDbName(String DbName)
DbName
- 数据库名称public String getName()
public void setName(String Name)
Name
- 表名称public Boolean getDeleteData()
public void setDeleteData(Boolean DeleteData)
DeleteData
- 是否删除数据public KVPair getEnvProps()
public void setEnvProps(KVPair EnvProps)
EnvProps
- 环境属性Copyright © 2023. All rights reserved.