Class LogAttributeKey
- java.lang.Object
-
- com.newrelic.agent.bridge.logging.LogAttributeKey
-
public class LogAttributeKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringkeyLogAttributeTypetype
-
Constructor Summary
Constructors Constructor Description LogAttributeKey(java.lang.String key, LogAttributeType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetKey()java.lang.StringgetPrefixedKey()LogAttributeTypegetType()inthashCode()
-
-
-
Field Detail
-
key
public final java.lang.String key
-
type
public final LogAttributeType type
-
-
Constructor Detail
-
LogAttributeKey
public LogAttributeKey(java.lang.String key, LogAttributeType type)
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
getPrefixedKey
public java.lang.String getPrefixedKey()
-
getType
public LogAttributeType getType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-