Package io.factorhouse.kpow.key
Class Taxon
- java.lang.Object
-
- io.factorhouse.kpow.key.Taxon
-
public class Taxon extends Object
An internal class which represents a hierarchical identifier used by Kpow'sKeyStrategyto key metrics data.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()Returns the domain of the Taxon.StringgetDomainId()Returns the domain ID of the Taxon.StringgetObject()Returns the object of the Taxon.StringgetObjectId()Returns the object ID of the Taxon.
-
-
-
Method Detail
-
getDomain
public String getDomain()
Returns the domain of the Taxon.- Returns:
- the domain
-
getObject
public String getObject()
Returns the object of the Taxon.- Returns:
- the object
-
getObjectId
public String getObjectId()
Returns the object ID of the Taxon.- Returns:
- the object ID
-
getDomainId
public String getDomainId()
Returns the domain ID of the Taxon.- Returns:
- the domain ID
-
-