public class Rule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Rule() | 
| Rule(Rule 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 | 
|---|---|
| Long | getLessThan()Get 划分上限 | 
| Long | getWeight()Get 权重 | 
| void | setLessThan(Long LessThan)Set 划分上限 | 
| 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 Rule()
public Rule(Rule source)
public Long getLessThan()
public void setLessThan(Long LessThan)
LessThan - 划分上限public Long getWeight()
public void setWeight(Long Weight)
Weight - 权重Copyright © 2025. All rights reserved.