Class CreateCameraAlertsCoverAlert
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.CreateCameraAlertsCoverAlert
-
public class CreateCameraAlertsCoverAlert extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateCameraAlertsCoverAlert()CreateCameraAlertsCoverAlert(CreateCameraAlertsCoverAlert 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 BooleangetCover()Get 是否遮挡FloatgetCoverConfidence()Get 是否移动置信度voidsetCover(Boolean Cover)Set 是否遮挡voidsetCoverConfidence(Float CoverConfidence)Set 是否移动置信度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
-
CreateCameraAlertsCoverAlert
public CreateCameraAlertsCoverAlert()
-
CreateCameraAlertsCoverAlert
public CreateCameraAlertsCoverAlert(CreateCameraAlertsCoverAlert 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
-
getCover
public Boolean getCover()
Get 是否遮挡- Returns:
- Cover 是否遮挡
-
setCover
public void setCover(Boolean Cover)
Set 是否遮挡- Parameters:
Cover- 是否遮挡
-
getCoverConfidence
public Float getCoverConfidence()
Get 是否移动置信度- Returns:
- CoverConfidence 是否移动置信度
-
setCoverConfidence
public void setCoverConfidence(Float CoverConfidence)
Set 是否移动置信度- Parameters:
CoverConfidence- 是否移动置信度
-
-