public static class RpmInformation.Changelog extends Object
| Constructor and Description |
|---|
Changelog() |
Changelog(long timestamp,
String author,
String text) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getText() |
long |
getTimestamp() |
void |
setAuthor(String author) |
void |
setText(String text) |
void |
setTimestamp(long timestamp) |
Copyright © 2016. All rights reserved.