Uses of Class
com.tencentcloudapi.cwp.v20180228.models.BaselineDetectParam
-
Packages that use BaselineDetectParam Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of BaselineDetectParam in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return BaselineDetectParam Modifier and Type Method Description BaselineDetectParamStartBaselineDetectRequest. getParam()Get 基线检测参数Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type BaselineDetectParam Modifier and Type Method Description voidStartBaselineDetectRequest. setParam(BaselineDetectParam Param)Set 基线检测参数Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type BaselineDetectParam Constructor Description BaselineDetectParam(BaselineDetectParam 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.
-