|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.electrotank.electroserver4.extensions.api.PluginApiResponse
com.electrotank.electroserver4.extensions.api.RoomVariableResponse
public class RoomVariableResponse
This class represents a response from the server in regards to a plugin request to create, update, or delete a room variable.
PluginApiResponse,
ElectroServerApi.createRoomVariable,
ElectroServerApi.updateRoomVariable,
ElectroServerApi.deleteRoomVariable| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.electrotank.electroserver4.extensions.api.PluginApiResponse |
|---|
PluginApiResponse.Status |
| Constructor Summary | |
|---|---|
RoomVariableResponse()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the name of the room variable. |
int |
getRoomId()
Gets the roomId of the room holding the variable. |
int |
getZoneId()
Gets the zoneId of the zone holding the room. |
void |
setName(String name)
Sets the name of the room variable. |
void |
setRoomId(int roomId)
Sets the roomId of the room holding the variable. |
void |
setZoneId(int zoneId)
Sets the zoneId of the zone holding the room. |
| 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 |
|---|
public RoomVariableResponse()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - variable namepublic int getRoomId()
public void setRoomId(int roomId)
roomId - room holding the variablepublic int getZoneId()
public void setZoneId(int zoneId)
zoneId - zone holding the room
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||