Interface InstrumentLinkOrBuilder

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

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

    Modifier and Type
    Method
    Description
    uid идентификатор связанного инструмента.
    com.google.protobuf.ByteString
    uid идентификатор связанного инструмента.
    Тип связи.
    com.google.protobuf.ByteString
    Тип связи.

    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

    • getType

      String getType()
      Тип связи.
       
      string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      Тип связи.
       
      string type = 1;
      Returns:
      The bytes for type.
    • getInstrumentUid

      String getInstrumentUid()
      uid идентификатор связанного инструмента.
       
      string instrument_uid = 2;
      Returns:
      The instrumentUid.
    • getInstrumentUidBytes

      com.google.protobuf.ByteString getInstrumentUidBytes()
      uid идентификатор связанного инструмента.
       
      string instrument_uid = 2;
      Returns:
      The bytes for instrumentUid.