Package ru.tinkoff.piapi.contract.v1
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 TypeMethodDescriptioncom.google.protobuf.TimestampgetDate()Дата и время выплаты в часовом поясе UTC.com.google.protobuf.TimestampOrBuilderДата и время выплаты в часовом поясе UTC.Номинал облигации.Номинал облигации.getValue()Величина выплаты.Величина выплаты.Величина выплаты в процентах от номинала.Величина выплаты в процентах от номинала.booleanhasDate()Дата и время выплаты в часовом поясе UTC.booleanНоминал облигации.booleanhasValue()Величина выплаты.booleanВеличина выплаты в процентах от номинала.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-