Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.InstanceIntegerParam
-
Packages that use InstanceIntegerParam Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of InstanceIntegerParam in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return InstanceIntegerParam Modifier and Type Method Description InstanceIntegerParam[]
DescribeInstanceParamsResponse. getInstanceIntegerParam()
Get 参数值为 Integer 类型参数集合。Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type InstanceIntegerParam Modifier and Type Method Description void
DescribeInstanceParamsResponse. setInstanceIntegerParam(InstanceIntegerParam[] InstanceIntegerParam)
Set 参数值为 Integer 类型参数集合。Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type InstanceIntegerParam Constructor Description InstanceIntegerParam(InstanceIntegerParam 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.
-