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!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classINIT_NOK.Reason -
Field Summary
Fields Modifier and Type Field Description protected INIT_NOK.Reasonreason -
Constructor Summary
Constructors Constructor Description INIT_NOK()Deprecated.Only for Jackson deserialization.INIT_NOK(INIT_NOK.Reason reason) -
Method Summary
Modifier and Type Method Description INIT_NOK.ReasongetReason()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
Field Details
-
Constructor Details
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractServerMessage
-
getReason
-