public static class InfoResponse.BrandSearchResults extends java.lang.Object implements InfoResponse.SearchResults
InfoResponse.Search.searchResults| Modifier and Type | Field and Description |
|---|---|
int |
brandId
ID of the brand.
|
java.lang.String |
brandName
Name of the brand.
|
| Constructor and Description |
|---|
BrandSearchResults(int brandId,
java.lang.String brandName)
Constructs the object of class given brandId, brandName.
|