Class AppInfoFragment
java.lang.Object
com.tccc.kos.commons.util.json.fragments.AppInfoFragment
- All Implemented Interfaces:
KosDescriptorFragment
Bean representation of core app descriptor data so we can simply
deserialize the object instead of extracting each field individually.
- Since:
- 1.0
- Version:
- 2023-01-03
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppId()
void
setAppClass
(String appClass) void
void
setClassesDir
(String classesDir) void
void
setSdkClassPrefixes
(List<String> sdkClassPrefixes) void
setTroubleInfoClass
(String troubleInfoClass) void
setTroubleInfoFile
(String troubleInfoFile)
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
AppInfoFragment
public AppInfoFragment()
-
-
Method Details
-
getAppId
-
getAppClass
-
getClassesDir
-
getLibDir
-
getTroubleInfoFile
-
getTroubleInfoClass
-
getSdkClassPrefixes
-
setAppId
-
setAppClass
-
setClassesDir
-
setLibDir
-
setTroubleInfoFile
-
setTroubleInfoClass
-
setSdkClassPrefixes
-