com.electrotank.electroserver4.extensions.api
Class UserServerVariableResponse
java.lang.Object
com.electrotank.electroserver4.extensions.api.PluginApiResponse
com.electrotank.electroserver4.extensions.api.UserServerVariableResponse
public class UserServerVariableResponse
- extends PluginApiResponse
This class represents a response from the server in regards to a
plugin request to get, set, or delete a user server variable.
- See Also:
PluginApiResponse,
ElectroServerApi.getUserServerVariable,
ElectroServerApi.setUserServerVariable,
ElectroServerApi.deleteUserServerVariable,
UserVariableResponse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserServerVariableResponse
public UserServerVariableResponse()
getValue
public EsObject getValue()
- Gets the user server variable, as an EsObject.
- Returns:
- value of the variable
- See Also:
EsObject,
getValue
setValue
public void setValue(EsObject value)
- Sets the value of the user server variable.
- Parameters:
value - user server variable- See Also:
EsObject,
setValue
Copyright © 2007 Electrotank, Inc. All Rights Reserved.