public class Device extends Object
Device class.
| Constructor and Description |
|---|
Device(String hostname,
String address)
Constructor for Device.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Getter for the field
address. |
String |
getHostname()
Getter for the field
hostname. |
Set<String> |
getNeighbourMacAddresses()
Getter for the field
neighbourMacAddresses. |
Set<Device> |
getNeighbours()
Getter for the field
neighbours. |
String |
getWalkXmlFileName()
getWalkXmlFileName.
|
void |
setAddress(String address)
Setter for the field
address. |
void |
setHostname(String hostname)
Setter for the field
hostname. |
void |
setNeighbourMacAddresses(Set<String> neighbourMacAddresses)
Setter for the field
neighbourMacAddresses. |
void |
setNeighbours(Set<Device> neighbours)
Setter for the field
neighbours. |
public void setHostname(String hostname)
Setter for the field hostname.
hostname - a String object.public void setAddress(String address)
Setter for the field address.
address - a String object.public Set<Device> getNeighbours()
Getter for the field neighbours.
Set object.public void setNeighbours(Set<Device> neighbours)
Setter for the field neighbours.
neighbours - a Set object.public Set<String> getNeighbourMacAddresses()
Getter for the field neighbourMacAddresses.
Set object.Copyright © 2016 iTransformers Labs. All rights reserved.