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 The maximum weight
Note: this field may return `null`, indicating that no valid value can be found. | 
| Long | getWeight()Get Weight
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setLessThan(Long LessThan)Set The maximum weight
Note: this field may return `null`, indicating that no valid value can be found. | 
| void | setWeight(Long Weight)Set Weight
Note: this field may return `null`, indicating that no valid value can be found. | 
| 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, toJsonStringpublic Rule()
public Rule(Rule source)
public Long getLessThan()
public void setLessThan(Long LessThan)
LessThan - The maximum weight
Note: this field may return `null`, indicating that no valid value can be found.public Long getWeight()
public void setWeight(Long Weight)
Weight - Weight
Note: this field may return `null`, indicating that no valid value can be found.Copyright © 2024. All rights reserved.