public class AuthTokenLimit extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AuthTokenLimit() | 
| AuthTokenLimit(AuthTokenLimit 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 | getMax()Get 上限值 | 
| String | getStrategy()Get 限频策略:PerMinute 每分钟限频;PerDay 每日限频 | 
| void | setMax(Long Max)Set 上限值 | 
| void | setStrategy(String Strategy)Set 限频策略:PerMinute 每分钟限频;PerDay 每日限频 | 
| 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 AuthTokenLimit()
public AuthTokenLimit(AuthTokenLimit source)
public String getStrategy()
public void setStrategy(String Strategy)
Strategy - 限频策略:PerMinute 每分钟限频;PerDay 每日限频public Long getMax()
public void setMax(Long Max)
Max - 上限值Copyright © 2025. All rights reserved.