Class EngineResponse


public class EngineResponse extends BasicEntity<EngineResponse.Fields>
Торговая система MOEX ISS.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Поля табличной секции и ожидаемые Java-типы значений.
  • Method Summary

    Modifier and Type
    Method
    Description
    Возвращает значение поля Id.
    Возвращает значение поля Name.
    Возвращает значение поля ShortTitle.
    Возвращает значение поля Title.

    Methods inherited from class org.vlaskin.moexiss.entity.base.BasicEntity

    get, has

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getId

      public Integer getId()
      Возвращает значение поля Id.
      Returns:
      значение поля или null, если оно отсутствует в ответе
    • getName

      public String getName()
      Возвращает значение поля Name.
      Returns:
      значение поля или null, если оно отсутствует в ответе
    • getShortTitle

      public String getShortTitle()
      Возвращает значение поля ShortTitle.
      Returns:
      значение поля или null, если оно отсутствует в ответе
    • getTitle

      public String getTitle()
      Возвращает значение поля Title.
      Returns:
      значение поля или null, если оно отсутствует в ответе