public class CefRev23 extends CommonEvent
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getExtension(boolean populatedOnly) |
Map<String,Object> |
getExtension(boolean populatedOnly,
boolean includeCustomExtensions) |
Map<String,Object> |
getHeader() |
void |
setExtension(Map<String,String> extensions) |
void |
setExtension(Map<String,String> extensions,
boolean allowNulls) |
void |
setHeader(Map<String,Object> headers) |
public CefRev23(Locale locale)
public CefRev23()
public void setHeader(Map<String,Object> headers) throws CEFHandlingException
setHeader in class CommonEventheaders - A map containing the keys and values of headers of CEF eventCEFHandlingException - when it has issues writing the values of the headerspublic Map<String,Object> getHeader() throws CEFHandlingException
getHeader in class CommonEventCEFHandlingException - when it has issues reading the headers of CEF eventpublic void setExtension(Map<String,String> extensions) throws CEFHandlingException
setExtension in class CommonEventextensions - A map containing the keys and values of extensions of CEF eventCEFHandlingException - when it has issues populating the extensionspublic void setExtension(Map<String,String> extensions, boolean allowNulls) throws CEFHandlingException
setExtension in class CommonEventextensions - A map containing the keys and values of extensions of CEF eventallowNulls - If true, extensions with an empty value will be seen as null. If false, parsing may fail depending on extension typesCEFHandlingException - when it has issues populating the extensionspublic Map<String,Object> getExtension(boolean populatedOnly) throws CEFHandlingException
getExtension in class CommonEventpopulatedOnly - Boolean defining if Map should include all fields supported by CefRev23CEFHandlingException - when it hits issues (e.g. IllegalAccessException) reading the extensionspublic Map<String,Object> getExtension(boolean populatedOnly, boolean includeCustomExtensions) throws CEFHandlingException
getExtension in class CommonEventpopulatedOnly - Boolean defining if Map should include all fields supported by CefRev23includeCustomExtensions - Boolean defining if Map should include parsed keys that are not supported part of the base CEF Rev23 specificationCEFHandlingException - when it hits issues (e.g. IllegalAccessException) reading the extensionsCopyright © 2016–2021 Fluenda. All rights reserved.