public class PortConfigInfo extends Object implements Serializable
| Constructor and Description |
|---|
PortConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
OpSpeed |
getDesiredSpeed() |
NeighborConfigInfo |
getExpectedNeighbor() |
Location |
getLocation() |
String |
getPortUri() |
int |
hashCode() |
void |
setDesiredSpeed(OpSpeed desiredSpeed) |
void |
setExpectedNeighbor(NeighborConfigInfo expectedNeighbor) |
void |
setLocation(Location location) |
void |
setPortUri(String portUri) |
String |
toString() |
public OpSpeed getDesiredSpeed()
public void setDesiredSpeed(OpSpeed desiredSpeed)
desiredSpeed - the desiredSpeed to setpublic NeighborConfigInfo getExpectedNeighbor()
public void setExpectedNeighbor(NeighborConfigInfo expectedNeighbor)
expectedNeighbor - the expectedNeighbor to setpublic Location getLocation()
public void setLocation(Location location)
location - the location to setpublic String getPortUri()
public void setPortUri(String portUri)
portUri - the portUri to setCopyright © 2017. All rights reserved.