public class L4RuleSource extends AbstractModel
Constructor and Description |
---|
L4RuleSource() |
Modifier and Type | Method and Description |
---|---|
String |
getSource()
Get 回源IP或域名
|
Long |
getWeight()
Get 权重值,取值[0,100]
|
void |
setSource(String Source)
Set 回源IP或域名
|
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 getSource()
public void setSource(String Source)
Source
- 回源IP或域名public Long getWeight()
public void setWeight(Long Weight)
Weight
- 权重值,取值[0,100]Copyright © 2020. All rights reserved.