Class DescribeEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeEvent
-
public class DescribeEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeFlowId[]getAttachedFlowGroup()Get Event关联的Flow列表。 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTime()Get Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。StringgetDescription()Get Event的描述。StringgetEventId()Get Event的Id,唯一标识一个event。StringgetEventName()Get Event的名称。LonggetStatus()Get Event的状态信息 0:未运行 1:运行中voidsetAttachedFlowGroup(DescribeFlowId[] AttachedFlowGroup)Set Event关联的Flow列表。 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。voidsetDescription(String Description)Set Event的描述。voidsetEventId(String EventId)Set Event的Id,唯一标识一个event。voidsetEventName(String EventName)Set Event的名称。voidsetStatus(Long Status)Set Event的状态信息 0:未运行 1:运行中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
-
DescribeEvent
public DescribeEvent()
-
DescribeEvent
public 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.
-
-
Method Detail
-
getEventName
public String getEventName()
Get Event的名称。- Returns:
- EventName Event的名称。
-
setEventName
public void setEventName(String EventName)
Set Event的名称。- Parameters:
EventName- Event的名称。
-
getEventId
public String getEventId()
Get Event的Id,唯一标识一个event。- Returns:
- EventId Event的Id,唯一标识一个event。
-
setEventId
public void setEventId(String EventId)
Set Event的Id,唯一标识一个event。- Parameters:
EventId- Event的Id,唯一标识一个event。
-
getCreateTime
public String getCreateTime()
Get Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。- Returns:
- CreateTime Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。- Parameters:
CreateTime- Event创建时间,格式为yyyy-MM-ddTHH:mm:ssZ。
-
getDescription
public String getDescription()
Get Event的描述。- Returns:
- Description Event的描述。
-
setDescription
public void setDescription(String Description)
Set Event的描述。- Parameters:
Description- Event的描述。
-
getStatus
public Long getStatus()
Get Event的状态信息 0:未运行 1:运行中- Returns:
- Status Event的状态信息 0:未运行 1:运行中
-
setStatus
public void setStatus(Long Status)
Set Event的状态信息 0:未运行 1:运行中- Parameters:
Status- Event的状态信息 0:未运行 1:运行中
-
getAttachedFlowGroup
public DescribeFlowId[] getAttachedFlowGroup()
Get Event关联的Flow列表。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AttachedFlowGroup Event关联的Flow列表。 注意:此字段可能返回 null,表示取不到有效值。
-
setAttachedFlowGroup
public void setAttachedFlowGroup(DescribeFlowId[] AttachedFlowGroup)
Set Event关联的Flow列表。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AttachedFlowGroup- Event关联的Flow列表。 注意:此字段可能返回 null,表示取不到有效值。
-
-