public class Message extends Object
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getOperator()
This method returns the operator.
|
List<String> |
getTypes()
This method returns the types.
|
List<Object> |
getValues()
This method returns the values.
|
Message |
setOperator(String operator)
This method sets the operator.
|
Message |
setTypes(List<String> types)
This method sets the types.
|
Message |
setValues(List<Object> values)
This method sets the values.
|
String |
toString() |
public String getOperator()
public Message setOperator(String operator)
operator - The operatorpublic Message setTypes(List<String> types)
types - The typespublic Message setValues(List<Object> values)
values - The valuesCopyright © 2014. All Rights Reserved.