Uses of Class
com.tencentcloudapi.cwp.v20180228.models.BaselineHost
-
Packages that use BaselineHost Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of BaselineHost in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return BaselineHost Modifier and Type Method Description BaselineHost[]DescribeIgnoreHostAndItemConfigResponse. getHostSet()Get 受影响主机 注意:此字段可能返回 null,表示取不到有效值。BaselineHost[]DescribeBaselineHostIgnoreListResponse. getList()Get 无Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type BaselineHost Modifier and Type Method Description voidDescribeIgnoreHostAndItemConfigResponse. setHostSet(BaselineHost[] HostSet)Set 受影响主机 注意:此字段可能返回 null,表示取不到有效值。voidDescribeBaselineHostIgnoreListResponse. setList(BaselineHost[] List)Set 无Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type BaselineHost Constructor Description BaselineHost(BaselineHost 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.
-