public class EventListenerOpsDto extends AbstractModel
header, skipSign| Constructor and Description |
|---|
EventListenerOpsDto() |
EventListenerOpsDto(EventListenerOpsDto 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 |
getCreationTimestamp()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEventName()
Get 事件名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKey()
Get 关键字,如果是任务,则是任务ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProperties()
Get 事件属性
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 触发方式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreationTimestamp(String CreationTimestamp)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventName(String EventName)
Set 事件名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 关键字,如果是任务,则是任务ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProperties(String Properties)
Set 事件属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 触发方式
注意:此字段可能返回 null,表示取不到有效值。
|
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 EventListenerOpsDto()
public EventListenerOpsDto(EventListenerOpsDto source)
public String getEventName()
public void setEventName(String EventName)
EventName - 事件名称
注意:此字段可能返回 null,表示取不到有效值。public String getKey()
public void setKey(String Key)
Key - 关键字,如果是任务,则是任务ID
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type - 触发方式
注意:此字段可能返回 null,表示取不到有效值。public String getProperties()
public void setProperties(String Properties)
Properties - 事件属性
注意:此字段可能返回 null,表示取不到有效值。public String getCreationTimestamp()
public void setCreationTimestamp(String CreationTimestamp)
CreationTimestamp - 创建时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.