Class MarkerValue


  • public final class MarkerValue
    extends Object
    TODO: Write java doc.
    • Constructor Detail

      • MarkerValue

        public MarkerValue​(String prefix,
                           String postfix)
        Creates a new marker with the specified arguments.
        Parameters:
        prefix - the marker prefix
        postfix - the marker postfix
    • Method Detail

      • getPrefix

        public String getPrefix()
        Gets the marker prefix.
        Returns:
        returns the marker prefix
      • getPostfix

        public String getPostfix()
        Gets the marker postfix.
        Returns:
        returns the marker postfix
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object