public class DiskUsage2Response extends OK
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Long>> |
bytesUsedByReferer |
java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Integer>> |
fileCountByReferer |
static long |
serialVersionUID |
java.util.Map<LongPair,java.lang.Long> |
totalBytesUsed |
java.util.Map<LongPair,java.lang.Integer> |
totalFileCount |
Constructor and Description |
---|
DiskUsage2Response() |
DiskUsage2Response(java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Integer>> fileCountByReferer,
java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Long>> bytesUsedByReferer,
java.util.Map<LongPair,java.lang.Integer> totalFileCount,
java.util.Map<LongPair,java.lang.Long> totalBytesUsed) |
Modifier and Type | Method and Description |
---|---|
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
DiskUsage2Response |
clone() |
static Ice.ObjectFactory |
ice_factory() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
public static final java.lang.String[] __ids
public java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Integer>> fileCountByReferer
public java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Long>> bytesUsedByReferer
public java.util.Map<LongPair,java.lang.Integer> totalFileCount
public java.util.Map<LongPair,java.lang.Long> totalBytesUsed
public static final long serialVersionUID
public DiskUsage2Response()
public DiskUsage2Response(java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Integer>> fileCountByReferer, java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Long>> bytesUsedByReferer, java.util.Map<LongPair,java.lang.Integer> totalFileCount, java.util.Map<LongPair,java.lang.Long> totalBytesUsed)
public static Ice.ObjectFactory ice_factory()
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s, Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class OK
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class OK
public DiskUsage2Response clone()