Uses of Class
com.tencentcloudapi.anicloud.v20220923.models.Resource
-
Packages that use Resource Package Description com.tencentcloudapi.anicloud.v20220923.models -
-
Uses of Resource in com.tencentcloudapi.anicloud.v20220923.models
Methods in com.tencentcloudapi.anicloud.v20220923.models that return Resource Modifier and Type Method Description ResourceQueryResourceInfoResponse. getResource()Get 资源信息 注意:此字段可能返回 null,表示取不到有效值。Resource[]QueryResourceResponse. getResources()Get 资源信息列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.anicloud.v20220923.models with parameters of type Resource Modifier and Type Method Description voidQueryResourceInfoResponse. setResource(Resource Resource)Set 资源信息 注意:此字段可能返回 null,表示取不到有效值。voidQueryResourceResponse. setResources(Resource[] Resources)Set 资源信息列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.anicloud.v20220923.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.
-