Uses of Class
com.tencentcloudapi.tione.v20211111.models.WeightEntry
-
Packages that use WeightEntry Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of WeightEntry in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return WeightEntry Modifier and Type Method Description WeightEntry[]ModifyServiceGroupWeightsRequest. getWeights()Get 权重设置Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type WeightEntry Modifier and Type Method Description voidModifyServiceGroupWeightsRequest. setWeights(WeightEntry[] Weights)Set 权重设置Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type WeightEntry Constructor Description WeightEntry(WeightEntry 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.
-