public class LastPost extends Object
| Constructor and Description |
|---|
LastPost(int id,
long date,
int userId,
String username,
String title) |
| Modifier and Type | Method and Description |
|---|---|
Date |
date() |
int |
id() |
String |
title() |
int |
userId() |
String |
username() |
Copyright © 2016. All rights reserved.