public class ProxyMachineInfo extends AbstractModel
| 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 | 
|---|---|
| String | getMachineType()Get Machine type | 
| String | getProxyUid()Get Unique ID | 
| void | setMachineType(String MachineType)Set Machine type | 
| void | setProxyUid(String ProxyUid)Set Unique ID | 
| 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, toJsonStringpublic ProxyMachineInfo()
public ProxyMachineInfo(ProxyMachineInfo source)
public String getProxyUid()
public void setProxyUid(String ProxyUid)
ProxyUid - Unique IDpublic String getMachineType()
public void setMachineType(String MachineType)
MachineType - Machine typeCopyright © 2021. All rights reserved.