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 ENI IP
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceId()
Get CVM instance ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getListenerId()
Get Listener ID
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getPort()
Get Bound port
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getWeight()
Get Weight of the CVM instance.
|
void |
setEniIp(String EniIp)
Set ENI IP
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceId(String InstanceId)
Set CVM instance ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setListenerId(String ListenerId)
Set Listener ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setPort(Long Port)
Set Bound port
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setWeight(Long Weight)
Set Weight of the CVM instance.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchTarget()
public BatchTarget(BatchTarget source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId
- Listener ID
Note: this field may return null, indicating that no valid values can be obtained.public Long getPort()
public void setPort(Long Port)
Port
- Bound port
Note: this field may return null, indicating that no valid values can be obtained.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- CVM instance ID
Note: this field may return null, indicating that no valid values can be obtained.public String getEniIp()
public void setEniIp(String EniIp)
EniIp
- ENI IP
Note: this field may return null, indicating that no valid values can be obtained.public Long getWeight()
public void setWeight(Long Weight)
Weight
- Weight of the CVM instance. Value range: [0, 100]. If it is not specified for binding the instance, 10 will be used by default.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.