public class ManageImageBinariesResponse extends Response
Response
from a ManageImageBinaries
Request
.
If no action is requested, then the fields of this
instance can be examined to see what would be done
if requested.Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
java.util.List<java.lang.Long> |
archivedFiles |
long |
archivedSize |
RLong |
filesetId |
long |
pixelSize |
boolean |
pixelsPresent |
boolean |
pyramidPresent |
long |
pyramidSize |
static long |
serialVersionUID |
long |
thumbnailSize |
Constructor and Description |
---|
ManageImageBinariesResponse() |
ManageImageBinariesResponse(RLong filesetId,
java.util.List<java.lang.Long> archivedFiles,
boolean pixelsPresent,
boolean pyramidPresent,
long archivedSize,
long pixelSize,
long pyramidSize,
long thumbnailSize) |
Modifier and Type | Method and Description |
---|---|
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
ManageImageBinariesResponse |
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 RLong filesetId
public java.util.List<java.lang.Long> archivedFiles
public boolean pixelsPresent
public boolean pyramidPresent
public long archivedSize
public long pixelSize
public long pyramidSize
public long thumbnailSize
public static final long serialVersionUID
public ManageImageBinariesResponse()
public ManageImageBinariesResponse(RLong filesetId, java.util.List<java.lang.Long> archivedFiles, boolean pixelsPresent, boolean pyramidPresent, long archivedSize, long pixelSize, long pyramidSize, long thumbnailSize)
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 ManageImageBinariesResponse clone()