public final class AuthenticateResponse extends CwsResponse
If the request was successful, the MemberId will be returned.
Please see CwsResponse
for information about the result of the
request.
Constructor and Description |
---|
AuthenticateResponse()
Empty Constructor, to use if the setters are invoked.
|
AuthenticateResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
Modifier and Type | Method and Description |
---|---|
String |
getMemberId() |
void |
setMemberId(String memberId) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public AuthenticateResponse()
public AuthenticateResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2020 JavaDog.io. All rights reserved.