public class DropDMSTableRequest extends AbstractModel
header, 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 Database name
|
Boolean |
getDeleteData()
Get Whether to delete the data
|
KVPair |
getEnvProps()
Get Environment properties
|
String |
getName()
Get Table name
|
void |
setDbName(String DbName)
Set Database name
|
void |
setDeleteData(Boolean DeleteData)
Set Whether to delete the data
|
void |
setEnvProps(KVPair EnvProps)
Set Environment properties
|
void |
setName(String Name)
Set Table name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DropDMSTableRequest()
public DropDMSTableRequest(DropDMSTableRequest source)
public String getDbName()
public void setDbName(String DbName)
DbName
- Database namepublic String getName()
public void setName(String Name)
Name
- Table namepublic Boolean getDeleteData()
public void setDeleteData(Boolean DeleteData)
DeleteData
- Whether to delete the datapublic KVPair getEnvProps()
public void setEnvProps(KVPair EnvProps)
EnvProps
- Environment propertiesCopyright © 2025. All rights reserved.