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 null
Copyright © 2020. All rights reserved.