Class WrapperInfo
- java.lang.Object
-
- com.launchdarkly.sdk.server.interfaces.WrapperInfo
-
public final class WrapperInfo extends java.lang.Object
Contains wrapper SDK information.This is intended for use within the SDK.
-
-
Constructor Summary
Constructors Constructor Description WrapperInfo(java.lang.String wrapperName, java.lang.String wrapperVersion)
Used internally by the SDK to track wrapper information.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getWrapperName()
Get the name of the wrapper.java.lang.String
getWrapperVersion()
Get the version of the wrapper.
-