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
|
String |
getVersion()
Get Version
Note: This field may return null, indicating that no valid values can be obtained.
|
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
Note: This field may return null, indicating that no valid values can be obtained.
|
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 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
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.