public class CatalogQueryRange extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogQueryRange.Builder
Class to build instances of
CatalogQueryRange. |
| Constructor and Description |
|---|
CatalogQueryRange(String attributeName,
Long attributeMinValue,
Long attributeMaxValue)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAttributeMaxValue()
Getter for AttributeMaxValue.
|
Long |
getAttributeMinValue()
Getter for AttributeMinValue.
|
String |
getAttributeName()
Getter for AttributeName.
|
int |
hashCode() |
CatalogQueryRange.Builder |
toBuilder()
Builds a new
CatalogQueryRange.Builder object. |
String |
toString()
Converts this CatalogQueryRange into string format.
|
public CatalogQueryRange(String attributeName, Long attributeMinValue, Long attributeMaxValue)
attributeName - String value for attributeName.attributeMinValue - Long value for attributeMinValue.attributeMaxValue - Long value for attributeMaxValue.public String getAttributeName()
public Long getAttributeMinValue()
public Long getAttributeMaxValue()
public String toString()
public CatalogQueryRange.Builder toBuilder()
CatalogQueryRange.Builder object.
Creates the instance with the state of the current model.CatalogQueryRange.Builder objectCopyright © 2022. All rights reserved.