Uses of Class
com.tencentcloudapi.cii.v20210408.models.PerStructDifference
-
Packages that use PerStructDifference Package Description com.tencentcloudapi.cii.v20210408.models -
-
Uses of PerStructDifference in com.tencentcloudapi.cii.v20210408.models
Methods in com.tencentcloudapi.cii.v20210408.models that return PerStructDifference Modifier and Type Method Description PerStructDifference[]
DescribeStructureDifferenceResponse. getResults()
Get 差异的结果数组Methods in com.tencentcloudapi.cii.v20210408.models with parameters of type PerStructDifference Modifier and Type Method Description void
DescribeStructureDifferenceResponse. setResults(PerStructDifference[] Results)
Set 差异的结果数组Constructors in com.tencentcloudapi.cii.v20210408.models with parameters of type PerStructDifference Constructor Description PerStructDifference(PerStructDifference 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.
-