@Generated(value="org.jsonschema2pojo") public class Meta extends Object implements Serializable
Constructor and Description |
---|
Meta() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getCode() |
String |
getErrorMessage() |
String |
getErrorType() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCode(Long code) |
void |
setErrorMessage(String errorMessage) |
void |
setErrorType(String errorType) |
String |
toString() |
Meta |
withAdditionalProperty(String name,
Object value) |
Meta |
withCode(Long code) |
Meta |
withErrorMessage(String errorMessage) |
Meta |
withErrorType(String errorType) |
@BeanProperty(value="code") public Long getCode()
@BeanProperty(value="code") public void setCode(Long code)
code
- The code@BeanProperty(value="error_message") public String getErrorMessage()
@BeanProperty(value="error_message") public void setErrorMessage(String errorMessage)
errorMessage
- The error_message@BeanProperty(value="error_type") public String getErrorType()
@BeanProperty(value="error_type") public void setErrorType(String errorType)
errorType
- The error_type@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.