Class UnHandleEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.UnHandleEvent
-
public class UnHandleEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UnHandleEvent()UnHandleEvent(UnHandleEvent 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 LonggetBaseLineInSwitch()Get 1 打开 0 关闭LonggetBaseLineOutSwitch()Get 1 打开 0 关闭LonggetBaseLineUser()Get 1 是 0否UnHandleEventDetail[]getEventTableListStruct()Get 伪攻击链类型LonggetVpcFwCount()Get vpc间防火墙实例数量 注意:此字段可能返回 null,表示取不到有效值。voidsetBaseLineInSwitch(Long BaseLineInSwitch)Set 1 打开 0 关闭voidsetBaseLineOutSwitch(Long BaseLineOutSwitch)Set 1 打开 0 关闭voidsetBaseLineUser(Long BaseLineUser)Set 1 是 0否voidsetEventTableListStruct(UnHandleEventDetail[] EventTableListStruct)Set 伪攻击链类型voidsetVpcFwCount(Long VpcFwCount)Set vpc间防火墙实例数量 注意:此字段可能返回 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
-
UnHandleEvent
public UnHandleEvent()
-
UnHandleEvent
public UnHandleEvent(UnHandleEvent 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
-
getEventTableListStruct
public UnHandleEventDetail[] getEventTableListStruct()
Get 伪攻击链类型- Returns:
- EventTableListStruct 伪攻击链类型
-
setEventTableListStruct
public void setEventTableListStruct(UnHandleEventDetail[] EventTableListStruct)
Set 伪攻击链类型- Parameters:
EventTableListStruct- 伪攻击链类型
-
getBaseLineUser
public Long getBaseLineUser()
Get 1 是 0否- Returns:
- BaseLineUser 1 是 0否
-
setBaseLineUser
public void setBaseLineUser(Long BaseLineUser)
Set 1 是 0否- Parameters:
BaseLineUser- 1 是 0否
-
getBaseLineInSwitch
public Long getBaseLineInSwitch()
Get 1 打开 0 关闭- Returns:
- BaseLineInSwitch 1 打开 0 关闭
-
setBaseLineInSwitch
public void setBaseLineInSwitch(Long BaseLineInSwitch)
Set 1 打开 0 关闭- Parameters:
BaseLineInSwitch- 1 打开 0 关闭
-
getBaseLineOutSwitch
public Long getBaseLineOutSwitch()
Get 1 打开 0 关闭- Returns:
- BaseLineOutSwitch 1 打开 0 关闭
-
setBaseLineOutSwitch
public void setBaseLineOutSwitch(Long BaseLineOutSwitch)
Set 1 打开 0 关闭- Parameters:
BaseLineOutSwitch- 1 打开 0 关闭
-
getVpcFwCount
public Long getVpcFwCount()
Get vpc间防火墙实例数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcFwCount vpc间防火墙实例数量 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcFwCount
public void setVpcFwCount(Long VpcFwCount)
Set vpc间防火墙实例数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcFwCount- vpc间防火墙实例数量 注意:此字段可能返回 null,表示取不到有效值。
-
-