public final class WrapperInfo
extends java.lang.Object
This is intended for use within the SDK.
| Constructor and Description |
|---|
WrapperInfo(java.lang.String wrapperName,
java.lang.String wrapperVersion)
Used internally by the SDK to track wrapper information.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getWrapperName()
Get the name of the wrapper.
|
java.lang.String |
getWrapperVersion()
Get the version of the wrapper.
|