public final class ParameterDescription extends Object implements BackendMessage
| Constructor and Description |
|---|
ParameterDescription(List<Integer> parameters)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Integer> |
getParameters()
Returns the object IDs of the parameter data types.
|
int |
hashCode() |
String |
toString() |
public ParameterDescription(List<Integer> parameters)
parameters - the object IDs of the parameter data typesIllegalArgumentException - if parameters is nullCopyright © 2023. All rights reserved.