@Generated(value="org.jsonschema2pojo") public class DeviceSlot extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DeviceSlot.Location |
Constructor and Description |
---|
DeviceSlot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDeviceName() |
DeviceSlot.Location |
getLocation() |
Integer |
getOaSlotNumber() |
List<PhysicalPort> |
getPhysicalPorts() |
Integer |
getSlotNumber() |
int |
hashCode() |
void |
setDeviceName(String deviceName) |
void |
setLocation(DeviceSlot.Location location) |
void |
setOaSlotNumber(Integer oaSlotNumber) |
void |
setPhysicalPorts(List<PhysicalPort> physicalPorts) |
void |
setSlotNumber(Integer slotNumber) |
String |
toString() |
public String getDeviceName()
public void setDeviceName(String deviceName)
deviceName
- The deviceNamepublic DeviceSlot.Location getLocation()
public void setLocation(DeviceSlot.Location location)
location
- The locationpublic Integer getOaSlotNumber()
public void setOaSlotNumber(Integer oaSlotNumber)
oaSlotNumber
- The oaSlotNumberpublic List<PhysicalPort> getPhysicalPorts()
public void setPhysicalPorts(List<PhysicalPort> physicalPorts)
physicalPorts
- The physicalPortspublic Integer getSlotNumber()
public void setSlotNumber(Integer slotNumber)
slotNumber
- The slotNumberCopyright © 2016. All rights reserved.