public class SecClientIp extends AbstractModel
Constructor and Description |
---|
SecClientIp() |
SecClientIp(SecClientIp 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 |
getClientIp()
Get 客户端ip。
|
Long |
getRequestMaxQps()
Get 最大qps。
|
Long |
getRequestNum()
Get 请求数。
|
void |
setClientIp(String ClientIp)
Set 客户端ip。
|
void |
setRequestMaxQps(Long RequestMaxQps)
Set 最大qps。
|
void |
setRequestNum(Long RequestNum)
Set 请求数。
|
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, toJsonString
public SecClientIp()
public SecClientIp(SecClientIp source)
public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- 客户端ip。public Long getRequestMaxQps()
public void setRequestMaxQps(Long RequestMaxQps)
RequestMaxQps
- 最大qps。public Long getRequestNum()
public void setRequestNum(Long RequestNum)
RequestNum
- 请求数。Copyright © 2023. All rights reserved.