public final class ProxyVersion extends Object
Constructor and Description |
---|
ProxyVersion(String name,
String vendor,
String version)
Creates a new
ProxyVersion instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable Object o) |
String |
getName() |
String |
getVendor() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public ProxyVersion(String name, String vendor, String version)
ProxyVersion
instance.name
- the name for the proxy implementationvendor
- the vendor for the proxy implementationversion
- the version for the proxy implementation