public class ModifyServiceGroupWeightsRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getServiceGroupId()
Get 服务组id
|
WeightEntry[] |
getWeights()
Get 权重设置
|
void |
setServiceGroupId(String ServiceGroupId)
Set 服务组id
|
void |
setWeights(WeightEntry[] Weights)
Set 权重设置
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyServiceGroupWeightsRequest()
public ModifyServiceGroupWeightsRequest(ModifyServiceGroupWeightsRequest source)
public String getServiceGroupId()
public void setServiceGroupId(String ServiceGroupId)
ServiceGroupId
- 服务组idpublic WeightEntry[] getWeights()
public void setWeights(WeightEntry[] Weights)
Weights
- 权重设置Copyright © 2024. All rights reserved.