Class BaselineEventLevelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.BaselineEventLevelInfo
-
public class BaselineEventLevelInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BaselineEventLevelInfo()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEventCount()Get 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。LonggetEventLevel()Get 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。voidsetEventCount(Long EventCount)Set 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。voidsetEventLevel(Long EventLevel)Set 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。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
-
BaselineEventLevelInfo
public BaselineEventLevelInfo()
-
BaselineEventLevelInfo
public 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.
-
-
Method Detail
-
getEventLevel
public Long getEventLevel()
Get 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventLevel 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。
-
setEventLevel
public void setEventLevel(Long EventLevel)
Set 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventLevel- 危害等级:1-低危;2-中危;3-高危;4-严重 注意:此字段可能返回 null,表示取不到有效值。
-
getEventCount
public Long getEventCount()
Get 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventCount 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。
-
setEventCount
public void setEventCount(Long EventCount)
Set 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventCount- 漏洞数量 注意:此字段可能返回 null,表示取不到有效值。
-
-