-
public final class GPPData
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Integer>applicableSectionsprivate final StringcmpDisplayStatusprivate final IntegercmpIdprivate final StringcmpStatusprivate final StringgppStringprivate final StringgppVersionprivate final Map<String, List<TCFSection>>parsedSectionsprivate final List<String>sectionListprivate final StringsignalStatusprivate final List<String>supportedAPIs
-
Method Summary
Modifier and Type Method Description final List<Integer>getApplicableSections()final StringgetCmpDisplayStatus()final IntegergetCmpId()final StringgetCmpStatus()final StringgetGppString()final StringgetGppVersion()final Map<String, List<TCFSection>>getParsedSections()final List<String>getSectionList()final StringgetSignalStatus()final List<String>getSupportedAPIs()-
-
Method Detail
-
getApplicableSections
final List<Integer> getApplicableSections()
-
getCmpDisplayStatus
final String getCmpDisplayStatus()
-
getCmpStatus
final String getCmpStatus()
-
getGppString
final String getGppString()
-
getGppVersion
final String getGppVersion()
-
getParsedSections
final Map<String, List<TCFSection>> getParsedSections()
-
getSectionList
final List<String> getSectionList()
-
getSignalStatus
final String getSignalStatus()
-
getSupportedAPIs
final List<String> getSupportedAPIs()
-
-
-
-