Class HandshakeResponse.Error
java.lang.Object
com.inductiveautomation.ignition.common.messages.HandshakeResponse
com.inductiveautomation.ignition.common.messages.HandshakeResponse.Error
- Enclosing class:
- HandshakeResponse
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.inductiveautomation.ignition.common.messages.HandshakeResponse
HandshakeResponse.Error, HandshakeResponse.GsonAdapter, HandshakeResponse.Success
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
boolean
static HandshakeResponse.Error
static HandshakeResponse.Error
of
(HandshakeResponse.Error.Code code, String message) toString()
-
Method Details
-
isSuccess
public boolean isSuccess()- Specified by:
isSuccess
in classHandshakeResponse
-
getAsSuccess
- Specified by:
getAsSuccess
in classHandshakeResponse
-
getAsError
- Specified by:
getAsError
in classHandshakeResponse
-
getCode
-
getMessage
-
toString
-
of
-
of
-