public class Setting extends Object
| Constructor and Description |
|---|
Setting(String name,
Object value,
int version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Object |
getResponseObject(String message) |
Object |
getValue() |
int |
getVersion() |
public String getName()
public Object getValue()
public Object getResponseObject(String message)
message - The message to send back as a response for the commandpublic int getVersion()
Copyright © 2019. All rights reserved.