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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiSessionClosingReasongetReason()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Field Detail
-
reason
protected UiSessionClosingReason reason
-
-
Constructor Detail
-
INIT_NOK
@Deprecated public INIT_NOK()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
INIT_NOK
public INIT_NOK(UiSessionClosingReason reason)
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractServerMessage
-
getReason
public UiSessionClosingReason getReason()
-
-