public class Network extends Object
| Constructor and Description |
|---|
Network() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getAllocation() |
String |
getDescription() |
URI |
getEndpoint() |
String |
getGateway() |
String |
getId() |
String |
getName() |
String |
getStatus() |
void |
setAddress(String address) |
void |
setAllocation(String allocation) |
void |
setDescription(String description) |
void |
setEndpoint(URI endpoint) |
void |
setGateway(String gateway) |
void |
setId(String id) |
void |
setName(String name) |
void |
setStatus(String status) |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getStatus()
public void setStatus(String status)
public String getAllocation()
public void setAllocation(String allocation)
public String getGateway()
public void setGateway(String gateway)
public String getAddress()
public void setAddress(String address)
public URI getEndpoint()
public void setEndpoint(URI endpoint)
Copyright © 2017. All Rights Reserved.