Uses of Class
com.tencentcloudapi.cwp.v20180228.models.BaselineEventLevelInfo
-
Packages that use BaselineEventLevelInfo Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of BaselineEventLevelInfo in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return BaselineEventLevelInfo Modifier and Type Method Description BaselineEventLevelInfo[]BaselineHostTopList. getEventLevelList()Get 事件等级与次数列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type BaselineEventLevelInfo Modifier and Type Method Description voidBaselineHostTopList. setEventLevelList(BaselineEventLevelInfo[] EventLevelList)Set 事件等级与次数列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type BaselineEventLevelInfo Constructor Description BaselineEventLevelInfo(BaselineEventLevelInfo 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.
-