public class MaxNewSessionTriggerConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MaxNewSessionTriggerConfig() | 
| MaxNewSessionTriggerConfig(MaxNewSessionTriggerConfig 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 | 
|---|---|
| String | getMaxNewSessionCountInterval()Get 触发阈值统计的时间窗口,取值有:5s:5 秒内;10s:10 秒内;15s:15 秒内;30s:30 秒内;60s:60 秒内;5m:5 分钟内;10m:10 分钟内;30m:30 分钟内;60m:60 分钟内。 | 
| Long | getMaxNewSessionCountThreshold()Get 触发阈值统计的累计次数,取值范围 1 ~ 100000000。 | 
| void | setMaxNewSessionCountInterval(String MaxNewSessionCountInterval)Set 触发阈值统计的时间窗口,取值有:5s:5 秒内;10s:10 秒内;15s:15 秒内;30s:30 秒内;60s:60 秒内;5m:5 分钟内;10m:10 分钟内;30m:30 分钟内;60m:60 分钟内。 | 
| void | setMaxNewSessionCountThreshold(Long MaxNewSessionCountThreshold)Set 触发阈值统计的累计次数,取值范围 1 ~ 100000000。 | 
| 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 MaxNewSessionTriggerConfig()
public MaxNewSessionTriggerConfig(MaxNewSessionTriggerConfig source)
public String getMaxNewSessionCountInterval()
public void setMaxNewSessionCountInterval(String MaxNewSessionCountInterval)
MaxNewSessionCountInterval - 触发阈值统计的时间窗口,取值有:public Long getMaxNewSessionCountThreshold()
public void setMaxNewSessionCountThreshold(Long MaxNewSessionCountThreshold)
MaxNewSessionCountThreshold - 触发阈值统计的累计次数,取值范围 1 ~ 100000000。Copyright © 2025. All rights reserved.