public class Dispatch extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Author
The author nation.
|
String |
Category
The dispatch's category.
|
long |
CreatedOn
UNIX timestamp when this dispatch was created.
|
long |
Id
This dispatch's id.
|
long |
LastEditedOn
UNIX timestamp when this dispatch was last edited.
|
int |
Score
This dispatch's score.
|
String |
SubCategory
The dispatch's subcategory.
|
String |
Text
This dispatch's text.
|
String |
Title
The dispatch's title.
|
int |
Views
Number of views of this dispatch.
|
| Constructor and Description |
|---|
Dispatch() |
public long Id
public String Title
public String Author
public String Category
public String SubCategory
public long CreatedOn
public long LastEditedOn
public int Views
public int Score
public String Text
Copyright © 2016. All rights reserved.