Interface BondResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Информация об облигации.
    Информация об облигации.
    boolean
    Информация об облигации.

    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

    • hasInstrument

      boolean hasInstrument()
       Информация об облигации.
       
      .tinkoff.public.invest.api.contract.v1.Bond instrument = 1;
      Returns:
      Whether the instrument field is set.
    • getInstrument

      Bond getInstrument()
       Информация об облигации.
       
      .tinkoff.public.invest.api.contract.v1.Bond instrument = 1;
      Returns:
      The instrument.
    • getInstrumentOrBuilder

      BondOrBuilder getInstrumentOrBuilder()
       Информация об облигации.
       
      .tinkoff.public.invest.api.contract.v1.Bond instrument = 1;