public interface RatingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getInterval()
The steps within the score (for example, interval = 1 max = 5
min = 1 indicates that the score can be 1, 2, 3, 4, or 5)
|
double |
getMax()
The maximum value for the score.
|
double |
getMin()
The minimum value for the score.
|
double |
getOverall()
Overall score.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getOverall()
Overall score.
double overall = 1;double getMin()
The minimum value for the score.
double min = 2;double getMax()
The maximum value for the score.
double max = 3;double getInterval()
The steps within the score (for example, interval = 1 max = 5 min = 1 indicates that the score can be 1, 2, 3, 4, or 5)
double interval = 4;Copyright © 2019 Google LLC. All rights reserved.