public class UserCommandData extends Object
| Constructor and Description |
|---|
UserCommandData(long option,
String payload)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
getOption()
Get the option value
|
String |
getPayload()
Get the user command payload
|
public UserCommandData(long option,
String payload)
option - An optional numeric option that can be associated w/ the commandpayload - An option string payload to be sent along w/ the commandpublic long getOption()
public String getPayload()
This documentation was released into the public domain.