public class ProxyCreateRequest.Params extends ProxyObject
ProxyObject.STATUS| 构造器和说明 |
|---|
Params() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addHostId(java.lang.Integer id) |
java.util.List<ProxyCreateRequest.Host> |
getHosts()
Gets hosts.
|
ProxyInterfaceObject |
getProxyInterface()
Gets proxyInterface.
|
void |
setHosts(java.util.List<ProxyCreateRequest.Host> hosts)
Sets new hosts.
|
void |
setProxyInterface(ProxyInterfaceObject proxyInterface)
Sets new proxyInterface.
|
getHost, getLastaccess, getLastaccessDate, getProxyid, getStatus, setHost, setLastaccess, setProxyid, setStatuspublic void addHostId(java.lang.Integer id)
public ProxyInterfaceObject getProxyInterface()
public void setProxyInterface(ProxyInterfaceObject proxyInterface)
proxyInterface - New value of proxyInterface.public java.util.List<ProxyCreateRequest.Host> getHosts()
public void setHosts(java.util.List<ProxyCreateRequest.Host> hosts)
hosts - New value of hosts.