public class ProxyMachineInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProxyMachineInfo() |
ProxyMachineInfo(ProxyMachineInfo 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 |
getAvailableCount()
Get 可分配proxy资源数
|
String |
getMachineType()
Get 机器类型
|
String |
getProxyUid()
Get 唯一id
|
void |
setAvailableCount(Long AvailableCount)
Set 可分配proxy资源数
|
void |
setMachineType(String MachineType)
Set 机器类型
|
void |
setProxyUid(String ProxyUid)
Set 唯一id
|
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, toJsonString
public ProxyMachineInfo()
public ProxyMachineInfo(ProxyMachineInfo source)
public String getProxyUid()
public void setProxyUid(String ProxyUid)
ProxyUid
- 唯一idpublic String getMachineType()
public void setMachineType(String MachineType)
MachineType
- 机器类型public Long getAvailableCount()
public void setAvailableCount(Long AvailableCount)
AvailableCount
- 可分配proxy资源数Copyright © 2024. All rights reserved.