Class Tracking

    • Constructor Summary

      Constructors 
      Constructor Description
      Tracking​(org.xmlpull.v1.XmlPullParser p)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEvent()  
      java.lang.String getValue()  
      void setEvent​(java.lang.String event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tracking

        public Tracking​(org.xmlpull.v1.XmlPullParser p)
                 throws org.xmlpull.v1.XmlPullParserException,
                        java.io.IOException
        Throws:
        org.xmlpull.v1.XmlPullParserException
        java.io.IOException
    • Method Detail

      • getEvent

        public java.lang.String getEvent()
      • setEvent

        public void setEvent​(java.lang.String event)
      • getValue

        public java.lang.String getValue()