Class TrackHits

    • Method Detail

      • _toJsonString

        public java.lang.String _toJsonString()
      • isCount

        public boolean isCount()
        Is this variant instance of kind count?
      • count

        public java.lang.Integer count()
        Get the count variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the count kind.
      • isEnabled

        public boolean isEnabled()
        Is this variant instance of kind enabled?
      • enabled

        public java.lang.Boolean enabled()
        Get the enabled variant value.
        Throws:
        java.lang.IllegalStateException - if the current variant is not of the enabled kind.