Package org.teamapps.dto
Klasse CMD_REQUEST
java.lang.Object
org.teamapps.dto.AbstractClientMessage
org.teamapps.dto.CMD_REQUEST
- Alle implementierten Schnittstellen:
UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected intprotected intVon Klasse geerbte Felder org.teamapps.dto.AbstractClientMessage
sessionId -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.CMD_REQUEST(String sessionId, int lastReceivedCommandId, int maxRequestedCommandId) -
Methodenübersicht
Von Klasse geerbte Methoden org.teamapps.dto.AbstractClientMessage
getSessionId
-
Felddetails
-
lastReceivedCommandId
protected int lastReceivedCommandId -
maxRequestedCommandId
protected int maxRequestedCommandId
-
-
Konstruktordetails
-
CMD_REQUEST
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
CMD_REQUEST
-
-
Methodendetails
-
getUiObjectType
- Angegeben von:
getUiObjectTypein SchnittstelleUiObject
-
toString
- Setzt außer Kraft:
toStringin KlasseAbstractClientMessage
-
getLastReceivedCommandId
public int getLastReceivedCommandId() -
getMaxRequestedCommandId
public int getMaxRequestedCommandId()
-