public class RangeOriginPull extends AbstractModel
| Constructor and Description | 
|---|
| RangeOriginPull() | 
| RangeOriginPull(RangeOriginPull 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 | 
|---|---|
| RangeOriginPullRule[] | getRangeRules()Get Range GETs configuration
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| String | getSwitch()Get Range GETs configuration switch
on: enabled
off: disabled | 
| void | setRangeRules(RangeOriginPullRule[] RangeRules)Set Range GETs configuration
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setSwitch(String Switch)Set Range GETs configuration switch
on: enabled
off: disabled | 
| 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, toJsonStringpublic RangeOriginPull()
public RangeOriginPull(RangeOriginPull source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Range GETs configuration switch
on: enabled
off: disabledpublic RangeOriginPullRule[] getRangeRules()
public void setRangeRules(RangeOriginPullRule[] RangeRules)
RangeRules - Range GETs configuration
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.