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