Package io.anyline2
Class WrapperInfo
-
- All Implemented Interfaces:
public final class WrapperInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
WrapperInfo.WrapperType
-
Field Summary
Fields Modifier and Type Field Description private final WrapperInfo.WrapperType
wrapperType
private final String
wrapperPluginVersion
-
Constructor Summary
Constructors Constructor Description WrapperInfo(WrapperInfo.WrapperType wrapperType, String wrapperPluginVersion)
-
Method Summary
Modifier and Type Method Description final WrapperInfo.WrapperType
getWrapperType()
final String
getWrapperPluginVersion()
final JSONObject
toJSONObject()
-
-
Constructor Detail
-
WrapperInfo
WrapperInfo(WrapperInfo.WrapperType wrapperType, String wrapperPluginVersion)
-
-
Method Detail
-
getWrapperType
final WrapperInfo.WrapperType getWrapperType()
-
getWrapperPluginVersion
final String getWrapperPluginVersion()
-
toJSONObject
final JSONObject toJSONObject()
-
-
-
-