@Generated(value="org.jsonschema2pojo") public class PhysicalPort extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PhysicalPort.Type |
Constructor and Description |
---|
PhysicalPort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Integer |
getInterconnectPort() |
String |
getInterconnectUri() |
String |
getMac() |
Integer |
getPortNumber() |
PhysicalPort.Type |
getType() |
List<VirtualPort> |
getVirtualPorts() |
String |
getWwn() |
int |
hashCode() |
void |
setInterconnectPort(Integer interconnectPort) |
void |
setInterconnectUri(String interconnectUri) |
void |
setMac(String mac) |
void |
setPortNumber(Integer portNumber) |
void |
setType(PhysicalPort.Type type) |
void |
setVirtualPorts(List<VirtualPort> virtualPorts) |
void |
setWwn(String wwn) |
String |
toString() |
public Integer getInterconnectPort()
public void setInterconnectPort(Integer interconnectPort)
interconnectPort
- The interconnectPortpublic String getInterconnectUri()
public void setInterconnectUri(String interconnectUri)
interconnectUri
- The interconnectUripublic String getMac()
public void setMac(String mac)
mac
- The macpublic Integer getPortNumber()
public void setPortNumber(Integer portNumber)
portNumber
- The portNumberpublic PhysicalPort.Type getType()
public void setType(PhysicalPort.Type type)
type
- The typepublic List<VirtualPort> getVirtualPorts()
public void setVirtualPorts(List<VirtualPort> virtualPorts)
virtualPorts
- The virtualPortspublic String getWwn()
public void setWwn(String wwn)
wwn
- The wwnCopyright © 2016. All rights reserved.