Package org.jclouds.elasticstack.domain
Class StandardDrive
- java.lang.Object
-
- org.jclouds.elasticstack.domain.Item
-
- org.jclouds.elasticstack.domain.Drive
-
- org.jclouds.elasticstack.domain.StandardDrive
-
public class StandardDrive extends Drive
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StandardDrive.Builder
-
Field Summary
Fields Modifier and Type Field Description protected ImageConversionType
format
protected MediaType
media
protected long
rawSize
-
Fields inherited from class org.jclouds.elasticstack.domain.Item
name, tags, userMetadata, uuid
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ImageConversionType
getFormat()
MediaType
getMedia()
long
getRawSize()
int
hashCode()
String
toString()
-
Methods inherited from class org.jclouds.elasticstack.domain.Drive
getClaimType, getReaders, getSize
-
Methods inherited from class org.jclouds.elasticstack.domain.Item
getName, getTags, getUserMetadata, getUuid
-
-
-
-
Field Detail
-
format
protected final ImageConversionType format
-
media
protected final MediaType media
-
rawSize
protected final long rawSize
-
-
Method Detail
-
getMedia
public MediaType getMedia()
-
getFormat
public ImageConversionType getFormat()
-
getRawSize
public long getRawSize()
-
-