public class VersionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static VersionInfo |
CURRENT |
| Constructor and Description |
|---|
VersionInfo(String name,
int protocol) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getProtocolVersion() |
String |
getVersionName() |
int |
hashCode() |
String |
toString() |
public static final VersionInfo CURRENT
public VersionInfo(String name, int protocol)
public String getVersionName()
public int getProtocolVersion()
Copyright © 2020. All rights reserved.