Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.ReadOnlyGroup
-
Packages that use ReadOnlyGroup Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of ReadOnlyGroup in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return ReadOnlyGroup Modifier and Type Method Description ReadOnlyGroup[]
DescribeReadOnlyGroupListResponse. getReadOnlyGroupSet()
Get 只读组列表Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type ReadOnlyGroup Modifier and Type Method Description void
DescribeReadOnlyGroupListResponse. setReadOnlyGroupSet(ReadOnlyGroup[] ReadOnlyGroupSet)
Set 只读组列表Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type ReadOnlyGroup Constructor Description ReadOnlyGroup(ReadOnlyGroup 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.
-