Interface GetBondCouponsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetBondCouponsResponse, GetBondCouponsResponse.Builder

public interface GetBondCouponsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getEvents(int index)
    repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
    int
    repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
    repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
    getEventsOrBuilder(int index)
    repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
    repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEventsList

      List<Coupon> getEventsList()
      repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
    • getEvents

      Coupon getEvents(int index)
      repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
    • getEventsCount

      int getEventsCount()
      repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
    • getEventsOrBuilderList

      List<? extends CouponOrBuilder> getEventsOrBuilderList()
      repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;
    • getEventsOrBuilder

      CouponOrBuilder getEventsOrBuilder(int index)
      repeated .tinkoff.public.invest.api.contract.v1.Coupon events = 1;