public class DeleteTableConfigRequest extends AbstractModel
Constructor and Description |
---|
DeleteTableConfigRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getDebugId()
Get 调试作业ID
|
String |
getJobId()
Get 作业ID
|
String |
getTableName()
Get 表名
|
void |
setDebugId(Long DebugId)
Set 调试作业ID
|
void |
setJobId(String JobId)
Set 作业ID
|
void |
setTableName(String TableName)
Set 表名
|
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 String getJobId()
public void setJobId(String JobId)
JobId
- 作业IDpublic Long getDebugId()
public void setDebugId(Long DebugId)
DebugId
- 调试作业IDpublic String getTableName()
public void setTableName(String TableName)
TableName
- 表名Copyright © 2021. All rights reserved.