public static class InfoRequest.BrandSearchCriteria extends java.lang.Object implements InfoRequest.SearchCriteria
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
brandSearchQuery
Name of brand that needs to be queried.
|
CapabilityRemoteControl.Category |
category
Category of the appliance.
|
| Constructor and Description |
|---|
BrandSearchCriteria(CapabilityRemoteControl.Category category,
java.lang.String brandSearchQuery)
Constructs object of this class given its category and brandeSearchQuery.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
@SerializedName(value="categoryId") public final CapabilityRemoteControl.Category category
CapabilityRemoteControl.Category@SerializedName(value="brandSearchString") public final java.lang.String brandSearchQuery
public BrandSearchCriteria(CapabilityRemoteControl.Category category, java.lang.String brandSearchQuery)
category - Category of the appliance.brandSearchQuery - string which need to be queried.