Class Ticker

java.lang.Object
com.mypurecloud.sdk.v2.model.Ticker
All Implemented Interfaces:
Serializable

public class Ticker extends Object implements Serializable
Ticker
See Also:
  • Constructor Details

    • Ticker

      public Ticker()
    • Ticker

      public Ticker(Boolean initWithEmptyList)
  • Method Details

    • symbol

      public Ticker symbol(String symbol)
      The ticker symbol for this organization. Example: ININ, AAPL, MSFT, etc.
    • getSymbol

      public String getSymbol()
    • setSymbol

      public void setSymbol(String symbol)
    • exchange

      public Ticker exchange(String exchange)
      The exchange for this ticker symbol. Examples: NYSE, FTSE, NASDAQ, etc.
    • getExchange

      public String getExchange()
    • setExchange

      public void setExchange(String exchange)
    • 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