public final class QuoteData extends com.google.protobuf.GeneratedMessageV3 implements QuoteDataOrBuilder
com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData| 限定符和类型 | 类和说明 |
|---|---|
static class |
QuoteData.Builder
Protobuf type
com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData |
static class |
QuoteData.Minute
Protobuf type
com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute |
static interface |
QuoteData.MinuteOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
AMOUNT_FIELD_NUMBER |
static int |
ASKPRICE_FIELD_NUMBER |
static int |
ASKSIZE_FIELD_NUMBER |
static int |
ASKTIMESTAMP_FIELD_NUMBER |
static int |
AVGPRICE_FIELD_NUMBER |
static int |
BIDPRICE_FIELD_NUMBER |
static int |
BIDSIZE_FIELD_NUMBER |
static int |
BIDTIMESTAMP_FIELD_NUMBER |
static int |
HIGH_FIELD_NUMBER |
static int |
HOURTRADINGTAG_FIELD_NUMBER |
static int |
IDENTIFIER_FIELD_NUMBER |
static int |
LATESTPRICE_FIELD_NUMBER |
static int |
LATESTPRICETIMESTAMP_FIELD_NUMBER |
static int |
LATESTTIME_FIELD_NUMBER |
static int |
LOW_FIELD_NUMBER |
static int |
MARKETSTATUS_FIELD_NUMBER |
static int |
MI_FIELD_NUMBER |
static int |
MINTICK_FIELD_NUMBER |
static int |
OPEN_FIELD_NUMBER |
static int |
OPENINT_FIELD_NUMBER |
static int |
PRECLOSE_FIELD_NUMBER |
static int |
PRESETTLEMENT_FIELD_NUMBER |
static int |
SERVERTIMESTAMP_FIELD_NUMBER |
static int |
SYMBOL_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
TRADETIME_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
VOLUME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
double |
getAmount()
required when type is 'BASIC', Futures and Options data not support
optional double amount = 11; |
double |
getAskPrice()
required when type is 'BBO'
optional double askPrice = 17; |
long |
getAskSize()
required when type is 'BBO'
optional sint64 askSize = 18; |
long |
getAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19; |
double |
getAvgPrice()
Options data not support
optional double avgPrice = 5; |
double |
getBidPrice()
required when type is 'BBO'
optional double bidPrice = 20; |
long |
getBidSize()
required when type is 'BBO'
optional sint64 bidSize = 21; |
long |
getBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22; |
static QuoteData |
getDefaultInstance() |
QuoteData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getHigh()
required when symbol in HK market
optional double high = 13; |
String |
getHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15; |
com.google.protobuf.ByteString |
getHourTradingTagBytes()
Pre/Post-Mkt
optional string hourTradingTag = 15; |
String |
getIdentifier()
only Options support
optional string identifier = 23; |
com.google.protobuf.ByteString |
getIdentifierBytes()
only Options support
optional string identifier = 23; |
double |
getLatestPrice()
required when type is 'BASIC'
optional double latestPrice = 6; |
long |
getLatestPriceTimestamp()
required when type is 'BASIC', Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7; |
String |
getLatestTime()
required when type is 'BASIC'
optional string latestTime = 8; |
com.google.protobuf.ByteString |
getLatestTimeBytes()
required when type is 'BASIC'
optional string latestTime = 8; |
double |
getLow()
required when symbol in HK market
optional double low = 14; |
String |
getMarketStatus()
optional string marketStatus = 16; |
com.google.protobuf.ByteString |
getMarketStatusBytes()
optional string marketStatus = 16; |
QuoteData.Minute |
getMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28; |
float |
getMinTick()
min tick, only Futures support
optional float minTick = 27; |
QuoteData.MinuteOrBuilder |
getMiOrBuilder()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28; |
double |
getOpen()
required when symbol in HK market
optional double open = 12; |
long |
getOpenInt()
open interest, only Options support
optional sint64 openInt = 24; |
com.google.protobuf.Parser<QuoteData> |
getParserForType() |
double |
getPreClose()
required when type is 'BASIC'
optional double preClose = 9; |
double |
getPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26; |
int |
getSerializedSize() |
long |
getServerTimestamp()
optional uint64 serverTimestamp = 4; |
String |
getSymbol()
string symbol = 1; |
com.google.protobuf.ByteString |
getSymbolBytes()
string symbol = 1; |
long |
getTimestamp()
uint64 timestamp = 3; |
long |
getTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25; |
SocketCommon.QuoteType |
getType()
ALL/BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2; |
int |
getTypeValue()
ALL/BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2; |
long |
getVolume()
required when type is 'BASIC'
optional sint64 volume = 10; |
boolean |
hasAmount()
required when type is 'BASIC', Futures and Options data not support
optional double amount = 11; |
boolean |
hasAskPrice()
required when type is 'BBO'
optional double askPrice = 17; |
boolean |
hasAskSize()
required when type is 'BBO'
optional sint64 askSize = 18; |
boolean |
hasAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19; |
boolean |
hasAvgPrice()
Options data not support
optional double avgPrice = 5; |
boolean |
hasBidPrice()
required when type is 'BBO'
optional double bidPrice = 20; |
boolean |
hasBidSize()
required when type is 'BBO'
optional sint64 bidSize = 21; |
boolean |
hasBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22; |
int |
hashCode() |
boolean |
hasHigh()
required when symbol in HK market
optional double high = 13; |
boolean |
hasHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15; |
boolean |
hasIdentifier()
only Options support
optional string identifier = 23; |
boolean |
hasLatestPrice()
required when type is 'BASIC'
optional double latestPrice = 6; |
boolean |
hasLatestPriceTimestamp()
required when type is 'BASIC', Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7; |
boolean |
hasLatestTime()
required when type is 'BASIC'
optional string latestTime = 8; |
boolean |
hasLow()
required when symbol in HK market
optional double low = 14; |
boolean |
hasMarketStatus()
optional string marketStatus = 16; |
boolean |
hasMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28; |
boolean |
hasMinTick()
min tick, only Futures support
optional float minTick = 27; |
boolean |
hasOpen()
required when symbol in HK market
optional double open = 12; |
boolean |
hasOpenInt()
open interest, only Options support
optional sint64 openInt = 24; |
boolean |
hasPreClose()
required when type is 'BASIC'
optional double preClose = 9; |
boolean |
hasPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26; |
boolean |
hasServerTimestamp()
optional uint64 serverTimestamp = 4; |
boolean |
hasTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25; |
boolean |
hasVolume()
required when type is 'BASIC'
optional sint64 volume = 10; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static QuoteData.Builder |
newBuilder() |
static QuoteData.Builder |
newBuilder(QuoteData prototype) |
QuoteData.Builder |
newBuilderForType() |
protected QuoteData.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static QuoteData |
parseDelimitedFrom(InputStream input) |
static QuoteData |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteData |
parseFrom(byte[] data) |
static QuoteData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteData |
parseFrom(ByteBuffer data) |
static QuoteData |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteData |
parseFrom(com.google.protobuf.ByteString data) |
static QuoteData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QuoteData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuoteData |
parseFrom(InputStream input) |
static QuoteData |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<QuoteData> |
parser() |
QuoteData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int SYMBOL_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int SERVERTIMESTAMP_FIELD_NUMBER
public static final int AVGPRICE_FIELD_NUMBER
public static final int LATESTPRICE_FIELD_NUMBER
public static final int LATESTPRICETIMESTAMP_FIELD_NUMBER
public static final int LATESTTIME_FIELD_NUMBER
public static final int PRECLOSE_FIELD_NUMBER
public static final int VOLUME_FIELD_NUMBER
public static final int AMOUNT_FIELD_NUMBER
public static final int OPEN_FIELD_NUMBER
public static final int HIGH_FIELD_NUMBER
public static final int LOW_FIELD_NUMBER
public static final int HOURTRADINGTAG_FIELD_NUMBER
public static final int MARKETSTATUS_FIELD_NUMBER
public static final int ASKPRICE_FIELD_NUMBER
public static final int ASKSIZE_FIELD_NUMBER
public static final int ASKTIMESTAMP_FIELD_NUMBER
public static final int BIDPRICE_FIELD_NUMBER
public static final int BIDSIZE_FIELD_NUMBER
public static final int BIDTIMESTAMP_FIELD_NUMBER
public static final int IDENTIFIER_FIELD_NUMBER
public static final int OPENINT_FIELD_NUMBER
public static final int TRADETIME_FIELD_NUMBER
public static final int PRESETTLEMENT_FIELD_NUMBER
public static final int MINTICK_FIELD_NUMBER
public static final int MI_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getSymbol()
string symbol = 1;getSymbol 在接口中 QuoteDataOrBuilderpublic com.google.protobuf.ByteString getSymbolBytes()
string symbol = 1;getSymbolBytes 在接口中 QuoteDataOrBuilderpublic int getTypeValue()
ALL/BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;getTypeValue 在接口中 QuoteDataOrBuilderpublic SocketCommon.QuoteType getType()
ALL/BASIC/BBO
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.QuoteType type = 2;getType 在接口中 QuoteDataOrBuilderpublic long getTimestamp()
uint64 timestamp = 3;getTimestamp 在接口中 QuoteDataOrBuilderpublic boolean hasServerTimestamp()
optional uint64 serverTimestamp = 4;hasServerTimestamp 在接口中 QuoteDataOrBuilderpublic long getServerTimestamp()
optional uint64 serverTimestamp = 4;getServerTimestamp 在接口中 QuoteDataOrBuilderpublic boolean hasAvgPrice()
Options data not support
optional double avgPrice = 5;hasAvgPrice 在接口中 QuoteDataOrBuilderpublic double getAvgPrice()
Options data not support
optional double avgPrice = 5;getAvgPrice 在接口中 QuoteDataOrBuilderpublic boolean hasLatestPrice()
required when type is 'BASIC'
optional double latestPrice = 6;hasLatestPrice 在接口中 QuoteDataOrBuilderpublic double getLatestPrice()
required when type is 'BASIC'
optional double latestPrice = 6;getLatestPrice 在接口中 QuoteDataOrBuilderpublic boolean hasLatestPriceTimestamp()
required when type is 'BASIC', Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7;hasLatestPriceTimestamp 在接口中 QuoteDataOrBuilderpublic long getLatestPriceTimestamp()
required when type is 'BASIC', Pre/Post-Mkt data not support
optional uint64 latestPriceTimestamp = 7;getLatestPriceTimestamp 在接口中 QuoteDataOrBuilderpublic boolean hasLatestTime()
required when type is 'BASIC'
optional string latestTime = 8;hasLatestTime 在接口中 QuoteDataOrBuilderpublic String getLatestTime()
required when type is 'BASIC'
optional string latestTime = 8;getLatestTime 在接口中 QuoteDataOrBuilderpublic com.google.protobuf.ByteString getLatestTimeBytes()
required when type is 'BASIC'
optional string latestTime = 8;getLatestTimeBytes 在接口中 QuoteDataOrBuilderpublic boolean hasPreClose()
required when type is 'BASIC'
optional double preClose = 9;hasPreClose 在接口中 QuoteDataOrBuilderpublic double getPreClose()
required when type is 'BASIC'
optional double preClose = 9;getPreClose 在接口中 QuoteDataOrBuilderpublic boolean hasVolume()
required when type is 'BASIC'
optional sint64 volume = 10;hasVolume 在接口中 QuoteDataOrBuilderpublic long getVolume()
required when type is 'BASIC'
optional sint64 volume = 10;getVolume 在接口中 QuoteDataOrBuilderpublic boolean hasAmount()
required when type is 'BASIC', Futures and Options data not support
optional double amount = 11;hasAmount 在接口中 QuoteDataOrBuilderpublic double getAmount()
required when type is 'BASIC', Futures and Options data not support
optional double amount = 11;getAmount 在接口中 QuoteDataOrBuilderpublic boolean hasOpen()
required when symbol in HK market
optional double open = 12;hasOpen 在接口中 QuoteDataOrBuilderpublic double getOpen()
required when symbol in HK market
optional double open = 12;getOpen 在接口中 QuoteDataOrBuilderpublic boolean hasHigh()
required when symbol in HK market
optional double high = 13;hasHigh 在接口中 QuoteDataOrBuilderpublic double getHigh()
required when symbol in HK market
optional double high = 13;getHigh 在接口中 QuoteDataOrBuilderpublic boolean hasLow()
required when symbol in HK market
optional double low = 14;hasLow 在接口中 QuoteDataOrBuilderpublic double getLow()
required when symbol in HK market
optional double low = 14;getLow 在接口中 QuoteDataOrBuilderpublic boolean hasHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15;hasHourTradingTag 在接口中 QuoteDataOrBuilderpublic String getHourTradingTag()
Pre/Post-Mkt
optional string hourTradingTag = 15;getHourTradingTag 在接口中 QuoteDataOrBuilderpublic com.google.protobuf.ByteString getHourTradingTagBytes()
Pre/Post-Mkt
optional string hourTradingTag = 15;getHourTradingTagBytes 在接口中 QuoteDataOrBuilderpublic boolean hasMarketStatus()
optional string marketStatus = 16;hasMarketStatus 在接口中 QuoteDataOrBuilderpublic String getMarketStatus()
optional string marketStatus = 16;getMarketStatus 在接口中 QuoteDataOrBuilderpublic com.google.protobuf.ByteString getMarketStatusBytes()
optional string marketStatus = 16;getMarketStatusBytes 在接口中 QuoteDataOrBuilderpublic boolean hasAskPrice()
required when type is 'BBO'
optional double askPrice = 17;hasAskPrice 在接口中 QuoteDataOrBuilderpublic double getAskPrice()
required when type is 'BBO'
optional double askPrice = 17;getAskPrice 在接口中 QuoteDataOrBuilderpublic boolean hasAskSize()
required when type is 'BBO'
optional sint64 askSize = 18;hasAskSize 在接口中 QuoteDataOrBuilderpublic long getAskSize()
required when type is 'BBO'
optional sint64 askSize = 18;getAskSize 在接口中 QuoteDataOrBuilderpublic boolean hasAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19;hasAskTimestamp 在接口中 QuoteDataOrBuilderpublic long getAskTimestamp()
Pre/Post-Mkt data not support
optional uint64 askTimestamp = 19;getAskTimestamp 在接口中 QuoteDataOrBuilderpublic boolean hasBidPrice()
required when type is 'BBO'
optional double bidPrice = 20;hasBidPrice 在接口中 QuoteDataOrBuilderpublic double getBidPrice()
required when type is 'BBO'
optional double bidPrice = 20;getBidPrice 在接口中 QuoteDataOrBuilderpublic boolean hasBidSize()
required when type is 'BBO'
optional sint64 bidSize = 21;hasBidSize 在接口中 QuoteDataOrBuilderpublic long getBidSize()
required when type is 'BBO'
optional sint64 bidSize = 21;getBidSize 在接口中 QuoteDataOrBuilderpublic boolean hasBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22;hasBidTimestamp 在接口中 QuoteDataOrBuilderpublic long getBidTimestamp()
Pre/Post-Mkt data not support
optional uint64 bidTimestamp = 22;getBidTimestamp 在接口中 QuoteDataOrBuilderpublic boolean hasIdentifier()
only Options support
optional string identifier = 23;hasIdentifier 在接口中 QuoteDataOrBuilderpublic String getIdentifier()
only Options support
optional string identifier = 23;getIdentifier 在接口中 QuoteDataOrBuilderpublic com.google.protobuf.ByteString getIdentifierBytes()
only Options support
optional string identifier = 23;getIdentifierBytes 在接口中 QuoteDataOrBuilderpublic boolean hasOpenInt()
open interest, only Options support
optional sint64 openInt = 24;hasOpenInt 在接口中 QuoteDataOrBuilderpublic long getOpenInt()
open interest, only Options support
optional sint64 openInt = 24;getOpenInt 在接口中 QuoteDataOrBuilderpublic boolean hasTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25;hasTradeTime 在接口中 QuoteDataOrBuilderpublic long getTradeTime()
latest trad time, only Futures support
optional uint64 tradeTime = 25;getTradeTime 在接口中 QuoteDataOrBuilderpublic boolean hasPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26;hasPreSettlement 在接口中 QuoteDataOrBuilderpublic double getPreSettlement()
previous settlement price, only Futures support
optional double preSettlement = 26;getPreSettlement 在接口中 QuoteDataOrBuilderpublic boolean hasMinTick()
min tick, only Futures support
optional float minTick = 27;hasMinTick 在接口中 QuoteDataOrBuilderpublic float getMinTick()
min tick, only Futures support
optional float minTick = 27;getMinTick 在接口中 QuoteDataOrBuilderpublic boolean hasMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28;hasMi 在接口中 QuoteDataOrBuilderpublic QuoteData.Minute getMi()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28;getMi 在接口中 QuoteDataOrBuilderpublic QuoteData.MinuteOrBuilder getMiOrBuilder()
minute data: price, average price, time, volume
optional .com.tigerbrokers.stock.openapi.client.socket.data.pb.QuoteData.Minute mi = 28;getMiOrBuilder 在接口中 QuoteDataOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static QuoteData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QuoteData parseFrom(InputStream input) throws IOException
IOExceptionpublic static QuoteData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuoteData parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static QuoteData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QuoteData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static QuoteData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic QuoteData.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static QuoteData.Builder newBuilder()
public static QuoteData.Builder newBuilder(QuoteData prototype)
public QuoteData.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected QuoteData.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static QuoteData getDefaultInstance()
public static com.google.protobuf.Parser<QuoteData> parser()
public com.google.protobuf.Parser<QuoteData> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public QuoteData getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.