Class Indicator

java.lang.Object
com.github.oscerd.finnhub.models.Indicator

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]") public class Indicator extends Object
Indicator
  • Constructor Details

    • Indicator

      public Indicator()
  • Method Details

    • buy

      public Indicator buy(Long buy)
    • getBuy

      public Long getBuy()
      Number of buy signals
      Returns:
      buy
    • setBuy

      public void setBuy(Long buy)
    • neutral

      public Indicator neutral(Long neutral)
    • getNeutral

      public Long getNeutral()
      Number of neutral signals
      Returns:
      neutral
    • setNeutral

      public void setNeutral(Long neutral)
    • sell

      public Indicator sell(Long sell)
    • getSell

      public Long getSell()
      Number of sell signals
      Returns:
      sell
    • setSell

      public void setSell(Long sell)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object