public class ProxyInstanceWeight extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProxyInstanceWeight() | 
| ProxyInstanceWeight(ProxyInstanceWeight 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 | getInstanceId()Get 实例Id | 
| Long | getWeight()Get 实例权重 | 
| void | setInstanceId(String InstanceId)Set 实例Id | 
| void | setWeight(Long Weight)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 ProxyInstanceWeight()
public ProxyInstanceWeight(ProxyInstanceWeight source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例Idpublic Long getWeight()
public void setWeight(Long Weight)
Weight - 实例权重Copyright © 2025. All rights reserved.