public class DescribeEvent extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeEvent() | 
| DescribeEvent(DescribeEvent 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 | 
|---|---|
| DescribeFlowId[] | getAttachedFlowGroup()Get Event关联的Flow列表。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getCreateTime()Get Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。 | 
| String | getDescription()Get Event的描述。 | 
| String | getEventId()Get Event的Id,唯一标识一个event。 | 
| String | getEventName()Get Event的名称。 | 
| Long | getStatus()Get Event的状态信息
0:未运行
1:运行中 | 
| void | setAttachedFlowGroup(DescribeFlowId[] AttachedFlowGroup)Set Event关联的Flow列表。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCreateTime(String CreateTime)Set Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。 | 
| void | setDescription(String Description)Set Event的描述。 | 
| void | setEventId(String EventId)Set Event的Id,唯一标识一个event。 | 
| void | setEventName(String EventName)Set Event的名称。 | 
| void | setStatus(Long Status)Set Event的状态信息
0:未运行
1:运行中 | 
| 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 DescribeEvent()
public DescribeEvent(DescribeEvent source)
public String getEventName()
public void setEventName(String EventName)
EventName - Event的名称。public String getEventId()
public void setEventId(String EventId)
EventId - Event的Id,唯一标识一个event。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。public String getDescription()
public void setDescription(String Description)
Description - Event的描述。public Long getStatus()
public void setStatus(Long Status)
Status - Event的状态信息
0:未运行
1:运行中public DescribeFlowId[] getAttachedFlowGroup()
public void setAttachedFlowGroup(DescribeFlowId[] AttachedFlowGroup)
AttachedFlowGroup - Event关联的Flow列表。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.