Uses of Class
com.tencentcloudapi.trp.v20210515.models.AttrItem
-
Packages that use AttrItem Package Description com.tencentcloudapi.trp.v20210515.models -
-
Uses of AttrItem in com.tencentcloudapi.trp.v20210515.models
Methods in com.tencentcloudapi.trp.v20210515.models that return AttrItem Modifier and Type Method Description AttrItem[]CodeBatch. getAttrs()Get 扩展属性Methods in com.tencentcloudapi.trp.v20210515.models with parameters of type AttrItem Modifier and Type Method Description voidCodeBatch. setAttrs(AttrItem[] Attrs)Set 扩展属性Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type AttrItem Constructor Description AttrItem(AttrItem 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.
-