@Generated(value="org.jsonschema2pojo") public class ResponseErrors extends Object implements Serializable
Constructor and Description |
---|
ResponseErrors() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<Error> |
getErrors()
When the Twitter API returns error messages, it does so in JSON format.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setErrors(List<Error> errors)
When the Twitter API returns error messages, it does so in JSON format.
|
String |
toString() |
ResponseErrors |
withAdditionalProperty(String name,
Object value) |
ResponseErrors |
withErrors(List<Error> errors) |
@BeanProperty(value="errors") public List<Error> getErrors()
@BeanProperty(value="errors") public void setErrors(List<Error> errors)
errors
- The errorspublic ResponseErrors withErrors(List<Error> errors)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public ResponseErrors withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.