public static final class QueryResponse.PluginInformation extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
Optional<String> |
getVersion() |
int |
hashCode() |
static QueryResponse.PluginInformation |
of(String name,
@Nullable String version) |
String |
toString() |
public String getName()
public static QueryResponse.PluginInformation of(String name, @Nullable String version)