public static final class Api.Instrument.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder> implements Api.InstrumentOrBuilder
api.Instrument| Modifier and Type | Method and Description |
|---|---|
Api.Instrument.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.Instrument |
build() |
Api.Instrument |
buildPartial() |
Api.Instrument.Builder |
clear() |
Api.Instrument.Builder |
clearCurrency()
string currency = 5; |
Api.Instrument.Builder |
clearExchangeCode()
string exchange_code = 4; |
Api.Instrument.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Api.Instrument.Builder |
clearInstrumentId()
string instrument_id = 3; |
Api.Instrument.Builder |
clearName()
string name = 1; |
Api.Instrument.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Api.Instrument.Builder |
clearSymbol()
string symbol = 2; |
Api.Instrument.Builder |
clone() |
String |
getCurrency()
string currency = 5; |
com.google.protobuf.ByteString |
getCurrencyBytes()
string currency = 5; |
Api.Instrument |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getExchangeCode()
string exchange_code = 4; |
com.google.protobuf.ByteString |
getExchangeCodeBytes()
string exchange_code = 4; |
String |
getInstrumentId()
string instrument_id = 3; |
com.google.protobuf.ByteString |
getInstrumentIdBytes()
string instrument_id = 3; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
String |
getSymbol()
string symbol = 2; |
com.google.protobuf.ByteString |
getSymbolBytes()
string symbol = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Api.Instrument.Builder |
mergeFrom(Api.Instrument other) |
Api.Instrument.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Api.Instrument.Builder |
mergeFrom(com.google.protobuf.Message other) |
Api.Instrument.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Api.Instrument.Builder |
setCurrency(String value)
string currency = 5; |
Api.Instrument.Builder |
setCurrencyBytes(com.google.protobuf.ByteString value)
string currency = 5; |
Api.Instrument.Builder |
setExchangeCode(String value)
string exchange_code = 4; |
Api.Instrument.Builder |
setExchangeCodeBytes(com.google.protobuf.ByteString value)
string exchange_code = 4; |
Api.Instrument.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Api.Instrument.Builder |
setInstrumentId(String value)
string instrument_id = 3; |
Api.Instrument.Builder |
setInstrumentIdBytes(com.google.protobuf.ByteString value)
string instrument_id = 3; |
Api.Instrument.Builder |
setName(String value)
string name = 1; |
Api.Instrument.Builder |
setNameBytes(com.google.protobuf.ByteString value)
string name = 1; |
Api.Instrument.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Api.Instrument.Builder |
setSymbol(String value)
string symbol = 2; |
Api.Instrument.Builder |
setSymbolBytes(com.google.protobuf.ByteString value)
string symbol = 2; |
Api.Instrument.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public Api.Instrument.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public Api.Instrument getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Api.Instrument build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Api.Instrument buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Api.Instrument.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public Api.Instrument.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public Api.Instrument.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public Api.Instrument.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public Api.Instrument.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public Api.Instrument.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public Api.Instrument.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Api.Instrument.Builder>public Api.Instrument.Builder mergeFrom(Api.Instrument other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public Api.Instrument.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Api.Instrument.Builder>IOExceptionpublic String getName()
string name = 1;getName in interface Api.InstrumentOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 1;getNameBytes in interface Api.InstrumentOrBuilderpublic Api.Instrument.Builder setName(String value)
string name = 1;value - The name to set.public Api.Instrument.Builder clearName()
string name = 1;public Api.Instrument.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 1;value - The bytes for name to set.public String getSymbol()
string symbol = 2;getSymbol in interface Api.InstrumentOrBuilderpublic com.google.protobuf.ByteString getSymbolBytes()
string symbol = 2;getSymbolBytes in interface Api.InstrumentOrBuilderpublic Api.Instrument.Builder setSymbol(String value)
string symbol = 2;value - The symbol to set.public Api.Instrument.Builder clearSymbol()
string symbol = 2;public Api.Instrument.Builder setSymbolBytes(com.google.protobuf.ByteString value)
string symbol = 2;value - The bytes for symbol to set.public String getInstrumentId()
string instrument_id = 3;getInstrumentId in interface Api.InstrumentOrBuilderpublic com.google.protobuf.ByteString getInstrumentIdBytes()
string instrument_id = 3;getInstrumentIdBytes in interface Api.InstrumentOrBuilderpublic Api.Instrument.Builder setInstrumentId(String value)
string instrument_id = 3;value - The instrumentId to set.public Api.Instrument.Builder clearInstrumentId()
string instrument_id = 3;public Api.Instrument.Builder setInstrumentIdBytes(com.google.protobuf.ByteString value)
string instrument_id = 3;value - The bytes for instrumentId to set.public String getExchangeCode()
string exchange_code = 4;getExchangeCode in interface Api.InstrumentOrBuilderpublic com.google.protobuf.ByteString getExchangeCodeBytes()
string exchange_code = 4;getExchangeCodeBytes in interface Api.InstrumentOrBuilderpublic Api.Instrument.Builder setExchangeCode(String value)
string exchange_code = 4;value - The exchangeCode to set.public Api.Instrument.Builder clearExchangeCode()
string exchange_code = 4;public Api.Instrument.Builder setExchangeCodeBytes(com.google.protobuf.ByteString value)
string exchange_code = 4;value - The bytes for exchangeCode to set.public String getCurrency()
string currency = 5;getCurrency in interface Api.InstrumentOrBuilderpublic com.google.protobuf.ByteString getCurrencyBytes()
string currency = 5;getCurrencyBytes in interface Api.InstrumentOrBuilderpublic Api.Instrument.Builder setCurrency(String value)
string currency = 5;value - The currency to set.public Api.Instrument.Builder clearCurrency()
string currency = 5;public Api.Instrument.Builder setCurrencyBytes(com.google.protobuf.ByteString value)
string currency = 5;value - The bytes for currency to set.public final Api.Instrument.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>public final Api.Instrument.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Api.Instrument.Builder>Copyright © 2025 Webull. All rights reserved.