Class CursorResponse


public class CursorResponse extends BasicEntity<CursorResponse.Fields>
Состояние курсора для постраничного чтения ответа.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    Возвращает значение поля Index.
    Возвращает значение поля PageSize.
    Возвращает значение поля Total.

    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

    • getIndex

      public Long getIndex()
      Возвращает значение поля Index.
      Returns:
      значение поля или null, если оно отсутствует в ответе
    • getPageSize

      public Long getPageSize()
      Возвращает значение поля PageSize.
      Returns:
      значение поля или null, если оно отсутствует в ответе
    • getTotal

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