com.electrotank.electroserver4.extensions.api
Class UserServerVariableResponse

java.lang.Object
  extended by com.electrotank.electroserver4.extensions.api.PluginApiResponse
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.electrotank.electroserver4.extensions.api.PluginApiResponse
PluginApiResponse.Status
 
Constructor Summary
UserServerVariableResponse()
           
 
Method Summary
 EsObject getValue()
          Gets the user server variable, as an EsObject.
 void setValue(EsObject value)
          Sets the value of the user server variable.
 
Methods inherited from class com.electrotank.electroserver4.extensions.api.PluginApiResponse
getStatus, isSuccess, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserServerVariableResponse

public UserServerVariableResponse()
Method Detail

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.