public class CreateUserResponse extends CommandResponse
| Constructor and Description |
|---|
CreateUserResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
Command sourceCommand) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail() |
java.lang.String |
getMessage() |
java.lang.Number |
getUserId() |
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getTextpublic CreateUserResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
Command sourceCommand)