public class BatchTarget extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchTarget() | 
| BatchTarget(BatchTarget 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 | getEniIp()Get 弹性网卡ip | 
| String | getInstanceId()Get 子机ID | 
| String | getListenerId()Get 监听器ID | 
| Long | getPort()Get 绑定端口 | 
| Long | getWeight()Get 子机权重,范围[0, 100]。绑定时如果不存在,则默认为10。 | 
| void | setEniIp(String EniIp)Set 弹性网卡ip | 
| void | setInstanceId(String InstanceId)Set 子机ID | 
| void | setListenerId(String ListenerId)Set 监听器ID | 
| void | setPort(Long Port)Set 绑定端口 | 
| void | setWeight(Long Weight)Set 子机权重,范围[0, 100]。绑定时如果不存在,则默认为10。 | 
| 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 BatchTarget()
public BatchTarget(BatchTarget source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId - 监听器IDpublic Long getPort()
public void setPort(Long Port)
Port - 绑定端口public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 子机IDpublic String getEniIp()
public void setEniIp(String EniIp)
EniIp - 弹性网卡ippublic Long getWeight()
public void setWeight(Long Weight)
Weight - 子机权重,范围[0, 100]。绑定时如果不存在,则默认为10。Copyright © 2025. All rights reserved.