public class CatalogQueryRange extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogQueryRange.Builder
Class to build instances of
CatalogQueryRange. |
| Modifier | Constructor and Description |
|---|---|
|
CatalogQueryRange(String attributeName,
Long attributeMinValue,
Long attributeMaxValue)
Initialization constructor.
|
protected |
CatalogQueryRange(String attributeName,
io.apimatic.core.types.OptionalNullable<Long> attributeMinValue,
io.apimatic.core.types.OptionalNullable<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() |
protected io.apimatic.core.types.OptionalNullable<Long> |
internalGetAttributeMaxValue()
Internal Getter for AttributeMaxValue.
|
protected io.apimatic.core.types.OptionalNullable<Long> |
internalGetAttributeMinValue()
Internal Getter for AttributeMinValue.
|
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.protected CatalogQueryRange(String attributeName, io.apimatic.core.types.OptionalNullable<Long> attributeMinValue, io.apimatic.core.types.OptionalNullable<Long> attributeMaxValue)
attributeName - String value for attributeName.attributeMinValue - Long value for attributeMinValue.attributeMaxValue - Long value for attributeMaxValue.public String getAttributeName()
protected io.apimatic.core.types.OptionalNullable<Long> internalGetAttributeMinValue()
public Long getAttributeMinValue()
protected io.apimatic.core.types.OptionalNullable<Long> internalGetAttributeMaxValue()
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 © 2024. All rights reserved.