public final class BankAccountFieldResponse extends HttpMetadata
| Constructor and Description |
|---|
BankAccountFieldResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<BankAccountSection> |
getSections() |
int |
hashCode() |
void |
setSections(java.util.List<BankAccountSection> sections) |
java.lang.String |
toString() |
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaderspublic java.util.List<BankAccountSection> getSections()
public void setSections(java.util.List<BankAccountSection> sections)
public java.lang.String toString()
toString in class HttpMetadatapublic boolean equals(java.lang.Object o)
equals in class HttpMetadataprotected boolean canEqual(java.lang.Object other)
canEqual in class HttpMetadatapublic int hashCode()
hashCode in class HttpMetadata