All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.GetBondCouponsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: instruments.proto

package ru.tinkoff.piapi.contract.v1;

public interface GetBondCouponsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetBondCouponsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
   */
  java.util.List 
      getEventsList();
  /**
   * repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
   */
  ru.tinkoff.piapi.contract.v1.Coupon getEvents(int index);
  /**
   * repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
   */
  int getEventsCount();
  /**
   * repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
   */
  java.util.List 
      getEventsOrBuilderList();
  /**
   * repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
   */
  ru.tinkoff.piapi.contract.v1.CouponOrBuilder getEventsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy