public class EventLogExternalApplicationInfo extends java.lang.Object implements EventLogApplicationInfo
Constructor and Description |
---|
EventLogExternalApplicationInfo(java.lang.String templateUrl,
java.lang.String productCode,
java.lang.String userAgent,
boolean isInternal,
boolean isTest,
DataCollectorDebugLogger logger) |
Modifier and Type | Method and Description |
---|---|
DataCollectorDebugLogger |
getLogger() |
java.lang.String |
getProductCode() |
java.lang.String |
getTemplateUrl() |
java.lang.String |
getUserAgent() |
boolean |
isInternal() |
boolean |
isTest() |
public EventLogExternalApplicationInfo(java.lang.String templateUrl, java.lang.String productCode, java.lang.String userAgent, boolean isInternal, boolean isTest, DataCollectorDebugLogger logger)
public java.lang.String getTemplateUrl()
getTemplateUrl
in interface EventLogApplicationInfo
public java.lang.String getProductCode()
getProductCode
in interface EventLogApplicationInfo
public java.lang.String getUserAgent()
getUserAgent
in interface EventLogApplicationInfo
public boolean isInternal()
isInternal
in interface EventLogApplicationInfo
public boolean isTest()
isTest
in interface EventLogApplicationInfo
public DataCollectorDebugLogger getLogger()
getLogger
in interface EventLogApplicationInfo