@Generated(value="org.jsonschema2pojo") public class FriendList extends Object implements Serializable
Constructor and Description |
---|
FriendList() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<Long> |
getFriends() |
List<String> |
getFriendsStr() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFriends(List<Long> friends) |
void |
setFriendsStr(List<String> friendsStr) |
String |
toString() |
FriendList |
withAdditionalProperty(String name,
Object value) |
FriendList |
withFriends(List<Long> friends) |
FriendList |
withFriendsStr(List<String> friendsStr) |
@BeanProperty(value="friends") public void setFriends(List<Long> friends)
friends
- The friendspublic FriendList withFriends(List<Long> friends)
@BeanProperty(value="friends_str") public List<String> getFriendsStr()
@BeanProperty(value="friends_str") public void setFriendsStr(List<String> friendsStr)
friendsStr
- The friends_strpublic FriendList withFriendsStr(List<String> friendsStr)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public FriendList withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.