com.electrotank.electroserver4.extensions.api
Class UserVariableResponse

java.lang.Object
  extended by com.electrotank.electroserver4.extensions.api.PluginApiResponse
      extended by com.electrotank.electroserver4.extensions.api.UserVariableResponse

public class UserVariableResponse
extends PluginApiResponse

This class represents a response from the server in regards to a plugin request to create, update, or delete a user variable.

See Also:
PluginApiResponse, ElectroServerApi.createOrUpdateUserVariable, ElectroServerApi.deleteUserVariable, UserServerVariableResponse

Nested Class Summary
 
Nested classes/interfaces inherited from class com.electrotank.electroserver4.extensions.api.PluginApiResponse
PluginApiResponse.Status
 
Constructor Summary
UserVariableResponse()
           
 
Method Summary
 
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

UserVariableResponse

public UserVariableResponse()


Copyright © 2007 Electrotank, Inc. All Rights Reserved.