Interface AccruedInterestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Дата и время выплаты в часовом поясе UTC.
    com.google.protobuf.TimestampOrBuilder
    Дата и время выплаты в часовом поясе UTC.
    Номинал облигации.
    Номинал облигации.
    Величина выплаты.
    Величина выплаты.
    Величина выплаты в процентах от номинала.
    Величина выплаты в процентах от номинала.
    boolean
    Дата и время выплаты в часовом поясе UTC.
    boolean
    Номинал облигации.
    boolean
    Величина выплаты.
    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

    • hasDate

      boolean hasDate()
      Дата и время выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp date = 1;
      Returns:
      Whether the date field is set.
    • getDate

      com.google.protobuf.Timestamp getDate()
      Дата и время выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp date = 1;
      Returns:
      The date.
    • getDateOrBuilder

      com.google.protobuf.TimestampOrBuilder getDateOrBuilder()
      Дата и время выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp date = 1;
    • hasValue

      boolean hasValue()
      Величина выплаты.
       
      .tinkoff.public.invest.api.contract.v1.Quotation value = 2;
      Returns:
      Whether the value field is set.
    • getValue

      Quotation getValue()
      Величина выплаты.
       
      .tinkoff.public.invest.api.contract.v1.Quotation value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      QuotationOrBuilder getValueOrBuilder()
      Величина выплаты.
       
      .tinkoff.public.invest.api.contract.v1.Quotation value = 2;
    • hasValuePercent

      boolean hasValuePercent()
      Величина выплаты в процентах от номинала.
       
      .tinkoff.public.invest.api.contract.v1.Quotation value_percent = 3;
      Returns:
      Whether the valuePercent field is set.
    • getValuePercent

      Quotation getValuePercent()
      Величина выплаты в процентах от номинала.
       
      .tinkoff.public.invest.api.contract.v1.Quotation value_percent = 3;
      Returns:
      The valuePercent.
    • getValuePercentOrBuilder

      QuotationOrBuilder getValuePercentOrBuilder()
      Величина выплаты в процентах от номинала.
       
      .tinkoff.public.invest.api.contract.v1.Quotation value_percent = 3;
    • hasNominal

      boolean hasNominal()
      Номинал облигации.
       
      .tinkoff.public.invest.api.contract.v1.Quotation nominal = 4;
      Returns:
      Whether the nominal field is set.
    • getNominal

      Quotation getNominal()
      Номинал облигации.
       
      .tinkoff.public.invest.api.contract.v1.Quotation nominal = 4;
      Returns:
      The nominal.
    • getNominalOrBuilder

      QuotationOrBuilder getNominalOrBuilder()
      Номинал облигации.
       
      .tinkoff.public.invest.api.contract.v1.Quotation nominal = 4;