public class ExecutionEvent extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExecutionEvent() |
ExecutionEvent(ExecutionEvent 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 |
getContent()
Get 事件内容
|
String |
getEventCategory()
Get 事件类型
|
Long |
getEventId()
Get 自增序号
|
String |
getException()
Get 异常信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExecutionResourceName()
Get 执行资源名
|
String |
getResourceName()
Get 该步骤引用的资源名
|
String |
getStepName()
Get 步骤节点名称
|
String |
getTimestamp()
Get 该事件发生时间,毫秒
|
void |
setContent(String Content)
Set 事件内容
|
void |
setEventCategory(String EventCategory)
Set 事件类型
|
void |
setEventId(Long EventId)
Set 自增序号
|
void |
setException(String Exception)
Set 异常信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExecutionResourceName(String ExecutionResourceName)
Set 执行资源名
|
void |
setResourceName(String ResourceName)
Set 该步骤引用的资源名
|
void |
setStepName(String StepName)
Set 步骤节点名称
|
void |
setTimestamp(String Timestamp)
Set 该事件发生时间,毫秒
|
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, toJsonString
public ExecutionEvent()
public ExecutionEvent(ExecutionEvent source)
public String getExecutionResourceName()
public void setExecutionResourceName(String ExecutionResourceName)
ExecutionResourceName
- 执行资源名public Long getEventId()
public void setEventId(Long EventId)
EventId
- 自增序号public String getEventCategory()
public void setEventCategory(String EventCategory)
EventCategory
- 事件类型public String getStepName()
public void setStepName(String StepName)
StepName
- 步骤节点名称public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- 该步骤引用的资源名public String getTimestamp()
public void setTimestamp(String Timestamp)
Timestamp
- 该事件发生时间,毫秒public String getContent()
public void setContent(String Content)
Content
- 事件内容public String getException()
public void setException(String Exception)
Exception
- 异常信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.