Class FocusPoint


  • public class FocusPoint
    extends java.lang.Object
    Fork of https://code.google.com/p/jgoogleanalytics/ Focus point of the application. It can represent data points like application load, application module load, user actions, error events etc.
    Version:
    : 0.1
    Author:
    : Siddique Hameed
    • Constructor Detail

      • FocusPoint

        public FocusPoint​(java.lang.String name)
      • FocusPoint

        public FocusPoint​(java.lang.String name,
                          FocusPoint parentFocusPoint)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setParentTrackPoint

        public void setParentTrackPoint​(FocusPoint parentFocusPoint)
      • getParentFocusPoint

        public FocusPoint getParentFocusPoint()
      • getContentURI

        public java.lang.String getContentURI()
      • getContentTitle

        public java.lang.String getContentTitle()