Class OperationItem

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
ru.tinkoff.piapi.contract.v1.OperationItem
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, OperationItemOrBuilder

public final class OperationItem extends com.google.protobuf.GeneratedMessageV3 implements OperationItemOrBuilder
Данные об операции.
 
Protobuf type tinkoff.public.invest.api.contract.v1.OperationItem
See Also:
  • Field Details

    • CURSOR_FIELD_NUMBER

      public static final int CURSOR_FIELD_NUMBER
      See Also:
    • BROKER_ACCOUNT_ID_FIELD_NUMBER

      public static final int BROKER_ACCOUNT_ID_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • PARENT_OPERATION_ID_FIELD_NUMBER

      public static final int PARENT_OPERATION_ID_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • DATE_FIELD_NUMBER

      public static final int DATE_FIELD_NUMBER
      See Also:
    • TYPE_FIELD_NUMBER

      public static final int TYPE_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • STATE_FIELD_NUMBER

      public static final int STATE_FIELD_NUMBER
      See Also:
    • INSTRUMENT_UID_FIELD_NUMBER

      public static final int INSTRUMENT_UID_FIELD_NUMBER
      See Also:
    • FIGI_FIELD_NUMBER

      public static final int FIGI_FIELD_NUMBER
      See Also:
    • INSTRUMENT_TYPE_FIELD_NUMBER

      public static final int INSTRUMENT_TYPE_FIELD_NUMBER
      See Also:
    • INSTRUMENT_KIND_FIELD_NUMBER

      public static final int INSTRUMENT_KIND_FIELD_NUMBER
      See Also:
    • PAYMENT_FIELD_NUMBER

      public static final int PAYMENT_FIELD_NUMBER
      See Also:
    • PRICE_FIELD_NUMBER

      public static final int PRICE_FIELD_NUMBER
      See Also:
    • COMMISSION_FIELD_NUMBER

      public static final int COMMISSION_FIELD_NUMBER
      See Also:
    • YIELD_FIELD_NUMBER

      public static final int YIELD_FIELD_NUMBER
      See Also:
    • YIELD_RELATIVE_FIELD_NUMBER

      public static final int YIELD_RELATIVE_FIELD_NUMBER
      See Also:
    • ACCRUED_INT_FIELD_NUMBER

      public static final int ACCRUED_INT_FIELD_NUMBER
      See Also:
    • QUANTITY_FIELD_NUMBER

      public static final int QUANTITY_FIELD_NUMBER
      See Also:
    • QUANTITY_REST_FIELD_NUMBER

      public static final int QUANTITY_REST_FIELD_NUMBER
      See Also:
    • QUANTITY_DONE_FIELD_NUMBER

      public static final int QUANTITY_DONE_FIELD_NUMBER
      See Also:
    • CANCEL_DATE_TIME_FIELD_NUMBER

      public static final int CANCEL_DATE_TIME_FIELD_NUMBER
      See Also:
    • CANCEL_REASON_FIELD_NUMBER

      public static final int CANCEL_REASON_FIELD_NUMBER
      See Also:
    • TRADES_INFO_FIELD_NUMBER

      public static final int TRADES_INFO_FIELD_NUMBER
      See Also:
    • ASSET_UID_FIELD_NUMBER

      public static final int ASSET_UID_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • 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
    • getCursor

      public String getCursor()
      Курсор.
       
      string cursor = 1;
      Specified by:
      getCursor in interface OperationItemOrBuilder
      Returns:
      The cursor.
    • getCursorBytes

      public com.google.protobuf.ByteString getCursorBytes()
      Курсор.
       
      string cursor = 1;
      Specified by:
      getCursorBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for cursor.
    • getBrokerAccountId

      public String getBrokerAccountId()
      Номер счета клиента.
       
      string broker_account_id = 6;
      Specified by:
      getBrokerAccountId in interface OperationItemOrBuilder
      Returns:
      The brokerAccountId.
    • getBrokerAccountIdBytes

      public com.google.protobuf.ByteString getBrokerAccountIdBytes()
      Номер счета клиента.
       
      string broker_account_id = 6;
      Specified by:
      getBrokerAccountIdBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for brokerAccountId.
    • getId

      public String getId()
      Идентификатор операции, может меняться с течением времени.
       
      string id = 16;
      Specified by:
      getId in interface OperationItemOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
      Идентификатор операции, может меняться с течением времени.
       
      string id = 16;
      Specified by:
      getIdBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for id.
    • getParentOperationId

      public String getParentOperationId()
      Идентификатор родительской операции, может измениться, если изменился id родительской операции.
       
      string parent_operation_id = 17;
      Specified by:
      getParentOperationId in interface OperationItemOrBuilder
      Returns:
      The parentOperationId.
    • getParentOperationIdBytes

      public com.google.protobuf.ByteString getParentOperationIdBytes()
      Идентификатор родительской операции, может измениться, если изменился id родительской операции.
       
      string parent_operation_id = 17;
      Specified by:
      getParentOperationIdBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for parentOperationId.
    • getName

      public String getName()
      Название операции.
       
      string name = 18;
      Specified by:
      getName in interface OperationItemOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      Название операции.
       
      string name = 18;
      Specified by:
      getNameBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for name.
    • hasDate

      public boolean hasDate()
      Дата поручения.
       
      .google.protobuf.Timestamp date = 21;
      Specified by:
      hasDate in interface OperationItemOrBuilder
      Returns:
      Whether the date field is set.
    • getDate

      public com.google.protobuf.Timestamp getDate()
      Дата поручения.
       
      .google.protobuf.Timestamp date = 21;
      Specified by:
      getDate in interface OperationItemOrBuilder
      Returns:
      The date.
    • getDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getDateOrBuilder()
      Дата поручения.
       
      .google.protobuf.Timestamp date = 21;
      Specified by:
      getDateOrBuilder in interface OperationItemOrBuilder
    • getTypeValue

      public int getTypeValue()
      Тип операции.
       
      .tinkoff.public.invest.api.contract.v1.OperationType type = 22;
      Specified by:
      getTypeValue in interface OperationItemOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • getType

      public OperationType getType()
      Тип операции.
       
      .tinkoff.public.invest.api.contract.v1.OperationType type = 22;
      Specified by:
      getType in interface OperationItemOrBuilder
      Returns:
      The type.
    • getDescription

      public String getDescription()
      Описание операции.
       
      string description = 23;
      Specified by:
      getDescription in interface OperationItemOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
      Описание операции.
       
      string description = 23;
      Specified by:
      getDescriptionBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for description.
    • getStateValue

      public int getStateValue()
      Статус поручения.
       
      .tinkoff.public.invest.api.contract.v1.OperationState state = 24;
      Specified by:
      getStateValue in interface OperationItemOrBuilder
      Returns:
      The enum numeric value on the wire for state.
    • getState

      public OperationState getState()
      Статус поручения.
       
      .tinkoff.public.invest.api.contract.v1.OperationState state = 24;
      Specified by:
      getState in interface OperationItemOrBuilder
      Returns:
      The state.
    • getInstrumentUid

      public String getInstrumentUid()
      Уникальный идентификатор инструмента.
       
      string instrument_uid = 31;
      Specified by:
      getInstrumentUid in interface OperationItemOrBuilder
      Returns:
      The instrumentUid.
    • getInstrumentUidBytes

      public com.google.protobuf.ByteString getInstrumentUidBytes()
      Уникальный идентификатор инструмента.
       
      string instrument_uid = 31;
      Specified by:
      getInstrumentUidBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for instrumentUid.
    • getFigi

      public String getFigi()
      Figi.
       
      string figi = 32;
      Specified by:
      getFigi in interface OperationItemOrBuilder
      Returns:
      The figi.
    • getFigiBytes

      public com.google.protobuf.ByteString getFigiBytes()
      Figi.
       
      string figi = 32;
      Specified by:
      getFigiBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for figi.
    • getInstrumentType

      public String getInstrumentType()
      Тип инструмента.
       
      string instrument_type = 33;
      Specified by:
      getInstrumentType in interface OperationItemOrBuilder
      Returns:
      The instrumentType.
    • getInstrumentTypeBytes

      public com.google.protobuf.ByteString getInstrumentTypeBytes()
      Тип инструмента.
       
      string instrument_type = 33;
      Specified by:
      getInstrumentTypeBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for instrumentType.
    • getInstrumentKindValue

      public int getInstrumentKindValue()
      Тип инструмента.
       
      .tinkoff.public.invest.api.contract.v1.InstrumentType instrument_kind = 34;
      Specified by:
      getInstrumentKindValue in interface OperationItemOrBuilder
      Returns:
      The enum numeric value on the wire for instrumentKind.
    • getInstrumentKind

      public InstrumentType getInstrumentKind()
      Тип инструмента.
       
      .tinkoff.public.invest.api.contract.v1.InstrumentType instrument_kind = 34;
      Specified by:
      getInstrumentKind in interface OperationItemOrBuilder
      Returns:
      The instrumentKind.
    • hasPayment

      public boolean hasPayment()
      Сумма операции.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue payment = 41;
      Specified by:
      hasPayment in interface OperationItemOrBuilder
      Returns:
      Whether the payment field is set.
    • getPayment

      public MoneyValue getPayment()
      Сумма операции.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue payment = 41;
      Specified by:
      getPayment in interface OperationItemOrBuilder
      Returns:
      The payment.
    • getPaymentOrBuilder

      public MoneyValueOrBuilder getPaymentOrBuilder()
      Сумма операции.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue payment = 41;
      Specified by:
      getPaymentOrBuilder in interface OperationItemOrBuilder
    • hasPrice

      public boolean hasPrice()
      Цена операции за 1 инструмент.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue price = 42;
      Specified by:
      hasPrice in interface OperationItemOrBuilder
      Returns:
      Whether the price field is set.
    • getPrice

      public MoneyValue getPrice()
      Цена операции за 1 инструмент.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue price = 42;
      Specified by:
      getPrice in interface OperationItemOrBuilder
      Returns:
      The price.
    • getPriceOrBuilder

      public MoneyValueOrBuilder getPriceOrBuilder()
      Цена операции за 1 инструмент.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue price = 42;
      Specified by:
      getPriceOrBuilder in interface OperationItemOrBuilder
    • hasCommission

      public boolean hasCommission()
      Комиссия.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue commission = 43;
      Specified by:
      hasCommission in interface OperationItemOrBuilder
      Returns:
      Whether the commission field is set.
    • getCommission

      public MoneyValue getCommission()
      Комиссия.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue commission = 43;
      Specified by:
      getCommission in interface OperationItemOrBuilder
      Returns:
      The commission.
    • getCommissionOrBuilder

      public MoneyValueOrBuilder getCommissionOrBuilder()
      Комиссия.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue commission = 43;
      Specified by:
      getCommissionOrBuilder in interface OperationItemOrBuilder
    • hasYield

      public boolean hasYield()
      Доходность.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue yield = 44;
      Specified by:
      hasYield in interface OperationItemOrBuilder
      Returns:
      Whether the yield field is set.
    • getYield

      public MoneyValue getYield()
      Доходность.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue yield = 44;
      Specified by:
      getYield in interface OperationItemOrBuilder
      Returns:
      The yield.
    • getYieldOrBuilder

      public MoneyValueOrBuilder getYieldOrBuilder()
      Доходность.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue yield = 44;
      Specified by:
      getYieldOrBuilder in interface OperationItemOrBuilder
    • hasYieldRelative

      public boolean hasYieldRelative()
      Относительная доходность.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_relative = 45;
      Specified by:
      hasYieldRelative in interface OperationItemOrBuilder
      Returns:
      Whether the yieldRelative field is set.
    • getYieldRelative

      public Quotation getYieldRelative()
      Относительная доходность.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_relative = 45;
      Specified by:
      getYieldRelative in interface OperationItemOrBuilder
      Returns:
      The yieldRelative.
    • getYieldRelativeOrBuilder

      public QuotationOrBuilder getYieldRelativeOrBuilder()
      Относительная доходность.
       
      .tinkoff.public.invest.api.contract.v1.Quotation yield_relative = 45;
      Specified by:
      getYieldRelativeOrBuilder in interface OperationItemOrBuilder
    • hasAccruedInt

      public boolean hasAccruedInt()
      Накопленный купонный доход.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue accrued_int = 46;
      Specified by:
      hasAccruedInt in interface OperationItemOrBuilder
      Returns:
      Whether the accruedInt field is set.
    • getAccruedInt

      public MoneyValue getAccruedInt()
      Накопленный купонный доход.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue accrued_int = 46;
      Specified by:
      getAccruedInt in interface OperationItemOrBuilder
      Returns:
      The accruedInt.
    • getAccruedIntOrBuilder

      public MoneyValueOrBuilder getAccruedIntOrBuilder()
      Накопленный купонный доход.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue accrued_int = 46;
      Specified by:
      getAccruedIntOrBuilder in interface OperationItemOrBuilder
    • getQuantity

      public long getQuantity()
      Количество единиц инструмента.
       
      int64 quantity = 51;
      Specified by:
      getQuantity in interface OperationItemOrBuilder
      Returns:
      The quantity.
    • getQuantityRest

      public long getQuantityRest()
      Неисполненный остаток по сделке.
       
      int64 quantity_rest = 52;
      Specified by:
      getQuantityRest in interface OperationItemOrBuilder
      Returns:
      The quantityRest.
    • getQuantityDone

      public long getQuantityDone()
      Исполненный остаток.
       
      int64 quantity_done = 53;
      Specified by:
      getQuantityDone in interface OperationItemOrBuilder
      Returns:
      The quantityDone.
    • hasCancelDateTime

      public boolean hasCancelDateTime()
      Дата и время снятия заявки.
       
      .google.protobuf.Timestamp cancel_date_time = 56;
      Specified by:
      hasCancelDateTime in interface OperationItemOrBuilder
      Returns:
      Whether the cancelDateTime field is set.
    • getCancelDateTime

      public com.google.protobuf.Timestamp getCancelDateTime()
      Дата и время снятия заявки.
       
      .google.protobuf.Timestamp cancel_date_time = 56;
      Specified by:
      getCancelDateTime in interface OperationItemOrBuilder
      Returns:
      The cancelDateTime.
    • getCancelDateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCancelDateTimeOrBuilder()
      Дата и время снятия заявки.
       
      .google.protobuf.Timestamp cancel_date_time = 56;
      Specified by:
      getCancelDateTimeOrBuilder in interface OperationItemOrBuilder
    • getCancelReason

      public String getCancelReason()
      Причина отмены операции.
       
      string cancel_reason = 57;
      Specified by:
      getCancelReason in interface OperationItemOrBuilder
      Returns:
      The cancelReason.
    • getCancelReasonBytes

      public com.google.protobuf.ByteString getCancelReasonBytes()
      Причина отмены операции.
       
      string cancel_reason = 57;
      Specified by:
      getCancelReasonBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for cancelReason.
    • hasTradesInfo

      public boolean hasTradesInfo()
      Массив сделок.
       
      .tinkoff.public.invest.api.contract.v1.OperationItemTrades trades_info = 61;
      Specified by:
      hasTradesInfo in interface OperationItemOrBuilder
      Returns:
      Whether the tradesInfo field is set.
    • getTradesInfo

      public OperationItemTrades getTradesInfo()
      Массив сделок.
       
      .tinkoff.public.invest.api.contract.v1.OperationItemTrades trades_info = 61;
      Specified by:
      getTradesInfo in interface OperationItemOrBuilder
      Returns:
      The tradesInfo.
    • getTradesInfoOrBuilder

      public OperationItemTradesOrBuilder getTradesInfoOrBuilder()
      Массив сделок.
       
      .tinkoff.public.invest.api.contract.v1.OperationItemTrades trades_info = 61;
      Specified by:
      getTradesInfoOrBuilder in interface OperationItemOrBuilder
    • getAssetUid

      public String getAssetUid()
      Идентификатор актива
       
      string asset_uid = 64;
      Specified by:
      getAssetUid in interface OperationItemOrBuilder
      Returns:
      The assetUid.
    • getAssetUidBytes

      public com.google.protobuf.ByteString getAssetUidBytes()
      Идентификатор актива
       
      string asset_uid = 64;
      Specified by:
      getAssetUidBytes in interface OperationItemOrBuilder
      Returns:
      The bytes for assetUid.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static OperationItem parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OperationItem parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OperationItem parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OperationItem parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OperationItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OperationItem parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static OperationItem parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OperationItem parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static OperationItem parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static OperationItem parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OperationItem parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static OperationItem parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public OperationItem.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static OperationItem.Builder newBuilder()
    • newBuilder

      public static OperationItem.Builder newBuilder(OperationItem prototype)
    • toBuilder

      public OperationItem.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected OperationItem.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static OperationItem getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<OperationItem> parser()
    • getParserForType

      public com.google.protobuf.Parser<OperationItem> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public OperationItem getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder