Package io.inugami.api.monitoring.models
Interface IHeaders
-
public interface IHeaders
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCallFrom()StringgetConversationId()StringgetCorrelationId()StringgetCountry()StringgetDeviceClass()StringgetDeviceIdentifier()StringgetDeviceIp()StringgetDeviceNetworkSpeedDown()StringgetDeviceNetworkSpeedLatency()StringgetDeviceNetworkSpeedUp()StringgetDeviceNetworkType()StringgetDeviceOsVersion()StringgetDeviceSystem()StringgetDeviceType()StringgetDeviceVersion()StringgetErrorCode()StringgetErrorException()StringgetErrorMessage()StringgetErrorMessageDetail()StringgetFrontVersion()StringgetLanguage()StringgetRequestId()Set<String>getSpecificHeaders()StringgetToken()StringgetTraceId()StringgetUserAgent()StringgetWarning()
-
-
-
Method Detail
-
getCorrelationId
String getCorrelationId()
-
getRequestId
String getRequestId()
-
getTraceId
String getTraceId()
-
getConversationId
String getConversationId()
-
getToken
String getToken()
-
getDeviceIdentifier
String getDeviceIdentifier()
-
getDeviceType
String getDeviceType()
-
getDeviceSystem
String getDeviceSystem()
-
getDeviceClass
String getDeviceClass()
-
getDeviceVersion
String getDeviceVersion()
-
getDeviceOsVersion
String getDeviceOsVersion()
-
getDeviceNetworkType
String getDeviceNetworkType()
-
getDeviceNetworkSpeedDown
String getDeviceNetworkSpeedDown()
-
getDeviceNetworkSpeedUp
String getDeviceNetworkSpeedUp()
-
getDeviceNetworkSpeedLatency
String getDeviceNetworkSpeedLatency()
-
getDeviceIp
String getDeviceIp()
-
getUserAgent
String getUserAgent()
-
getLanguage
String getLanguage()
-
getCountry
String getCountry()
-
getWarning
String getWarning()
-
getErrorCode
String getErrorCode()
-
getErrorException
String getErrorException()
-
getErrorMessage
String getErrorMessage()
-
getErrorMessageDetail
String getErrorMessageDetail()
-
getFrontVersion
String getFrontVersion()
-
getCallFrom
String getCallFrom()
-
-