public class ProxyDetailInfo extends AbstractModel
| Constructor and Description | 
|---|
| ProxyDetailInfo() | 
| ProxyDetailInfo(ProxyDetailInfo 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 | getAverageProcessDelay()Get Request packet delay | 
| String | getMachineType()Get Machine type | 
| Long | getProcessSpeed()Get The speed of processing request packets | 
| String | getProxyUid()Get The unique ID of the access layer (tcaproxy) | 
| Long | getSlowProcessSpeed()Get The speed of processing delayed request packets | 
| void | setAverageProcessDelay(Long AverageProcessDelay)Set Request packet delay | 
| void | setMachineType(String MachineType)Set Machine type | 
| void | setProcessSpeed(Long ProcessSpeed)Set The speed of processing request packets | 
| void | setProxyUid(String ProxyUid)Set The unique ID of the access layer (tcaproxy) | 
| void | setSlowProcessSpeed(Long SlowProcessSpeed)Set The speed of processing delayed request packets | 
| 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, toJsonStringpublic ProxyDetailInfo()
public ProxyDetailInfo(ProxyDetailInfo source)
public String getProxyUid()
public void setProxyUid(String ProxyUid)
ProxyUid - The unique ID of the access layer (tcaproxy)public String getMachineType()
public void setMachineType(String MachineType)
MachineType - Machine typepublic Long getProcessSpeed()
public void setProcessSpeed(Long ProcessSpeed)
ProcessSpeed - The speed of processing request packetspublic Long getAverageProcessDelay()
public void setAverageProcessDelay(Long AverageProcessDelay)
AverageProcessDelay - Request packet delaypublic Long getSlowProcessSpeed()
public void setSlowProcessSpeed(Long SlowProcessSpeed)
SlowProcessSpeed - The speed of processing delayed request packetsCopyright © 2022. All rights reserved.