public final class StreamForexIndexDetail extends com.google.protobuf.GeneratedMessageV3 implements StreamForexIndexDetailOrBuilder
StreamForexIndexDetail is detail property involved in computation.Protobuf type
kaikosdk.StreamForexIndexDetail
Modifier and Type | Class and Description |
---|---|
static class |
StreamForexIndexDetail.Builder
StreamForexIndexDetail is detail property involved in computation.
|
Modifier and Type | Field and Description |
---|---|
static int |
NAME_FIELD_NUMBER |
static int |
PRICE_FIELD_NUMBER |
static int |
TS_EVENT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static StreamForexIndexDetail |
getDefaultInstance() |
StreamForexIndexDetail |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getName()
Name.
|
com.google.protobuf.ByteString |
getNameBytes()
Name.
|
<any> |
getParserForType() |
double |
getPrice()
Price
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTsEvent()
TSEvent.
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
TSEvent.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasTsEvent()
TSEvent.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamForexIndexDetail.Builder |
newBuilder() |
static StreamForexIndexDetail.Builder |
newBuilder(StreamForexIndexDetail prototype) |
StreamForexIndexDetail.Builder |
newBuilderForType() |
protected StreamForexIndexDetail.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamForexIndexDetail |
parseDelimitedFrom(java.io.InputStream input) |
static StreamForexIndexDetail |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamForexIndexDetail |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamForexIndexDetail |
parseFrom(java.nio.ByteBuffer data) |
static StreamForexIndexDetail |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamForexIndexDetail |
parseFrom(com.google.protobuf.ByteString data) |
static StreamForexIndexDetail |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamForexIndexDetail |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamForexIndexDetail |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamForexIndexDetail |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamForexIndexDetail.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int NAME_FIELD_NUMBER
public static final int PRICE_FIELD_NUMBER
public static final int TS_EVENT_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.lang.String getName()
Name.
string name = 1;
getName
in interface StreamForexIndexDetailOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Name.
string name = 1;
getNameBytes
in interface StreamForexIndexDetailOrBuilder
public double getPrice()
Price
double price = 2;
getPrice
in interface StreamForexIndexDetailOrBuilder
public boolean hasTsEvent()
TSEvent.
.google.protobuf.Timestamp ts_event = 3;
hasTsEvent
in interface StreamForexIndexDetailOrBuilder
public com.google.protobuf.Timestamp getTsEvent()
TSEvent.
.google.protobuf.Timestamp ts_event = 3;
getTsEvent
in interface StreamForexIndexDetailOrBuilder
public com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
TSEvent.
.google.protobuf.Timestamp ts_event = 3;
getTsEventOrBuilder
in interface StreamForexIndexDetailOrBuilder
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 StreamForexIndexDetail parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamForexIndexDetail parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamForexIndexDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamForexIndexDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamForexIndexDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamForexIndexDetail parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamForexIndexDetail parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamForexIndexDetail parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamForexIndexDetail parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamForexIndexDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamForexIndexDetail.Builder newBuilderForType()
public static StreamForexIndexDetail.Builder newBuilder()
public static StreamForexIndexDetail.Builder newBuilder(StreamForexIndexDetail prototype)
public StreamForexIndexDetail.Builder toBuilder()
protected StreamForexIndexDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamForexIndexDetail getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamForexIndexDetail getDefaultInstanceForType()