public class StandardDrive extends Drive
Modifier and Type | Class and Description |
---|---|
static class |
StandardDrive.Builder |
Modifier and Type | Field and Description |
---|---|
protected ImageConversionType |
format |
protected MediaType |
media |
protected long |
rawSize |
name, tags, userMetadata, uuid
Constructor and Description |
---|
StandardDrive(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata,
ImageConversionType format,
MediaType media,
long rawSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ImageConversionType |
getFormat() |
MediaType |
getMedia() |
long |
getRawSize() |
int |
hashCode() |
String |
toString() |
getClaimType, getReaders, getSize
getName, getTags, getUserMetadata, getUuid
protected final ImageConversionType format
protected final MediaType media
protected final long rawSize
public MediaType getMedia()
public ImageConversionType getFormat()
public long getRawSize()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.