Class DropDMSTableRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.DropDMSTableRequest
-
public class DropDMSTableRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDbName()Get 数据库名称BooleangetDeleteData()Get 是否删除数据KVPairgetEnvProps()Get 环境属性StringgetName()Get 表名称voidsetDbName(String DbName)Set 数据库名称voidsetDeleteData(Boolean DeleteData)Set 是否删除数据voidsetEnvProps(KVPair EnvProps)Set 环境属性voidsetName(String Name)Set 表名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DropDMSTableRequest
public DropDMSTableRequest()
-
DropDMSTableRequest
public 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.
-
-
Method Detail
-
getDbName
public String getDbName()
Get 数据库名称- Returns:
- DbName 数据库名称
-
setDbName
public void setDbName(String DbName)
Set 数据库名称- Parameters:
DbName- 数据库名称
-
getName
public String getName()
Get 表名称- Returns:
- Name 表名称
-
setName
public void setName(String Name)
Set 表名称- Parameters:
Name- 表名称
-
getDeleteData
public Boolean getDeleteData()
Get 是否删除数据- Returns:
- DeleteData 是否删除数据
-
setDeleteData
public void setDeleteData(Boolean DeleteData)
Set 是否删除数据- Parameters:
DeleteData- 是否删除数据
-
getEnvProps
public KVPair getEnvProps()
Get 环境属性- Returns:
- EnvProps 环境属性
-
setEnvProps
public void setEnvProps(KVPair EnvProps)
Set 环境属性- Parameters:
EnvProps- 环境属性
-
-