public static interface RpcClient.PositionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RpcClient.Instrument |
getInstrument()
optional .Instrument instrument = 3; |
RpcClient.InstrumentOrBuilder |
getInstrumentOrBuilder()
optional .Instrument instrument = 3; |
RpcClient.InstrumentType |
getInstrumentType()
optional .InstrumentType instrumentType = 2; |
long |
getOrigin()
required int64 origin = 4 [default = -1]; |
String |
getRoot(int index)
repeated string root = 5; |
com.google.protobuf.ByteString |
getRootBytes(int index)
repeated string root = 5; |
int |
getRootCount()
repeated string root = 5; |
List<String> |
getRootList()
repeated string root = 5; |
String |
getSessionId()
required string sessionId = 1; |
com.google.protobuf.ByteString |
getSessionIdBytes()
required string sessionId = 1; |
boolean |
hasInstrument()
optional .Instrument instrument = 3; |
boolean |
hasInstrumentType()
optional .InstrumentType instrumentType = 2; |
boolean |
hasOrigin()
required int64 origin = 4 [default = -1]; |
boolean |
hasSessionId()
required string sessionId = 1; |
boolean hasSessionId()
required string sessionId = 1;String getSessionId()
required string sessionId = 1;com.google.protobuf.ByteString getSessionIdBytes()
required string sessionId = 1;boolean hasInstrumentType()
optional .InstrumentType instrumentType = 2;RpcClient.InstrumentType getInstrumentType()
optional .InstrumentType instrumentType = 2;boolean hasInstrument()
optional .Instrument instrument = 3;RpcClient.Instrument getInstrument()
optional .Instrument instrument = 3;RpcClient.InstrumentOrBuilder getInstrumentOrBuilder()
optional .Instrument instrument = 3;boolean hasOrigin()
required int64 origin = 4 [default = -1];long getOrigin()
required int64 origin = 4 [default = -1];int getRootCount()
repeated string root = 5;String getRoot(int index)
repeated string root = 5;com.google.protobuf.ByteString getRootBytes(int index)
repeated string root = 5;Copyright © 2015. All Rights Reserved.