Package io.inugami.api.monitoring.models
Interface GenericMonitoringModel
-
- All Superinterfaces:
ClonableObject<JsonObject>,JsonObject,JsonObjectToJson,Serializable
public interface GenericMonitoringModel extends JsonObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAsset()StringgetCallType()StringgetCounterType()StringgetData()DategetDate()StringgetDevice()StringgetEnvironment()StringgetErrorCode()StringgetErrorType()StringgetInstanceName()StringgetInstanceNumber()StringgetNonTemporalHash()StringgetPath()StringgetService()StringgetSubService()longgetTime()longgetTimestamp()StringgetTimeUnit()StringgetUid()GraphiteNumbergetValue()StringgetValueType()-
Methods inherited from interface io.inugami.api.models.data.basic.JsonObject
cloneObj, convertToObject
-
Methods inherited from interface io.inugami.api.models.data.JsonObjectToJson
convertToJson
-
-
-
-
Method Detail
-
getUid
String getUid()
-
getAsset
String getAsset()
-
getEnvironment
String getEnvironment()
-
getInstanceName
String getInstanceName()
-
getInstanceNumber
String getInstanceNumber()
-
getCounterType
String getCounterType()
-
getDevice
String getDevice()
-
getCallType
String getCallType()
-
getService
String getService()
-
getSubService
String getSubService()
-
getValueType
String getValueType()
-
getTimeUnit
String getTimeUnit()
-
getDate
Date getDate()
-
getTime
long getTime()
-
getTimestamp
long getTimestamp()
-
getErrorCode
String getErrorCode()
-
getErrorType
String getErrorType()
-
getValue
GraphiteNumber getValue()
-
getPath
String getPath()
-
getData
String getData()
-
getNonTemporalHash
String getNonTemporalHash()
-
-