public class RunArchiveConfigurationCommandsResponse extends Object
Response to a RunArchiveConfigurationCommandsRequest.
This response object is a simple wrapper around a list of
ArchiveConfigurationCommandResults. However, it is needed because
serialization and deserialization of a generic list to and from JSON does not
always work correctly unless complete type information is available.
RunArchiveConfigurationCommandsRequest| Constructor and Description |
|---|
RunArchiveConfigurationCommandsResponse(List<ArchiveConfigurationCommandResult> results)
Creates a response.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ArchiveConfigurationCommandResult> |
getResults()
Returns the results to the commands that were specified with the request.
|
int |
hashCode() |
String |
toString() |
public RunArchiveConfigurationCommandsResponse(List<ArchiveConfigurationCommandResult> results)
results - results of the commands that were specified in the request.
The results must be in the same order as the commands in the
request.NullPointerException - if results is null or contains
null elements.public List<ArchiveConfigurationCommandResult> getResults()
Copyright © 2011–2017 aquenos GmbH. All rights reserved.