public class RoWeightValue extends AbstractModel
Constructor and Description |
---|
RoWeightValue() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get RO 实例 ID。
|
Long |
getWeight()
Get 权重值。取值范围为 [0, 100]。
|
void |
setInstanceId(String InstanceId)
Set RO 实例 ID。
|
void |
setWeight(Long Weight)
Set 权重值。取值范围为 [0, 100]。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- RO 实例 ID。public Long getWeight()
public void setWeight(Long Weight)
Weight
- 权重值。取值范围为 [0, 100]。Copyright © 2020. All rights reserved.