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 of the client.
|
Long |
getRequestMaxQps()
Get Maximum QPS.
|
Long |
getRequestNum()
Get Number of requests.
|
void |
setClientIp(String ClientIp)
Set IP of the client.
|
void |
setRequestMaxQps(Long RequestMaxQps)
Set Maximum QPS.
|
void |
setRequestNum(Long RequestNum)
Set Number of requests.
|
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 of the client.public Long getRequestMaxQps()
public void setRequestMaxQps(Long RequestMaxQps)
RequestMaxQps
- Maximum QPS.public Long getRequestNum()
public void setRequestNum(Long RequestNum)
RequestNum
- Number of requests.Copyright © 2023. All rights reserved.