Class AlertItem


  • public class AlertItem
    extends Object
    One price alert.
    • Field Detail

      • id

        public String id
        Alert ID.
      • indicatorId

        public String indicatorId
        Condition: "1"=price_rise, "2"=price_fall, "3"=pct_rise, "4"=pct_fall.
      • enabled

        public boolean enabled
        Whether the alert is active.
      • frequency

        public int frequency
        Frequency: 1=daily, 2=every_time, 3=once.
      • scope

        public int scope
        Scope.
      • text

        public String text
        Display text.
      • state

        public int[] state
        Trigger state flags.
      • valueMap

        public String valueMap
        Trigger value map, e.g. {"price":"500"} or {"chg":"5"}.
    • Constructor Detail

      • AlertItem

        public AlertItem()