Package org.teamapps.dto
Class INIT_NOK
java.lang.Object
org.teamapps.dto.AbstractServerMessage
org.teamapps.dto.INIT_NOK
- All Implemented Interfaces:
UiObject
public class INIT_NOK extends AbstractServerMessage implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields Modifier and Type Field Description protected UiSessionClosingReasonreason -
Constructor Summary
Constructors Constructor Description INIT_NOK()Deprecated.Only for Jackson deserialization.INIT_NOK(UiSessionClosingReason reason) -
Method Summary
Modifier and Type Method Description UiSessionClosingReasongetReason()UiObjectTypegetUiObjectType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
reason
-
-
Constructor Details
-
INIT_NOK
@Deprecated public INIT_NOK()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
INIT_NOK
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractServerMessage
-
getReason
-