Package org.teamapps.dto
Class REINIT_NOK
java.lang.Object
org.teamapps.dto.AbstractServerMessage
org.teamapps.dto.REINIT_NOK
- All Implemented Interfaces:
UiObject
public class REINIT_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 REINIT_NOK()Deprecated.Only for Jackson deserialization.REINIT_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
-
REINIT_NOK
@Deprecated public REINIT_NOK()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
REINIT_NOK
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractServerMessage
-
getReason
-