Class DescribeEventByTableRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeEventByTableRequest
-
public class DescribeEventByTableRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]getIds()Get 事件表id号StringgetTableName()Get 事件表名voidsetIds(Long[] Ids)Set 事件表id号voidsetTableName(String TableName)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
-
DescribeEventByTableRequest
public DescribeEventByTableRequest()
-
DescribeEventByTableRequest
public 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.
-
-
Method Detail
-
getTableName
public String getTableName()
Get 事件表名- Returns:
- TableName 事件表名
-
setTableName
public void setTableName(String TableName)
Set 事件表名- Parameters:
TableName- 事件表名
-
getIds
public Long[] getIds()
Get 事件表id号- Returns:
- Ids 事件表id号
-
setIds
public void setIds(Long[] Ids)
Set 事件表id号- Parameters:
Ids- 事件表id号
-
-