com.electrotank.electroserver4.extensions.api
Class ExtensionBoundUserServerVariableResponse
java.lang.Object
com.electrotank.electroserver4.extensions.api.PluginApiResponse
com.electrotank.electroserver4.extensions.api.ExtensionBoundUserServerVariableResponse
public class ExtensionBoundUserServerVariableResponse
- extends PluginApiResponse
Data object for an extension bound user server variable.
- See Also:
ElectroServerApi.getExtensionBoundUserServerVariable,
ElectroServerApi.setExtensionBoundUserServerVariable,
ElectroServerApi.deleteExtensionBoundUserServerVariable,
PluginApiResponse
|
Method Summary |
Object |
getValue()
Returns the value of the extension bound user server variable |
void |
setValue(Object value)
Sets the value of the extension bound user server variable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionBoundUserServerVariableResponse
public ExtensionBoundUserServerVariableResponse()
getValue
public Object getValue()
- Returns the value of the extension bound user server variable
- Returns:
- value of the extension bound user server variable
setValue
public void setValue(Object value)
- Sets the value of the extension bound user server variable
- Parameters:
value - value of the extension bound user server variable
Copyright © 2007 Electrotank, Inc. All Rights Reserved.