public final class Source extends com.google.protobuf.GeneratedMessageV3 implements SourceOrBuilder
SourceProtobuf type
kaikosdk.Source
Modifier and Type | Class and Description |
---|---|
static class |
Source.Builder
Source
|
Modifier and Type | Field and Description |
---|---|
static int |
DATA_FIELD_NUMBER |
static int |
PRICE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SourceData |
getData(int index)
Prices for instrument code in each exchange.
|
int |
getDataCount()
Prices for instrument code in each exchange.
|
java.util.List<SourceData> |
getDataList()
Prices for instrument code in each exchange.
|
SourceDataOrBuilder |
getDataOrBuilder(int index)
Prices for instrument code in each exchange.
|
java.util.List<? extends SourceDataOrBuilder> |
getDataOrBuilderList()
Prices for instrument code in each exchange.
|
static Source |
getDefaultInstance() |
Source |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
java.lang.String |
getPrice()
Price for related instrument code accross exchanges.
|
com.google.protobuf.ByteString |
getPriceBytes()
Price for related instrument code accross exchanges.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Source.Builder |
newBuilder() |
static Source.Builder |
newBuilder(Source prototype) |
Source.Builder |
newBuilderForType() |
protected Source.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static Source |
parseDelimitedFrom(java.io.InputStream input) |
static Source |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
parseFrom(java.nio.ByteBuffer data) |
static Source |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
parseFrom(com.google.protobuf.ByteString data) |
static Source |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Source |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Source |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Source.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int DATA_FIELD_NUMBER
public static final int PRICE_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 java.util.List<SourceData> getDataList()
Prices for instrument code in each exchange.
repeated .kaikosdk.SourceData data = 1;
getDataList
in interface SourceOrBuilder
public java.util.List<? extends SourceDataOrBuilder> getDataOrBuilderList()
Prices for instrument code in each exchange.
repeated .kaikosdk.SourceData data = 1;
getDataOrBuilderList
in interface SourceOrBuilder
public int getDataCount()
Prices for instrument code in each exchange.
repeated .kaikosdk.SourceData data = 1;
getDataCount
in interface SourceOrBuilder
public SourceData getData(int index)
Prices for instrument code in each exchange.
repeated .kaikosdk.SourceData data = 1;
getData
in interface SourceOrBuilder
public SourceDataOrBuilder getDataOrBuilder(int index)
Prices for instrument code in each exchange.
repeated .kaikosdk.SourceData data = 1;
getDataOrBuilder
in interface SourceOrBuilder
public java.lang.String getPrice()
Price for related instrument code accross exchanges.
string price = 2;
getPrice
in interface SourceOrBuilder
public com.google.protobuf.ByteString getPriceBytes()
Price for related instrument code accross exchanges.
string price = 2;
getPriceBytes
in interface SourceOrBuilder
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 Source parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Source parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Source parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Source parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Source parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Source parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Source parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Source parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Source parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Source parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Source.Builder newBuilderForType()
public static Source.Builder newBuilder()
public static Source.Builder newBuilder(Source prototype)
public Source.Builder toBuilder()
protected Source.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Source getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Source getDefaultInstanceForType()