Class ExecutionEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asw.v20200722.models.ExecutionEvent
-
public class ExecutionEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Get 事件内容StringgetEventCategory()Get 事件类型LonggetEventId()Get 自增序号StringgetException()Get 异常信息 注意:此字段可能返回 null,表示取不到有效值。StringgetExecutionResourceName()Get 执行资源名StringgetResourceName()Get 该步骤引用的资源名StringgetStepName()Get 步骤节点名称StringgetTimestamp()Get 该事件发生时间,毫秒voidsetContent(String Content)Set 事件内容voidsetEventCategory(String EventCategory)Set 事件类型voidsetEventId(Long EventId)Set 自增序号voidsetException(String Exception)Set 异常信息 注意:此字段可能返回 null,表示取不到有效值。voidsetExecutionResourceName(String ExecutionResourceName)Set 执行资源名voidsetResourceName(String ResourceName)Set 该步骤引用的资源名voidsetStepName(String StepName)Set 步骤节点名称voidsetTimestamp(String Timestamp)Set 该事件发生时间,毫秒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
-
ExecutionEvent
public ExecutionEvent()
-
ExecutionEvent
public 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.
-
-
Method Detail
-
getExecutionResourceName
public String getExecutionResourceName()
Get 执行资源名- Returns:
- ExecutionResourceName 执行资源名
-
setExecutionResourceName
public void setExecutionResourceName(String ExecutionResourceName)
Set 执行资源名- Parameters:
ExecutionResourceName- 执行资源名
-
getEventId
public Long getEventId()
Get 自增序号- Returns:
- EventId 自增序号
-
setEventId
public void setEventId(Long EventId)
Set 自增序号- Parameters:
EventId- 自增序号
-
getEventCategory
public String getEventCategory()
Get 事件类型- Returns:
- EventCategory 事件类型
-
setEventCategory
public void setEventCategory(String EventCategory)
Set 事件类型- Parameters:
EventCategory- 事件类型
-
getStepName
public String getStepName()
Get 步骤节点名称- Returns:
- StepName 步骤节点名称
-
setStepName
public void setStepName(String StepName)
Set 步骤节点名称- Parameters:
StepName- 步骤节点名称
-
getResourceName
public String getResourceName()
Get 该步骤引用的资源名- Returns:
- ResourceName 该步骤引用的资源名
-
setResourceName
public void setResourceName(String ResourceName)
Set 该步骤引用的资源名- Parameters:
ResourceName- 该步骤引用的资源名
-
getTimestamp
public String getTimestamp()
Get 该事件发生时间,毫秒- Returns:
- Timestamp 该事件发生时间,毫秒
-
setTimestamp
public void setTimestamp(String Timestamp)
Set 该事件发生时间,毫秒- Parameters:
Timestamp- 该事件发生时间,毫秒
-
getContent
public String getContent()
Get 事件内容- Returns:
- Content 事件内容
-
setContent
public void setContent(String Content)
Set 事件内容- Parameters:
Content- 事件内容
-
getException
public String getException()
Get 异常信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Exception 异常信息 注意:此字段可能返回 null,表示取不到有效值。
-
setException
public void setException(String Exception)
Set 异常信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Exception- 异常信息 注意:此字段可能返回 null,表示取不到有效值。
-
-