Class ModifyServiceGroupWeightsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.ModifyServiceGroupWeightsRequest
-
public class ModifyServiceGroupWeightsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyServiceGroupWeightsRequest()ModifyServiceGroupWeightsRequest(ModifyServiceGroupWeightsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetServiceGroupId()Get 服务组idWeightEntry[]getWeights()Get 权重设置voidsetServiceGroupId(String ServiceGroupId)Set 服务组idvoidsetWeights(WeightEntry[] Weights)Set 权重设置voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyServiceGroupWeightsRequest
public ModifyServiceGroupWeightsRequest()
-
ModifyServiceGroupWeightsRequest
public ModifyServiceGroupWeightsRequest(ModifyServiceGroupWeightsRequest 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.
-
-
Method Detail
-
getServiceGroupId
public String getServiceGroupId()
Get 服务组id- Returns:
- ServiceGroupId 服务组id
-
setServiceGroupId
public void setServiceGroupId(String ServiceGroupId)
Set 服务组id- Parameters:
ServiceGroupId- 服务组id
-
getWeights
public WeightEntry[] getWeights()
Get 权重设置- Returns:
- Weights 权重设置
-
setWeights
public void setWeights(WeightEntry[] Weights)
Set 权重设置- Parameters:
Weights- 权重设置
-
-