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