public final class StreamAggregatedStatePriceResponseV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamAggregatedStatePriceResponseV1OrBuilder
StreamAggregatedStatePriceResponseV1Protobuf type
kaikosdk.StreamAggregatedStatePriceResponseV1
Modifier and Type | Class and Description |
---|---|
static class |
StreamAggregatedStatePriceResponseV1.Builder
StreamAggregatedStatePriceResponseV1
|
Modifier and Type | Field and Description |
---|---|
static int |
AGGREGATED_PRICE_LST_FIELD_NUMBER |
static int |
AGGREGATED_PRICE_USD_FIELD_NUMBER |
static int |
BASE_FIELD_NUMBER |
static int |
DATETIME_FIELD_NUMBER |
static int |
LST_QUOTE_FIELD_NUMBER |
static int |
TS_EVENT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAggregatedPriceLst()
aggregated_price_lst is the aggregated price in LST quote token
|
com.google.protobuf.ByteString |
getAggregatedPriceLstBytes()
aggregated_price_lst is the aggregated price in LST quote token
|
java.lang.String |
getAggregatedPriceUsd()
aggregated_price_usd is the aggregated price in USD
|
com.google.protobuf.ByteString |
getAggregatedPriceUsdBytes()
aggregated_price_usd is the aggregated price in USD
|
java.lang.String |
getBase()
base is the base currency of the pair
|
com.google.protobuf.ByteString |
getBaseBytes()
base is the base currency of the pair
|
com.google.protobuf.Timestamp |
getDatetime()
datetime is the timestamp of the datapoint
|
com.google.protobuf.TimestampOrBuilder |
getDatetimeOrBuilder()
datetime is the timestamp of the datapoint
|
static StreamAggregatedStatePriceResponseV1 |
getDefaultInstance() |
StreamAggregatedStatePriceResponseV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getLstQuote()
lst_quote is the lst quote currency
|
com.google.protobuf.ByteString |
getLstQuoteBytes()
lst_quote is the lst quote currency
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTsEvent()
ts_event is the timestamp of the event
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
ts_event is the timestamp of the event
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDatetime()
datetime is the timestamp of the datapoint
|
int |
hashCode() |
boolean |
hasTsEvent()
ts_event is the timestamp of the event
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamAggregatedStatePriceResponseV1.Builder |
newBuilder() |
static StreamAggregatedStatePriceResponseV1.Builder |
newBuilder(StreamAggregatedStatePriceResponseV1 prototype) |
StreamAggregatedStatePriceResponseV1.Builder |
newBuilderForType() |
protected StreamAggregatedStatePriceResponseV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamAggregatedStatePriceResponseV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamAggregatedStatePriceResponseV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedStatePriceResponseV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedStatePriceResponseV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamAggregatedStatePriceResponseV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedStatePriceResponseV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamAggregatedStatePriceResponseV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedStatePriceResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamAggregatedStatePriceResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedStatePriceResponseV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamAggregatedStatePriceResponseV1.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int DATETIME_FIELD_NUMBER
public static final int BASE_FIELD_NUMBER
public static final int AGGREGATED_PRICE_USD_FIELD_NUMBER
public static final int AGGREGATED_PRICE_LST_FIELD_NUMBER
public static final int TS_EVENT_FIELD_NUMBER
public static final int LST_QUOTE_FIELD_NUMBER
protected java.lang.Object newInstance(UnusedPrivateParameter unused)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasDatetime()
datetime is the timestamp of the datapoint
.google.protobuf.Timestamp datetime = 1;
hasDatetime
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public com.google.protobuf.Timestamp getDatetime()
datetime is the timestamp of the datapoint
.google.protobuf.Timestamp datetime = 1;
getDatetime
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public com.google.protobuf.TimestampOrBuilder getDatetimeOrBuilder()
datetime is the timestamp of the datapoint
.google.protobuf.Timestamp datetime = 1;
getDatetimeOrBuilder
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public java.lang.String getBase()
base is the base currency of the pair
string base = 2;
getBase
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public com.google.protobuf.ByteString getBaseBytes()
base is the base currency of the pair
string base = 2;
getBaseBytes
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public java.lang.String getAggregatedPriceUsd()
aggregated_price_usd is the aggregated price in USD
string aggregated_price_usd = 3;
getAggregatedPriceUsd
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public com.google.protobuf.ByteString getAggregatedPriceUsdBytes()
aggregated_price_usd is the aggregated price in USD
string aggregated_price_usd = 3;
getAggregatedPriceUsdBytes
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public java.lang.String getAggregatedPriceLst()
aggregated_price_lst is the aggregated price in LST quote token
string aggregated_price_lst = 4;
getAggregatedPriceLst
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public com.google.protobuf.ByteString getAggregatedPriceLstBytes()
aggregated_price_lst is the aggregated price in LST quote token
string aggregated_price_lst = 4;
getAggregatedPriceLstBytes
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public boolean hasTsEvent()
ts_event is the timestamp of the event
.google.protobuf.Timestamp ts_event = 5;
hasTsEvent
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public com.google.protobuf.Timestamp getTsEvent()
ts_event is the timestamp of the event
.google.protobuf.Timestamp ts_event = 5;
getTsEvent
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
ts_event is the timestamp of the event
.google.protobuf.Timestamp ts_event = 5;
getTsEventOrBuilder
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public java.lang.String getLstQuote()
lst_quote is the lst quote currency
string lst_quote = 6;
getLstQuote
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public com.google.protobuf.ByteString getLstQuoteBytes()
lst_quote is the lst quote currency
string lst_quote = 6;
getLstQuoteBytes
in interface StreamAggregatedStatePriceResponseV1OrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static StreamAggregatedStatePriceResponseV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedStatePriceResponseV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedStatePriceResponseV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedStatePriceResponseV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedStatePriceResponseV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedStatePriceResponseV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatedStatePriceResponseV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatedStatePriceResponseV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatedStatePriceResponseV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatedStatePriceResponseV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamAggregatedStatePriceResponseV1.Builder newBuilderForType()
public static StreamAggregatedStatePriceResponseV1.Builder newBuilder()
public static StreamAggregatedStatePriceResponseV1.Builder newBuilder(StreamAggregatedStatePriceResponseV1 prototype)
public StreamAggregatedStatePriceResponseV1.Builder toBuilder()
protected StreamAggregatedStatePriceResponseV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamAggregatedStatePriceResponseV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamAggregatedStatePriceResponseV1 getDefaultInstanceForType()