Uses of Class
com.tencentcloudapi.iecp.v20210914.models.GridEventInfo
-
Packages that use GridEventInfo Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of GridEventInfo in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return GridEventInfo Modifier and Type Method Description GridEventInfo[]DescribeEdgeUnitGridEventsResponse. getEventSet()Get 事件列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type GridEventInfo Modifier and Type Method Description voidDescribeEdgeUnitGridEventsResponse. setEventSet(GridEventInfo[] EventSet)Set 事件列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type GridEventInfo Constructor Description GridEventInfo(GridEventInfo 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.
-