public class PortConfigInfo extends Object implements Serializable
| Constructor and Description |
|---|
PortConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
OpSpeed |
getDesiredSpeed() |
Location |
getLocation() |
String |
getPortUri() |
int |
hashCode() |
void |
setDesiredSpeed(OpSpeed desiredSpeed) |
void |
setLocation(Location location) |
void |
setPortUri(String portUri) |
String |
toString() |
public OpSpeed getDesiredSpeed()
public void setDesiredSpeed(OpSpeed desiredSpeed)
desiredSpeed - The desiredSpeedpublic String getPortUri()
public void setPortUri(String portUri)
portUri - The portUripublic Location getLocation()
public void setLocation(Location location)
location - The locationCopyright © 2016. All rights reserved.