public class CatalogQueryText extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogQueryText.Builder
Class to build instances of
CatalogQueryText. |
| Constructor and Description |
|---|
CatalogQueryText(List<String> keywords)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getKeywords()
Getter for Keywords.
|
int |
hashCode() |
CatalogQueryText.Builder |
toBuilder()
Builds a new
CatalogQueryText.Builder object. |
String |
toString()
Converts this CatalogQueryText into string format.
|
public List<String> getKeywords()
public String toString()
public CatalogQueryText.Builder toBuilder()
CatalogQueryText.Builder object.
Creates the instance with the state of the current model.CatalogQueryText.Builder objectCopyright © 2022. All rights reserved.