public abstract class Device extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Device.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
driveUuid |
protected MediaType |
mediaType |
Constructor and Description |
---|
Device(String driveUuid,
MediaType mediaType) |
protected final String driveUuid
protected final MediaType mediaType
public abstract String getId()
public String getDriveUuid()
public MediaType getMediaType()
Copyright © 2009-2012 jclouds. All Rights Reserved.