@GwtIncompatible public static class Login.LogoutRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected LogoutRequestReason |
reason |
protected String |
userId |
Constructor and Description |
---|
LogoutRequest(BroadWorksServer broadWorksServer,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static Login.LogoutRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
LogoutRequestReason |
getReason() |
String |
getUserId() |
Login.LogoutRequest |
setReason(LogoutRequestReason reason) |
Login.LogoutRequest |
setUserId(String userId) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull @Size(min=1, max=161) protected String userId
protected LogoutRequestReason reason
public LogoutRequest(BroadWorksServer broadWorksServer, String userId)
public Login.LogoutRequest setUserId(String userId)
public String getUserId()
public Login.LogoutRequest setReason(LogoutRequestReason reason)
public LogoutRequestReason getReason()
public static Login.LogoutRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.