public class ProxyDetailInfo extends AbstractModel
header, skipSign| 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 
 | 
String | 
getVersion()
Get Version. 
 | 
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 | 
setVersion(String Version)
Set Version. 
 | 
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 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 packetspublic String getVersion()
public void setVersion(String Version)
Version - Version.Copyright © 2025. All rights reserved.