Package ru.tinkoff.piapi.contract.v1
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 TypeMethodDescriptionuid идентификатор связанного инструмента.com.google.protobuf.ByteStringuid идентификатор связанного инструмента.getType()Тип связи.com.google.protobuf.ByteStringТип связи.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
-
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.
-