Package de.cxp.ocs.smartsuggest.spi
Class CommonPayloadFields
- java.lang.Object
-
- de.cxp.ocs.smartsuggest.spi.CommonPayloadFields
-
public final class CommonPayloadFields extends Object
Common keys for the payload attached toSuggestRecords.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPAYLOAD_COUNT_KEYstatic StringPAYLOAD_TYPE_KEY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>payloadOfTypeAndCount(String type, String count)
-
-
-
Field Detail
-
PAYLOAD_TYPE_KEY
public static final String PAYLOAD_TYPE_KEY
- See Also:
- Constant Field Values
-
PAYLOAD_COUNT_KEY
public static final String PAYLOAD_COUNT_KEY
- See Also:
- Constant Field Values
-
-