Uses of Class
com.tencentcloudapi.redis.v20180412.models.InstanceTextParam
-
Packages that use InstanceTextParam Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of InstanceTextParam in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return InstanceTextParam Modifier and Type Method Description InstanceTextParam[]
DescribeInstanceParamsResponse. getInstanceTextParam()
Get 实例字符型参数。Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type InstanceTextParam Modifier and Type Method Description void
DescribeInstanceParamsResponse. setInstanceTextParam(InstanceTextParam[] InstanceTextParam)
Set 实例字符型参数。Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type InstanceTextParam Constructor Description InstanceTextParam(InstanceTextParam 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.
-