public class DescribeEventByTableRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeEventByTableRequest() |
DescribeEventByTableRequest(DescribeEventByTableRequest 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 |
---|---|
Long[] |
getIds()
Get 事件表id号
|
String |
getTableName()
Get 事件表名
|
void |
setIds(Long[] Ids)
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeEventByTableRequest()
public DescribeEventByTableRequest(DescribeEventByTableRequest source)
public String getTableName()
public void setTableName(String TableName)
TableName
- 事件表名public Long[] getIds()
public void setIds(Long[] Ids)
Ids
- 事件表id号Copyright © 2024. All rights reserved.