@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class BadCredentialsError extends Object
| Constructor and Description |
|---|
BadCredentialsError() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BadCredentialsError |
error(String error) |
BadCredentialsError |
errorDescription(String errorDescription) |
String |
getError()
Error type
|
String |
getErrorDescription()
Error description
|
int |
hashCode() |
void |
setError(String error) |
void |
setErrorDescription(String errorDescription) |
String |
toString() |
public BadCredentialsError error(String error)
public String getError()
public void setError(String error)
public BadCredentialsError errorDescription(String errorDescription)
public String getErrorDescription()
public void setErrorDescription(String errorDescription)
Copyright © 2018. All rights reserved.