Package com.adyen.model.checkoututility
Class OriginKeysResponse
- java.lang.Object
-
- com.adyen.model.checkoututility.OriginKeysResponse
-
public class OriginKeysResponse extends Object
OriginKeysResponse
-
-
Constructor Summary
Constructors Constructor Description OriginKeysResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getOriginKeys()The list of origin keys for all requested domains.inthashCode()OriginKeysResponseoriginKeys(Map<String,String> originKeys)OriginKeysResponseputOriginKeysItem(String key, String originKeysItem)voidsetOriginKeys(Map<String,String> originKeys)StringtoString()
-
-
-
Method Detail
-
originKeys
public OriginKeysResponse originKeys(Map<String,String> originKeys)
-
putOriginKeysItem
public OriginKeysResponse putOriginKeysItem(String key, String originKeysItem)
-
getOriginKeys
public Map<String,String> getOriginKeys()
The list of origin keys for all requested domains. For each list item, the key is the domain and the value is the origin key.- Returns:
- originKeys
-
-