public class OriginKeysResponse extends Object
| Constructor and Description |
|---|
OriginKeysResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getOriginKeys()
The list of origin keys for all requested domains.
|
int |
hashCode() |
OriginKeysResponse |
originKeys(Map<String,String> originKeys) |
OriginKeysResponse |
putOriginKeysItem(String key,
String originKeysItem) |
void |
setOriginKeys(Map<String,String> originKeys) |
String |
toString() |
public OriginKeysResponse originKeys(Map<String,String> originKeys)
public OriginKeysResponse putOriginKeysItem(String key, String originKeysItem)
public Map<String,String> getOriginKeys()
Copyright © 2022. All rights reserved.