Class PlatformEventDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.PlatformEventDetail
-
public class PlatformEventDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PlatformEventDetail()PlatformEventDetail(PlatformEventDetail 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 StringgetEventName()Get 事件名称 注意:此字段可能返回 null,表示取不到有效值。StringgetEventType()Get 事件类型 注意:此字段可能返回 null,表示取不到有效值。voidsetEventName(String EventName)Set 事件名称 注意:此字段可能返回 null,表示取不到有效值。voidsetEventType(String EventType)Set 事件类型 注意:此字段可能返回 null,表示取不到有效值。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
-
PlatformEventDetail
public PlatformEventDetail()
-
PlatformEventDetail
public PlatformEventDetail(PlatformEventDetail 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
-
getEventName
public String getEventName()
Get 事件名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventName 事件名称 注意:此字段可能返回 null,表示取不到有效值。
-
setEventName
public void setEventName(String EventName)
Set 事件名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventName- 事件名称 注意:此字段可能返回 null,表示取不到有效值。
-
getEventType
public String getEventType()
Get 事件类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventType 事件类型 注意:此字段可能返回 null,表示取不到有效值。
-
setEventType
public void setEventType(String EventType)
Set 事件类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventType- 事件类型 注意:此字段可能返回 null,表示取不到有效值。
-
-