public class Response extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectReader |
READER
Reusable, threadsafe
ObjectReader instance for deserializing
iTunes response into Response instance. |
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
int |
getResultCount() |
List<Result> |
getResults() |
void |
setResultCount(int resultCount) |
void |
setResults(List<Result> results) |
String |
toString() |
public static final com.fasterxml.jackson.databind.ObjectReader READER
ObjectReader instance for deserializing
iTunes response into Response instance.Copyright © 2017. All rights reserved.