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 请求包时延
|
String |
getMachineType()
Get 机器类型
|
Long |
getProcessSpeed()
Get 请求包速度
|
String |
getProxyUid()
Get proxy的唯一id
|
Long |
getSlowProcessSpeed()
Get 慢处理包速度
|
void |
setAverageProcessDelay(Long AverageProcessDelay)
Set 请求包时延
|
void |
setMachineType(String MachineType)
Set 机器类型
|
void |
setProcessSpeed(Long ProcessSpeed)
Set 请求包速度
|
void |
setProxyUid(String ProxyUid)
Set proxy的唯一id
|
void |
setSlowProcessSpeed(Long SlowProcessSpeed)
Set 慢处理包速度
|
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
- proxy的唯一idpublic String getMachineType()
public void setMachineType(String MachineType)
MachineType
- 机器类型public Long getProcessSpeed()
public void setProcessSpeed(Long ProcessSpeed)
ProcessSpeed
- 请求包速度public Long getAverageProcessDelay()
public void setAverageProcessDelay(Long AverageProcessDelay)
AverageProcessDelay
- 请求包时延public Long getSlowProcessSpeed()
public void setSlowProcessSpeed(Long SlowProcessSpeed)
SlowProcessSpeed
- 慢处理包速度Copyright © 2021. All rights reserved.