Class EventCounterKey
- java.lang.Object
-
- de.hybris.bootstrap.loader.metrics.internal.EventCounterKey
-
public class EventCounterKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EventCounterKey(java.lang.String name, EventType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()EventTypegetType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
EventCounterKey
public EventCounterKey(java.lang.String name, EventType type)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getType
public EventType getType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-