public class YMLChangelogEntryConfiguration extends Object implements Comparable<YMLChangelogEntryConfiguration>
| Modifier and Type | Field and Description |
|---|---|
YMLChangelogEntryConfigurationAction |
action |
String |
defaultValue |
String |
description |
String |
key |
String |
moreInfo |
String |
type |
| Constructor and Description |
|---|
YMLChangelogEntryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
anySetter(String key,
Object value) |
int |
compareTo(YMLChangelogEntryConfiguration o) |
public String type
public YMLChangelogEntryConfigurationAction action
public String key
public String defaultValue
public String description
public String moreInfo
public int compareTo(YMLChangelogEntryConfiguration o)
compareTo in interface Comparable<YMLChangelogEntryConfiguration>Copyright © 2023. All rights reserved.