Interface LocalSearchStatistics.FirstSolutionStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalSearchStatistics.FirstSolutionStatistics,LocalSearchStatistics.FirstSolutionStatistics.Builder
- Enclosing class:
- LocalSearchStatistics
public static interface LocalSearchStatistics.FirstSolutionStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDurationSeconds()Time spent in the decision builder.java.lang.StringgetStrategy()Name of the strategy used.com.google.protobuf.ByteStringgetStrategyBytes()Name of the strategy used.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStrategy
java.lang.String getStrategy()
Name of the strategy used.
string strategy = 1;- Returns:
- The strategy.
-
getStrategyBytes
com.google.protobuf.ByteString getStrategyBytes()
Name of the strategy used.
string strategy = 1;- Returns:
- The bytes for strategy.
-
getDurationSeconds
double getDurationSeconds()
Time spent in the decision builder.
double duration_seconds = 2;- Returns:
- The durationSeconds.
-
-