com.kii.sdk.photocolle
Class CapacityInfo

java.lang.Object
  extended by com.kii.sdk.photocolle.CapacityInfo
All Implemented Interfaces:
DTO

public class CapacityInfo
extends Object
implements DTO

Server capacity information.


Method Summary
 long getFreeSpace()
          Get free space of server in bytes.
 long getMaxSpace()
          Get maximum space of server in bytes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMaxSpace

public long getMaxSpace()
Get maximum space of server in bytes.

Returns:
maximum space of server in bytes.

getFreeSpace

public long getFreeSpace()
Get free space of server in bytes.

Returns:
free space of server in bytes.