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 Event table ID 
 | 
String | 
getTableName()
Get Event table name 
 | 
void | 
setIds(Long[] Ids)
Set Event table ID 
 | 
void | 
setTableName(String TableName)
Set Event 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, toJsonStringpublic DescribeEventByTableRequest()
public DescribeEventByTableRequest(DescribeEventByTableRequest source)
public String getTableName()
public void setTableName(String TableName)
TableName - Event table namepublic Long[] getIds()
public void setIds(Long[] Ids)
Ids - Event table IDCopyright © 2025. All rights reserved.