public final class ArchivingStatusResponse extends Object
Response sent in reply to a request to get the server's archiving status.
This response object contains the archiving status of all the channels managed by the server.
| Constructor and Description |
|---|
ArchivingStatusResponse(List<ChannelStatus> channelStatusList)
Creates an archiving-status response.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ChannelStatus> |
getChannelStatusList() |
int |
hashCode() |
String |
toString() |
public ArchivingStatusResponse(List<ChannelStatus> channelStatusList)
channelStatusList - list of status information for the channels managed by the
server. The channels are ordered by the natural order of their
names.NullPointerException - if channelStatusList is null or
contains null elements.Copyright © 2011–2017 aquenos GmbH. All rights reserved.