Uses of Class
com.tencentcloudapi.csip.v20221121.models.DataSearchBug
-
Packages that use DataSearchBug Package Description com.tencentcloudapi.csip.v20221121.models -
-
Uses of DataSearchBug in com.tencentcloudapi.csip.v20221121.models
Methods in com.tencentcloudapi.csip.v20221121.models that return DataSearchBug Modifier and Type Method Description DataSearchBug
DescribeSearchBugInfoResponse. getData()
Get 漏洞信息和资产信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.csip.v20221121.models with parameters of type DataSearchBug Modifier and Type Method Description void
DescribeSearchBugInfoResponse. setData(DataSearchBug Data)
Set 漏洞信息和资产信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.csip.v20221121.models with parameters of type DataSearchBug Constructor Description DataSearchBug(DataSearchBug 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.
-