Package org.teamapps.dto
Class PING
- java.lang.Object
-
- org.teamapps.dto.AbstractServerMessage
-
- org.teamapps.dto.PING
-
- All Implemented Interfaces:
UiObject
public class PING extends AbstractServerMessage implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Constructor Summary
Constructors Constructor Description PING()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractServerMessage
-
-