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