public final class NoticeResponse extends Object implements BackendMessage
| Constructor and Description |
|---|
NoticeResponse(List<Field> fields)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Field> |
getFields()
Returns the fields.
|
int |
hashCode() |
String |
toString() |
public NoticeResponse(List<Field> fields)
fields - the fieldsIllegalArgumentException - if fields is nullCopyright © 2024. All rights reserved.