Uses of Class
com.tencentcloudapi.cii.v20210408.models.StructureOneItem
-
Packages that use StructureOneItem Package Description com.tencentcloudapi.cii.v20210408.models -
-
Uses of StructureOneItem in com.tencentcloudapi.cii.v20210408.models
Methods in com.tencentcloudapi.cii.v20210408.models that return StructureOneItem Modifier and Type Method Description StructureOneItem[]
PerStructDifference. getNewItems()
Get 新增的项StructureOneItem[]
PerStructDifference. getRemoveItems()
Get 删除的项Methods in com.tencentcloudapi.cii.v20210408.models with parameters of type StructureOneItem Modifier and Type Method Description void
PerStructDifference. setNewItems(StructureOneItem[] NewItems)
Set 新增的项void
PerStructDifference. setRemoveItems(StructureOneItem[] RemoveItems)
Set 删除的项Constructors in com.tencentcloudapi.cii.v20210408.models with parameters of type StructureOneItem Constructor Description StructureOneItem(StructureOneItem 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.
-