Class Dividend.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
ru.tinkoff.piapi.contract.v1.Dividend.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, DividendOrBuilder
Enclosing class:
Dividend

public static final class Dividend.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder> implements DividendOrBuilder
Информация о выплате.
 
Protobuf type tinkoff.public.invest.api.contract.v1.Dividend
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • clear

      public Dividend.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • getDefaultInstanceForType

      public Dividend getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Dividend build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Dividend buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Dividend.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • setField

      public Dividend.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • clearField

      public Dividend.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • clearOneof

      public Dividend.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • setRepeatedField

      public Dividend.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • addRepeatedField

      public Dividend.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • mergeFrom

      public Dividend.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Dividend.Builder>
    • mergeFrom

      public Dividend.Builder mergeFrom(Dividend other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • mergeFrom

      public Dividend.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Dividend.Builder>
      Throws:
      IOException
    • hasDividendNet

      public boolean hasDividendNet()
      Величина дивиденда на 1 ценную бумагу (включая валюту).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue dividend_net = 1;
      Specified by:
      hasDividendNet in interface DividendOrBuilder
      Returns:
      Whether the dividendNet field is set.
    • getDividendNet

      public MoneyValue getDividendNet()
      Величина дивиденда на 1 ценную бумагу (включая валюту).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue dividend_net = 1;
      Specified by:
      getDividendNet in interface DividendOrBuilder
      Returns:
      The dividendNet.
    • setDividendNet

      public Dividend.Builder setDividendNet(MoneyValue value)
      Величина дивиденда на 1 ценную бумагу (включая валюту).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue dividend_net = 1;
    • setDividendNet

      public Dividend.Builder setDividendNet(MoneyValue.Builder builderForValue)
      Величина дивиденда на 1 ценную бумагу (включая валюту).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue dividend_net = 1;
    • mergeDividendNet

      public Dividend.Builder mergeDividendNet(MoneyValue value)
      Величина дивиденда на 1 ценную бумагу (включая валюту).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue dividend_net = 1;
    • clearDividendNet

      public Dividend.Builder clearDividendNet()
      Величина дивиденда на 1 ценную бумагу (включая валюту).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue dividend_net = 1;
    • getDividendNetBuilder

      public MoneyValue.Builder getDividendNetBuilder()
      Величина дивиденда на 1 ценную бумагу (включая валюту).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue dividend_net = 1;
    • getDividendNetOrBuilder

      public MoneyValueOrBuilder getDividendNetOrBuilder()
      Величина дивиденда на 1 ценную бумагу (включая валюту).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue dividend_net = 1;
      Specified by:
      getDividendNetOrBuilder in interface DividendOrBuilder
    • hasPaymentDate

      public boolean hasPaymentDate()
      Дата фактических выплат в часовом поясе UTC.
       
      .google.protobuf.Timestamp payment_date = 2;
      Specified by:
      hasPaymentDate in interface DividendOrBuilder
      Returns:
      Whether the paymentDate field is set.
    • getPaymentDate

      public com.google.protobuf.Timestamp getPaymentDate()
      Дата фактических выплат в часовом поясе UTC.
       
      .google.protobuf.Timestamp payment_date = 2;
      Specified by:
      getPaymentDate in interface DividendOrBuilder
      Returns:
      The paymentDate.
    • setPaymentDate

      public Dividend.Builder setPaymentDate(com.google.protobuf.Timestamp value)
      Дата фактических выплат в часовом поясе UTC.
       
      .google.protobuf.Timestamp payment_date = 2;
    • setPaymentDate

      public Dividend.Builder setPaymentDate(com.google.protobuf.Timestamp.Builder builderForValue)
      Дата фактических выплат в часовом поясе UTC.
       
      .google.protobuf.Timestamp payment_date = 2;
    • mergePaymentDate

      public Dividend.Builder mergePaymentDate(com.google.protobuf.Timestamp value)
      Дата фактических выплат в часовом поясе UTC.
       
      .google.protobuf.Timestamp payment_date = 2;
    • clearPaymentDate

      public Dividend.Builder clearPaymentDate()
      Дата фактических выплат в часовом поясе UTC.
       
      .google.protobuf.Timestamp payment_date = 2;
    • getPaymentDateBuilder

      public com.google.protobuf.Timestamp.Builder getPaymentDateBuilder()
      Дата фактических выплат в часовом поясе UTC.
       
      .google.protobuf.Timestamp payment_date = 2;
    • getPaymentDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getPaymentDateOrBuilder()
      Дата фактических выплат в часовом поясе UTC.
       
      .google.protobuf.Timestamp payment_date = 2;
      Specified by:
      getPaymentDateOrBuilder in interface DividendOrBuilder
    • hasDeclaredDate

      public boolean hasDeclaredDate()
      Дата объявления дивидендов в часовом поясе UTC.
       
      .google.protobuf.Timestamp declared_date = 3;
      Specified by:
      hasDeclaredDate in interface DividendOrBuilder
      Returns:
      Whether the declaredDate field is set.
    • getDeclaredDate

      public com.google.protobuf.Timestamp getDeclaredDate()
      Дата объявления дивидендов в часовом поясе UTC.
       
      .google.protobuf.Timestamp declared_date = 3;
      Specified by:
      getDeclaredDate in interface DividendOrBuilder
      Returns:
      The declaredDate.
    • setDeclaredDate

      public Dividend.Builder setDeclaredDate(com.google.protobuf.Timestamp value)
      Дата объявления дивидендов в часовом поясе UTC.
       
      .google.protobuf.Timestamp declared_date = 3;
    • setDeclaredDate

      public Dividend.Builder setDeclaredDate(com.google.protobuf.Timestamp.Builder builderForValue)
      Дата объявления дивидендов в часовом поясе UTC.
       
      .google.protobuf.Timestamp declared_date = 3;
    • mergeDeclaredDate

      public Dividend.Builder mergeDeclaredDate(com.google.protobuf.Timestamp value)
      Дата объявления дивидендов в часовом поясе UTC.
       
      .google.protobuf.Timestamp declared_date = 3;
    • clearDeclaredDate

      public Dividend.Builder clearDeclaredDate()
      Дата объявления дивидендов в часовом поясе UTC.
       
      .google.protobuf.Timestamp declared_date = 3;
    • getDeclaredDateBuilder

      public com.google.protobuf.Timestamp.Builder getDeclaredDateBuilder()
      Дата объявления дивидендов в часовом поясе UTC.
       
      .google.protobuf.Timestamp declared_date = 3;
    • getDeclaredDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getDeclaredDateOrBuilder()
      Дата объявления дивидендов в часовом поясе UTC.
       
      .google.protobuf.Timestamp declared_date = 3;
      Specified by:
      getDeclaredDateOrBuilder in interface DividendOrBuilder
    • hasLastBuyDate

      public boolean hasLastBuyDate()
      Последний день (включительно) покупки для получения выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp last_buy_date = 4;
      Specified by:
      hasLastBuyDate in interface DividendOrBuilder
      Returns:
      Whether the lastBuyDate field is set.
    • getLastBuyDate

      public com.google.protobuf.Timestamp getLastBuyDate()
      Последний день (включительно) покупки для получения выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp last_buy_date = 4;
      Specified by:
      getLastBuyDate in interface DividendOrBuilder
      Returns:
      The lastBuyDate.
    • setLastBuyDate

      public Dividend.Builder setLastBuyDate(com.google.protobuf.Timestamp value)
      Последний день (включительно) покупки для получения выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp last_buy_date = 4;
    • setLastBuyDate

      public Dividend.Builder setLastBuyDate(com.google.protobuf.Timestamp.Builder builderForValue)
      Последний день (включительно) покупки для получения выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp last_buy_date = 4;
    • mergeLastBuyDate

      public Dividend.Builder mergeLastBuyDate(com.google.protobuf.Timestamp value)
      Последний день (включительно) покупки для получения выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp last_buy_date = 4;
    • clearLastBuyDate

      public Dividend.Builder clearLastBuyDate()
      Последний день (включительно) покупки для получения выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp last_buy_date = 4;
    • getLastBuyDateBuilder

      public com.google.protobuf.Timestamp.Builder getLastBuyDateBuilder()
      Последний день (включительно) покупки для получения выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp last_buy_date = 4;
    • getLastBuyDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getLastBuyDateOrBuilder()
      Последний день (включительно) покупки для получения выплаты в часовом поясе UTC.
       
      .google.protobuf.Timestamp last_buy_date = 4;
      Specified by:
      getLastBuyDateOrBuilder in interface DividendOrBuilder
    • getDividendType

      public String getDividendType()
      Тип выплаты. Возможные значения: Regular Cash – регулярные выплаты, Cancelled – выплата отменена, Daily Accrual – ежедневное начисление, Return of Capital – возврат капитала, прочие типы выплат.
       
      string dividend_type = 5;
      Specified by:
      getDividendType in interface DividendOrBuilder
      Returns:
      The dividendType.
    • getDividendTypeBytes

      public com.google.protobuf.ByteString getDividendTypeBytes()
      Тип выплаты. Возможные значения: Regular Cash – регулярные выплаты, Cancelled – выплата отменена, Daily Accrual – ежедневное начисление, Return of Capital – возврат капитала, прочие типы выплат.
       
      string dividend_type = 5;
      Specified by:
      getDividendTypeBytes in interface DividendOrBuilder
      Returns:
      The bytes for dividendType.
    • setDividendType

      public Dividend.Builder setDividendType(String value)
      Тип выплаты. Возможные значения: Regular Cash – регулярные выплаты, Cancelled – выплата отменена, Daily Accrual – ежедневное начисление, Return of Capital – возврат капитала, прочие типы выплат.
       
      string dividend_type = 5;
      Parameters:
      value - The dividendType to set.
      Returns:
      This builder for chaining.
    • clearDividendType

      public Dividend.Builder clearDividendType()
      Тип выплаты. Возможные значения: Regular Cash – регулярные выплаты, Cancelled – выплата отменена, Daily Accrual – ежедневное начисление, Return of Capital – возврат капитала, прочие типы выплат.
       
      string dividend_type = 5;
      Returns:
      This builder for chaining.
    • setDividendTypeBytes

      public Dividend.Builder setDividendTypeBytes(com.google.protobuf.ByteString value)
      Тип выплаты. Возможные значения: Regular Cash – регулярные выплаты, Cancelled – выплата отменена, Daily Accrual – ежедневное начисление, Return of Capital – возврат капитала, прочие типы выплат.
       
      string dividend_type = 5;
      Parameters:
      value - The bytes for dividendType to set.
      Returns:
      This builder for chaining.
    • hasRecordDate

      public boolean hasRecordDate()
      Дата фиксации реестра в часовом поясе UTC.
       
      .google.protobuf.Timestamp record_date = 6;
      Specified by:
      hasRecordDate in interface DividendOrBuilder
      Returns:
      Whether the recordDate field is set.
    • getRecordDate

      public com.google.protobuf.Timestamp getRecordDate()
      Дата фиксации реестра в часовом поясе UTC.
       
      .google.protobuf.Timestamp record_date = 6;
      Specified by:
      getRecordDate in interface DividendOrBuilder
      Returns:
      The recordDate.
    • setRecordDate

      public Dividend.Builder setRecordDate(com.google.protobuf.Timestamp value)
      Дата фиксации реестра в часовом поясе UTC.
       
      .google.protobuf.Timestamp record_date = 6;
    • setRecordDate

      public Dividend.Builder setRecordDate(com.google.protobuf.Timestamp.Builder builderForValue)
      Дата фиксации реестра в часовом поясе UTC.
       
      .google.protobuf.Timestamp record_date = 6;
    • mergeRecordDate

      public Dividend.Builder mergeRecordDate(com.google.protobuf.Timestamp value)
      Дата фиксации реестра в часовом поясе UTC.
       
      .google.protobuf.Timestamp record_date = 6;
    • clearRecordDate

      public Dividend.Builder clearRecordDate()
      Дата фиксации реестра в часовом поясе UTC.
       
      .google.protobuf.Timestamp record_date = 6;
    • getRecordDateBuilder

      public com.google.protobuf.Timestamp.Builder getRecordDateBuilder()
      Дата фиксации реестра в часовом поясе UTC.
       
      .google.protobuf.Timestamp record_date = 6;
    • getRecordDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getRecordDateOrBuilder()
      Дата фиксации реестра в часовом поясе UTC.
       
      .google.protobuf.Timestamp record_date = 6;
      Specified by:
      getRecordDateOrBuilder in interface DividendOrBuilder
    • getRegularity

      public String getRegularity()
      Регулярность выплаты. Возможные значения: Annual – ежегодная, Semi-Anl – каждые полгода, прочие типы выплат.
       
      string regularity = 7;
      Specified by:
      getRegularity in interface DividendOrBuilder
      Returns:
      The regularity.
    • getRegularityBytes

      public com.google.protobuf.ByteString getRegularityBytes()
      Регулярность выплаты. Возможные значения: Annual – ежегодная, Semi-Anl – каждые полгода, прочие типы выплат.
       
      string regularity = 7;
      Specified by:
      getRegularityBytes in interface DividendOrBuilder
      Returns:
      The bytes for regularity.
    • setRegularity

      public Dividend.Builder setRegularity(String value)
      Регулярность выплаты. Возможные значения: Annual – ежегодная, Semi-Anl – каждые полгода, прочие типы выплат.
       
      string regularity = 7;
      Parameters:
      value - The regularity to set.
      Returns:
      This builder for chaining.
    • clearRegularity

      public Dividend.Builder clearRegularity()
      Регулярность выплаты. Возможные значения: Annual – ежегодная, Semi-Anl – каждые полгода, прочие типы выплат.
       
      string regularity = 7;
      Returns:
      This builder for chaining.
    • setRegularityBytes

      public Dividend.Builder setRegularityBytes(com.google.protobuf.ByteString value)
      Регулярность выплаты. Возможные значения: Annual – ежегодная, Semi-Anl – каждые полгода, прочие типы выплат.
       
      string regularity = 7;
      Parameters:
      value - The bytes for regularity to set.
      Returns:
      This builder for chaining.
    • hasClosePrice

      public boolean hasClosePrice()
      Цена закрытия инструмента на момент ex_dividend_date.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue close_price = 8;
      Specified by:
      hasClosePrice in interface DividendOrBuilder
      Returns:
      Whether the closePrice field is set.
    • getClosePrice

      public MoneyValue getClosePrice()
      Цена закрытия инструмента на момент ex_dividend_date.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue close_price = 8;
      Specified by:
      getClosePrice in interface DividendOrBuilder
      Returns:
      The closePrice.
    • setClosePrice

      public Dividend.Builder setClosePrice(MoneyValue value)
      Цена закрытия инструмента на момент ex_dividend_date.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue close_price = 8;
    • setClosePrice

      public Dividend.Builder setClosePrice(MoneyValue.Builder builderForValue)
      Цена закрытия инструмента на момент ex_dividend_date.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue close_price = 8;
    • mergeClosePrice

      public Dividend.Builder mergeClosePrice(MoneyValue value)
      Цена закрытия инструмента на момент ex_dividend_date.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue close_price = 8;
    • clearClosePrice

      public Dividend.Builder clearClosePrice()
      Цена закрытия инструмента на момент ex_dividend_date.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue close_price = 8;
    • getClosePriceBuilder

      public MoneyValue.Builder getClosePriceBuilder()
      Цена закрытия инструмента на момент ex_dividend_date.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue close_price = 8;
    • getClosePriceOrBuilder

      public MoneyValueOrBuilder getClosePriceOrBuilder()
      Цена закрытия инструмента на момент ex_dividend_date.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue close_price = 8;
      Specified by:
      getClosePriceOrBuilder in interface DividendOrBuilder
    • hasYieldValue

      public boolean hasYieldValue()
      Величина доходности.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_value = 9;
      Specified by:
      hasYieldValue in interface DividendOrBuilder
      Returns:
      Whether the yieldValue field is set.
    • getYieldValue

      public Quotation getYieldValue()
      Величина доходности.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_value = 9;
      Specified by:
      getYieldValue in interface DividendOrBuilder
      Returns:
      The yieldValue.
    • setYieldValue

      public Dividend.Builder setYieldValue(Quotation value)
      Величина доходности.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_value = 9;
    • setYieldValue

      public Dividend.Builder setYieldValue(Quotation.Builder builderForValue)
      Величина доходности.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_value = 9;
    • mergeYieldValue

      public Dividend.Builder mergeYieldValue(Quotation value)
      Величина доходности.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_value = 9;
    • clearYieldValue

      public Dividend.Builder clearYieldValue()
      Величина доходности.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_value = 9;
    • getYieldValueBuilder

      public Quotation.Builder getYieldValueBuilder()
      Величина доходности.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_value = 9;
    • getYieldValueOrBuilder

      public QuotationOrBuilder getYieldValueOrBuilder()
      Величина доходности.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_value = 9;
      Specified by:
      getYieldValueOrBuilder in interface DividendOrBuilder
    • hasCreatedAt

      public boolean hasCreatedAt()
      Дата и время создания записи в часовом поясе UTC.
       
      .google.protobuf.Timestamp created_at = 10;
      Specified by:
      hasCreatedAt in interface DividendOrBuilder
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      public com.google.protobuf.Timestamp getCreatedAt()
      Дата и время создания записи в часовом поясе UTC.
       
      .google.protobuf.Timestamp created_at = 10;
      Specified by:
      getCreatedAt in interface DividendOrBuilder
      Returns:
      The createdAt.
    • setCreatedAt

      public Dividend.Builder setCreatedAt(com.google.protobuf.Timestamp value)
      Дата и время создания записи в часовом поясе UTC.
       
      .google.protobuf.Timestamp created_at = 10;
    • setCreatedAt

      public Dividend.Builder setCreatedAt(com.google.protobuf.Timestamp.Builder builderForValue)
      Дата и время создания записи в часовом поясе UTC.
       
      .google.protobuf.Timestamp created_at = 10;
    • mergeCreatedAt

      public Dividend.Builder mergeCreatedAt(com.google.protobuf.Timestamp value)
      Дата и время создания записи в часовом поясе UTC.
       
      .google.protobuf.Timestamp created_at = 10;
    • clearCreatedAt

      public Dividend.Builder clearCreatedAt()
      Дата и время создания записи в часовом поясе UTC.
       
      .google.protobuf.Timestamp created_at = 10;
    • getCreatedAtBuilder

      public com.google.protobuf.Timestamp.Builder getCreatedAtBuilder()
      Дата и время создания записи в часовом поясе UTC.
       
      .google.protobuf.Timestamp created_at = 10;
    • getCreatedAtOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
      Дата и время создания записи в часовом поясе UTC.
       
      .google.protobuf.Timestamp created_at = 10;
      Specified by:
      getCreatedAtOrBuilder in interface DividendOrBuilder
    • setUnknownFields

      public final Dividend.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>
    • mergeUnknownFields

      public final Dividend.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Dividend.Builder>