public class ChangelogDto extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
action |
String |
changelogType |
String |
comment |
long |
dateMs |
String |
name |
String |
note |
String |
serviceName |
String |
username |
| Constructor and Description |
|---|
ChangelogDto(String serviceName,
String changelogType,
String name,
long dateMs,
String action,
String username,
String comment,
String note) |
| Modifier and Type | Method and Description |
|---|---|
long |
getReversedDateMs() |
public final String serviceName
public final String changelogType
public final String name
public final long dateMs
public final String action
public final String username
public final String comment
public final String note
Copyright © 2009–2021. All rights reserved.