public static class GS4QueryEvent.QueryResponse.PluginInformation extends Object
| Constructor | Description |
|---|---|
PluginInformation(String name,
String version) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
|
String |
getVersion() |
|
static GS4QueryEvent.QueryResponse.PluginInformation |
of(String name,
String version) |
|
void |
setName(String name) |
|
void |
setVersion(String version) |
@NotNull public String getName()
public void setName(@NotNull
String name)
public void setVersion(@NotNull
String version)
@NotNull public String getVersion()
@NotNull public static GS4QueryEvent.QueryResponse.PluginInformation of(@NotNull String name, @NotNull String version)
Copyright © 2019. All rights reserved.