@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class UserError extends Object
| Constructor and Description |
|---|
UserError() |
| Modifier and Type | Method and Description |
|---|---|
UserError |
email(String email) |
boolean |
equals(Object o) |
UserError |
error(String error) |
String |
getEmail()
Email with error.
|
String |
getError()
Error code informing what is wrong
|
String |
getId()
Id with error.
|
int |
hashCode() |
UserError |
id(String id) |
void |
setEmail(String email) |
void |
setError(String error) |
void |
setId(String id) |
String |
toString() |
public String getError()
public void setError(String error)
public String getEmail()
public void setEmail(String email)
public String getId()
public void setId(String id)
Copyright © 2018 Symphony Software Foundation. All rights reserved.