|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.elasticstack.domain.Item org.jclouds.elasticstack.domain.Drive org.jclouds.elasticstack.domain.DriveData
public class DriveData
Nested Class Summary | |
---|---|
static class |
DriveData.Builder
|
Field Summary |
---|
Fields inherited from class org.jclouds.elasticstack.domain.Drive |
---|
claimType, readers, size |
Fields inherited from class org.jclouds.elasticstack.domain.Item |
---|
name, tags, userMetadata, uuid |
Constructor Summary | |
---|---|
DriveData(String uuid,
String name,
long size,
ClaimType claimType,
Iterable<String> readers,
Iterable<String> tags,
Map<String,String> userMetadata)
|
Method Summary |
---|
Methods inherited from class org.jclouds.elasticstack.domain.Drive |
---|
equals, getClaimType, getReaders, getSize, hashCode, toString |
Methods inherited from class org.jclouds.elasticstack.domain.Item |
---|
getName, getTags, getUserMetadata, getUuid |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DriveData(@Nullable String uuid, String name, long size, @Nullable ClaimType claimType, Iterable<String> readers, Iterable<String> tags, Map<String,String> userMetadata)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |