public class UnHandleEvent extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBaseLineInSwitch()
Get 1: on; 0: off
|
Long |
getBaseLineOutSwitch()
Get 1: on; 0: off
|
Long |
getBaseLineUser()
Get 1: yes; 0: no
|
UnHandleEventDetail[] |
getEventTableListStruct()
Get Unhandled event type
|
Long |
getVpcFwCount()
Get Number of inter-VPC firewall instances
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setBaseLineInSwitch(Long BaseLineInSwitch)
Set 1: on; 0: off
|
void |
setBaseLineOutSwitch(Long BaseLineOutSwitch)
Set 1: on; 0: off
|
void |
setBaseLineUser(Long BaseLineUser)
Set 1: yes; 0: no
|
void |
setEventTableListStruct(UnHandleEventDetail[] EventTableListStruct)
Set Unhandled event type
|
void |
setVpcFwCount(Long VpcFwCount)
Set Number of inter-VPC firewall instances
Note: This field may return `null`, indicating that no valid value was found.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UnHandleEvent()
public UnHandleEvent(UnHandleEvent source)
public UnHandleEventDetail[] getEventTableListStruct()
public void setEventTableListStruct(UnHandleEventDetail[] EventTableListStruct)
EventTableListStruct
- Unhandled event typepublic Long getBaseLineUser()
public void setBaseLineUser(Long BaseLineUser)
BaseLineUser
- 1: yes; 0: nopublic Long getBaseLineInSwitch()
public void setBaseLineInSwitch(Long BaseLineInSwitch)
BaseLineInSwitch
- 1: on; 0: offpublic Long getBaseLineOutSwitch()
public void setBaseLineOutSwitch(Long BaseLineOutSwitch)
BaseLineOutSwitch
- 1: on; 0: offpublic Long getVpcFwCount()
public void setVpcFwCount(Long VpcFwCount)
VpcFwCount
- Number of inter-VPC firewall instances
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.