public class DeviceDetails extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DeviceDetails.Builder |
Constructor and Description |
---|
DeviceDetails(int port,
int deviceSlot,
org.virtualbox_4_1.DeviceType deviceType) |
Modifier and Type | Method and Description |
---|---|
static DeviceDetails.Builder |
builder() |
boolean |
equals(Object o) |
int |
getDeviceSlot() |
org.virtualbox_4_1.DeviceType |
getDeviceType() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
public DeviceDetails(int port, int deviceSlot, org.virtualbox_4_1.DeviceType deviceType)
public int getPort()
public int getDeviceSlot()
public org.virtualbox_4_1.DeviceType getDeviceType()
public static DeviceDetails.Builder builder()
Copyright © 2009-2013 jclouds. All Rights Reserved.