public class BatchModifyTargetWeightRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchModifyTargetWeightRequest() | 
| BatchModifyTargetWeightRequest(BatchModifyTargetWeightRequest 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 | getLoadBalancerId()Get 负载均衡实例 ID。 | 
| RsWeightRule[] | getModifyList()Get 要批量修改权重的列表。 | 
| void | setLoadBalancerId(String LoadBalancerId)Set 负载均衡实例 ID。 | 
| void | setModifyList(RsWeightRule[] ModifyList)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, toJsonStringpublic BatchModifyTargetWeightRequest()
public BatchModifyTargetWeightRequest(BatchModifyTargetWeightRequest source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId - 负载均衡实例 ID。public RsWeightRule[] getModifyList()
public void setModifyList(RsWeightRule[] ModifyList)
ModifyList - 要批量修改权重的列表。Copyright © 2025. All rights reserved.