Interface OptionResponseOrBuilder

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

public interface OptionResponseOrBuilder 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.Option instrument = 1;
      Returns:
      Whether the instrument field is set.
    • getInstrument

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

      OptionOrBuilder getInstrumentOrBuilder()
       Информация по опциону.
       
      .tinkoff.public.invest.api.contract.v1.Option instrument = 1;