Package com.checkout.instruments.get
Class BankAccountFieldResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.instruments.get.BankAccountFieldResponse
-
public final class BankAccountFieldResponse extends HttpMetadata
-
-
Constructor Summary
Constructors Constructor Description BankAccountFieldResponse()
-
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<BankAccountSection>getSections()inthashCode()voidsetSections(java.util.List<BankAccountSection> sections)java.lang.StringtoString()-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getSections
public java.util.List<BankAccountSection> getSections()
-
setSections
public void setSections(java.util.List<BankAccountSection> sections)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classHttpMetadata
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classHttpMetadata
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classHttpMetadata
-
hashCode
public int hashCode()
- Overrides:
hashCodein classHttpMetadata
-
-