Class BoardResponse


public class BoardResponse extends BasicEntity<BoardResponse.Fields>
Режим торгов инструмента или рынка.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    Возвращает значение поля Code.
    Возвращает значение поля 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

    • getCode

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

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