Class HelloResponse.Builder
java.lang.Object
com.inductiveautomation.perspective.gateway.messages.json.HelloResponse.Builder
- Enclosing class:
- HelloResponse
-
Method Summary
Modifier and TypeMethodDescriptionautoIdpAuth
(Boolean autoIdpAuth) build()
isRunnable
(Boolean runnable) license
(LicensePermit license) loggedOutMessage
(String loggedOutMessage) pageClosedMessage
(String pageClosedMessage) redundancy
(RedundancyStatus redundancy) sessionClosedMessage
(String sessionClosedMessage) webAuthStatus
(WebAuthStatus webAuthStatus)
-
Method Details
-
webAuthStatus
-
license
-
redundancy
-
created
-
newTabId
-
isRunnable
-
sessionId
-
sessionClosedMessage
-
pageClosedMessage
-
loggedOutMessage
-
token
-
autoIdpAuth
-
build
- Returns:
- the new
HelloResponse
instance built by thisHelloResponse.Builder
- Throws:
IllegalArgumentException
- if theLicensePermit
orRedundancyStatus
is null
-