@Generated(value="org.jsonschema2pojo") public class Status extends Object
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getId() |
String |
getIdStr() |
Long |
getUserId() |
String |
getUserIdStr() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setId(Long id) |
void |
setIdStr(String idStr) |
void |
setUserId(Long userId) |
void |
setUserIdStr(String userIdStr) |
String |
toString() |
Status |
withAdditionalProperty(String name,
Object value) |
Status |
withId(Long id) |
Status |
withIdStr(String idStr) |
Status |
withUserId(Long userId) |
Status |
withUserIdStr(String userIdStr) |
@BeanProperty(value="id") public Long getId()
@BeanProperty(value="id") public void setId(Long id)
id
- The id@BeanProperty(value="user_id") public Long getUserId()
@BeanProperty(value="user_id") public void setUserId(Long userId)
userId
- The user_id@BeanProperty(value="id_str") public String getIdStr()
@BeanProperty(value="id_str") public void setIdStr(String idStr)
idStr
- The id_str@BeanProperty(value="user_id_str") public String getUserIdStr()
@BeanProperty(value="user_id_str") public void setUserIdStr(String userIdStr)
userIdStr
- The user_id_str@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.