public class DescribeEventDetailRequest extends AbstractModel
Constructor and Description |
---|
DescribeEventDetailRequest() |
DescribeEventDetailRequest(DescribeEventDetailRequest 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 |
getId()
Get 事件id
|
String |
getIndex()
Get 事件索引名
|
String |
getName()
Get 事件名称
|
String |
getSource()
Get 事件来源
|
Long |
getSubEventType()
Get 事件子类型
|
void |
setId(String Id)
Set 事件id
|
void |
setIndex(String Index)
Set 事件索引名
|
void |
setName(String Name)
Set 事件名称
|
void |
setSource(String Source)
Set 事件来源
|
void |
setSubEventType(Long SubEventType)
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 DescribeEventDetailRequest()
public DescribeEventDetailRequest(DescribeEventDetailRequest source)
public String getIndex()
public void setIndex(String Index)
Index
- 事件索引名public String getId()
public void setId(String Id)
Id
- 事件idpublic String getSource()
public void setSource(String Source)
Source
- 事件来源public Long getSubEventType()
public void setSubEventType(Long SubEventType)
SubEventType
- 事件子类型public String getName()
public void setName(String Name)
Name
- 事件名称Copyright © 2022. All rights reserved.