public class FenceBindDeviceItem extends AbstractModel
Constructor and Description |
---|
FenceBindDeviceItem() |
FenceBindDeviceItem(FenceBindDeviceItem 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 |
---|---|
String |
getAlertCondition()
Get 告警条件(In,进围栏报警;Out,出围栏报警;InOrOut,进围栏或者出围栏均报警)
|
String |
getDeviceName()
Get 设备名称
|
Boolean |
getFenceEnable()
Get 是否使能围栏(true,使能;false,禁用)
|
String |
getMethod()
Get 告警处理方法
|
void |
setAlertCondition(String AlertCondition)
Set 告警条件(In,进围栏报警;Out,出围栏报警;InOrOut,进围栏或者出围栏均报警)
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setFenceEnable(Boolean FenceEnable)
Set 是否使能围栏(true,使能;false,禁用)
|
void |
setMethod(String Method)
Set 告警处理方法
|
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 FenceBindDeviceItem()
public FenceBindDeviceItem(FenceBindDeviceItem source)
public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public String getAlertCondition()
public void setAlertCondition(String AlertCondition)
AlertCondition
- 告警条件(In,进围栏报警;Out,出围栏报警;InOrOut,进围栏或者出围栏均报警)public Boolean getFenceEnable()
public void setFenceEnable(Boolean FenceEnable)
FenceEnable
- 是否使能围栏(true,使能;false,禁用)public String getMethod()
public void setMethod(String Method)
Method
- 告警处理方法Copyright © 2022. All rights reserved.