public final class ReporterConfigMetadata extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DISPLAY_LABEL |
Modifier and Type | Method and Description |
---|---|
static void |
addReporterMetadataItem(String key,
String itemType,
String value)
Adds an new item to the reporter metadata.
|
static Map<String,Map<String,String>> |
getReporterMetaData()
Helps retrieve the configuration metadata for the report.
|
static void |
initReporterMetadata()
Initialize the report dictionary map with Current Date.
|
static String |
toJsonAsString()
This method will generate JSON string representation of the all items in current ReportConfigMetadata.
|
public static final String DISPLAY_LABEL
public static void initReporterMetadata()
public static void addReporterMetadataItem(String key, String itemType, String value)
public static Map<String,Map<String,String>> getReporterMetaData()
Map
that represents the configuration summary.public static String toJsonAsString()
Copyright © 2016 PayPal Open Source. All rights reserved.