public static interface Service.DoubleClauseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getComparator()
OneOf (">", ">=", "==", "!=", "<=", "<")
|
com.google.protobuf.ByteString |
getComparatorBytes()
OneOf (">", ">=", "==", "!=", "<=", "<")
|
double |
getValue()
Float value for comparison.
|
boolean |
hasComparator()
OneOf (">", ">=", "==", "!=", "<=", "<")
|
boolean |
hasValue()
Float value for comparison.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasComparator()
OneOf (">", ">=", "==", "!=", "<=", "<")
optional string comparator = 1;
String getComparator()
OneOf (">", ">=", "==", "!=", "<=", "<")
optional string comparator = 1;
com.google.protobuf.ByteString getComparatorBytes()
OneOf (">", ">=", "==", "!=", "<=", "<")
optional string comparator = 1;
boolean hasValue()
Float value for comparison.
optional double value = 2;
double getValue()
Float value for comparison.
optional double value = 2;
Copyright © 2019. All rights reserved.