public class PostList extends Object
Post.| Constructor and Description |
|---|
PostList() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getOrder() |
Map<String,Post> |
getPosts() |
int |
hashCode() |
void |
setOrder(List<String> order) |
void |
setPosts(Map<String,Post> posts) |
int |
size() |
String |
toString() |
public int size()
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.