public class ResponseHeaderMeta extends Object
| Constructor and Description |
|---|
ResponseHeaderMeta(List<String> keys,
boolean getAll)
Instantiates a new response header meta.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getKeys()
Gets the keys.
|
boolean |
isGetAll()
Checks if is gets the all.
|
void |
setGetAll(boolean getAll)
Sets the gets the all.
|
void |
setKeys(List<String> keys)
Sets the keys.
|
String |
toString() |
Copyright © 2015–2017 eBay. All rights reserved.