public static interface RouterOuterClass.QueryProbabilityResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RouterOuterClass.PairData |
getHistory()
The historical data for the requested pair.
|
RouterOuterClass.PairDataOrBuilder |
getHistoryOrBuilder()
The historical data for the requested pair.
|
double |
getProbability()
The success probability for the requested pair.
|
boolean |
hasHistory()
The historical data for the requested pair.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getProbability()
The success probability for the requested pair.
double probability = 1;boolean hasHistory()
The historical data for the requested pair.
.routerrpc.PairData history = 2;RouterOuterClass.PairData getHistory()
The historical data for the requested pair.
.routerrpc.PairData history = 2;RouterOuterClass.PairDataOrBuilder getHistoryOrBuilder()
The historical data for the requested pair.
.routerrpc.PairData history = 2;