Class BatchModifyTargetWeightRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.BatchModifyTargetWeightRequest
-
public class BatchModifyTargetWeightRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLoadBalancerId()
Get 负载均衡实例 IDTargetsWeightRule[]
getModifyList()
Get 要批量修改权重的列表void
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例 IDvoid
setModifyList(TargetsWeightRule[] ModifyList)
Set 要批量修改权重的列表void
toMap(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
-
BatchModifyTargetWeightRequest
public BatchModifyTargetWeightRequest()
-
BatchModifyTargetWeightRequest
public 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.
-
-
Method Detail
-
getLoadBalancerId
public String getLoadBalancerId()
Get 负载均衡实例 ID- Returns:
- LoadBalancerId 负载均衡实例 ID
-
setLoadBalancerId
public void setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例 ID- Parameters:
LoadBalancerId
- 负载均衡实例 ID
-
getModifyList
public TargetsWeightRule[] getModifyList()
Get 要批量修改权重的列表- Returns:
- ModifyList 要批量修改权重的列表
-
setModifyList
public void setModifyList(TargetsWeightRule[] ModifyList)
Set 要批量修改权重的列表- Parameters:
ModifyList
- 要批量修改权重的列表
-
-