public class ProxyDetailInfo extends AbstractModel
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 请求包时延
|
String |
getMachineType()
Get 机器类型
|
Long |
getProcessSpeed()
Get 请求包速度
|
String |
getProxyUid()
Get proxy的唯一id
|
Long |
getSlowProcessSpeed()
Get 慢处理包速度
|
String |
getVersion()
Get 版本
注意:此字段可能返回 null,表示取不到有效值。
|
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 |
setVersion(String Version)
Set 版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- 慢处理包速度public String getVersion()
public void setVersion(String Version)
Version
- 版本
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.