Package com.checkout.apm.ideal
Class IssuerResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.apm.ideal.IssuerResponse
-
public final class IssuerResponse extends Resource
-
-
Constructor Summary
Constructors Constructor Description IssuerResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<IdealCountry>getCountries()inthashCode()voidsetCountries(java.util.List<IdealCountry> countries)java.lang.StringtoString()-
Methods inherited from class com.checkout.common.Resource
getLink, getLinks, getSelfLink, setLinks
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getCountries
public java.util.List<IdealCountry> getCountries()
-
setCountries
public void setCountries(java.util.List<IdealCountry> countries)
-
-