@Generated(value="org.jsonschema2pojo") public class PortConfigInfo extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PortConfigInfo.DesiredSpeed |
Constructor and Description |
---|
PortConfigInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
PortConfigInfo.DesiredSpeed |
getDesiredSpeed() |
Location |
getLocation() |
String |
getPortUri() |
int |
hashCode() |
void |
setDesiredSpeed(PortConfigInfo.DesiredSpeed desiredSpeed) |
void |
setLocation(Location location) |
void |
setPortUri(String portUri) |
String |
toString() |
public PortConfigInfo.DesiredSpeed getDesiredSpeed()
public void setDesiredSpeed(PortConfigInfo.DesiredSpeed 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.