Uses of Class
com.tencentcloudapi.teo.v20220901.models.Resource
-
Packages that use Resource Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of Resource in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return Resource Modifier and Type Method Description Resource[]Zone. getResources()Get 计费资源列表。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type Resource Modifier and Type Method Description voidZone. setResources(Resource[] Resources)Set 计费资源列表。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type Resource Constructor Description Resource(Resource 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.
-