public class ClientConnection extends AbstractModel
Constructor and Description |
---|
ClientConnection() |
ClientConnection(ClientConnection 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 |
getCount()
Get Number of connections corresponding to a client IP
|
Boolean |
getInternalService()
Get Whether it is the Tencent Cloud IP for automated testing
|
String |
getIP()
Get Client IP of a connection
|
void |
setCount(Long Count)
Set Number of connections corresponding to a client IP
|
void |
setInternalService(Boolean InternalService)
Set Whether it is the Tencent Cloud IP for automated testing
|
void |
setIP(String IP)
Set Client IP of a connection
|
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 ClientConnection()
public ClientConnection(ClientConnection source)
public String getIP()
public void setIP(String IP)
IP
- Client IP of a connectionpublic Long getCount()
public void setCount(Long Count)
Count
- Number of connections corresponding to a client IPpublic Boolean getInternalService()
public void setInternalService(Boolean InternalService)
InternalService
- Whether it is the Tencent Cloud IP for automated testingCopyright © 2023. All rights reserved.