public class MetadataFieldFilterFloatRange extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataFieldFilterFloatRange.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Double |
gt
Specifies the (inclusive) lower bound for the metadata field value.
|
protected Double |
lt
Specifies the (inclusive) upper bound for the metadata field value.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
MetadataFieldFilterFloatRange() |
protected |
MetadataFieldFilterFloatRange(MetadataFieldFilterFloatRange.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getGt() |
Double |
getLt() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Double lt
public MetadataFieldFilterFloatRange()
protected MetadataFieldFilterFloatRange(MetadataFieldFilterFloatRange.Builder builder)