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