Class GetQuote


  • public class GetQuote
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String symbol  
    • Constructor Summary

      Constructors 
      Constructor Description
      GetQuote()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSymbol()
      Gets the value of the symbol property.
      void setSymbol​(java.lang.String value)
      Sets the value of the symbol property.
      • Methods inherited from class java.lang.Object

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

      • symbol

        protected java.lang.String symbol
    • Constructor Detail

      • GetQuote

        public GetQuote()
    • Method Detail

      • getSymbol

        public java.lang.String getSymbol()
        Gets the value of the symbol property.
        Returns:
        possible object is String
      • setSymbol

        public void setSymbol​(java.lang.String value)
        Sets the value of the symbol property.
        Parameters:
        value - allowed object is String