public static final class StreamAggregatedPriceValue.Builder extends <any> implements StreamAggregatedPriceValueOrBuilder
StreamAggregatedPriceValue is wrapper for update values.Protobuf type
kaikosdk.StreamAggregatedPriceValue
Modifier and Type | Method and Description |
---|---|
StreamAggregatedPriceValue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
StreamAggregatedPriceValue |
build() |
StreamAggregatedPriceValue |
buildPartial() |
StreamAggregatedPriceValue.Builder |
clear() |
StreamAggregatedPriceValue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StreamAggregatedPriceValue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StreamAggregatedPriceValue.Builder |
clearPrice()
Price of top of book entry.
|
StreamAggregatedPriceValue.Builder |
clearVolume()
Volume of top of book entry.
|
StreamAggregatedPriceValue.Builder |
clone() |
StreamAggregatedPriceValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getPrice()
Price of top of book entry.
|
com.google.protobuf.ByteString |
getPriceBytes()
Price of top of book entry.
|
java.lang.String |
getVolume()
Volume of top of book entry.
|
com.google.protobuf.ByteString |
getVolumeBytes()
Volume of top of book entry.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
StreamAggregatedPriceValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StreamAggregatedPriceValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
StreamAggregatedPriceValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StreamAggregatedPriceValue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
StreamAggregatedPriceValue.Builder |
setPrice(java.lang.String value)
Price of top of book entry.
|
StreamAggregatedPriceValue.Builder |
setPriceBytes(com.google.protobuf.ByteString value)
Price of top of book entry.
|
StreamAggregatedPriceValue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
StreamAggregatedPriceValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StreamAggregatedPriceValue.Builder |
setVolume(java.lang.String value)
Volume of top of book entry.
|
StreamAggregatedPriceValue.Builder |
setVolumeBytes(com.google.protobuf.ByteString value)
Volume of top of book entry.
|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public StreamAggregatedPriceValue.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public StreamAggregatedPriceValue getDefaultInstanceForType()
public StreamAggregatedPriceValue build()
public StreamAggregatedPriceValue buildPartial()
public StreamAggregatedPriceValue.Builder clone()
public StreamAggregatedPriceValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public StreamAggregatedPriceValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public StreamAggregatedPriceValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public StreamAggregatedPriceValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public StreamAggregatedPriceValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public StreamAggregatedPriceValue.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public StreamAggregatedPriceValue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public java.lang.String getPrice()
Price of top of book entry.
string price = 1;
getPrice
in interface StreamAggregatedPriceValueOrBuilder
public com.google.protobuf.ByteString getPriceBytes()
Price of top of book entry.
string price = 1;
getPriceBytes
in interface StreamAggregatedPriceValueOrBuilder
public StreamAggregatedPriceValue.Builder setPrice(java.lang.String value)
Price of top of book entry.
string price = 1;
value
- The price to set.public StreamAggregatedPriceValue.Builder clearPrice()
Price of top of book entry.
string price = 1;
public StreamAggregatedPriceValue.Builder setPriceBytes(com.google.protobuf.ByteString value)
Price of top of book entry.
string price = 1;
value
- The bytes for price to set.public java.lang.String getVolume()
Volume of top of book entry.
string volume = 2;
getVolume
in interface StreamAggregatedPriceValueOrBuilder
public com.google.protobuf.ByteString getVolumeBytes()
Volume of top of book entry.
string volume = 2;
getVolumeBytes
in interface StreamAggregatedPriceValueOrBuilder
public StreamAggregatedPriceValue.Builder setVolume(java.lang.String value)
Volume of top of book entry.
string volume = 2;
value
- The volume to set.public StreamAggregatedPriceValue.Builder clearVolume()
Volume of top of book entry.
string volume = 2;
public StreamAggregatedPriceValue.Builder setVolumeBytes(com.google.protobuf.ByteString value)
Volume of top of book entry.
string volume = 2;
value
- The bytes for volume to set.public final StreamAggregatedPriceValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final StreamAggregatedPriceValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)