org.jclouds.glesys.domain
Class ArchiveDetails

java.lang.Object
  extended by org.jclouds.glesys.domain.Archive
      extended by org.jclouds.glesys.domain.ArchiveDetails
All Implemented Interfaces:
Comparable<Archive>

public class ArchiveDetails
extends Archive

Detailed information about an archive volume.

Author:
Adam Lowe
See Also:

Nested Class Summary
static class ArchiveDetails.Builder
           
 
Constructor Summary
ArchiveDetails(String username, String totalSize, String freeSize, boolean locked)
           
 
Method Summary
static ArchiveDetails.Builder builder()
           
 
Methods inherited from class org.jclouds.glesys.domain.Archive
compareTo, equals, getFreeSize, getTotalSize, getUsername, hashCode, isLocked, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchiveDetails

public ArchiveDetails(String username,
                      String totalSize,
                      String freeSize,
                      boolean locked)
Method Detail

builder

public static ArchiveDetails.Builder builder()


Copyright © 2009-2012 jclouds. All Rights Reserved.