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