@ChoiceGroup(value="userId") @ChoiceGroup(value="phoneNumber") @GwtIncompatible public static class Login.UserGetLoginInfoRequest extends Request<Login.UserGetLoginInfoResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
phoneNumber |
protected String |
userId |
Constructor and Description |
---|
UserGetLoginInfoRequest(BroadWorksServer broadWorksServer) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getPhoneNumber() |
String |
getUserId() |
Login.UserGetLoginInfoRequest |
setPhoneNumber(String phoneNumber) |
Login.UserGetLoginInfoRequest |
setUserId(String userId) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRootElement, toString, validate
@Size(min=1, max=161) protected String userId
@Size(min=1, max=23) protected String phoneNumber
public UserGetLoginInfoRequest(BroadWorksServer broadWorksServer)
public Login.UserGetLoginInfoRequest setUserId(String userId)
public String getUserId()
public Login.UserGetLoginInfoRequest setPhoneNumber(String phoneNumber)
public String getPhoneNumber()
public void formRequest()
formRequest
in class Request<Login.UserGetLoginInfoResponse>
Copyright © 2017 ECG. All rights reserved.