public class TestingbotTunnel extends Object
| Constructor | Description |
|---|---|
TestingbotTunnel() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getId() |
|
String |
getIp() |
|
String |
getPrivateIp() |
|
String |
getRequestedAt() |
|
String |
getState() |
|
void |
setId(int id) |
|
void |
setIp(String ip) |
|
void |
setPrivateIp(String privateIp) |
|
void |
setRequestedAt(String requestedAt) |
|
void |
setState(String state) |
public String getIp()
public void setIp(String ip)
ip - the ip to setpublic String getPrivateIp()
public void setPrivateIp(String privateIp)
privateIp - the privateIp to setpublic String getState()
public void setState(String state)
state - the state to setpublic int getId()
public void setId(int id)
id - the id to setpublic String getRequestedAt()
public void setRequestedAt(String requestedAt)
requestedAt - the requestedAt to setCopyright © 2018 TestingBot. All rights reserved.