public class UserFavorQueryParams extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UserFavorQueryParams(String appid)
Instantiates a new User busi favor query params.
|
| Modifier and Type | Method and Description |
|---|---|
UserFavorQueryParams |
belongMerchant(String belongMerchant)
批次归属商户号
|
UserFavorQueryParams |
couponState(CouponState couponState)
券状态
|
UserFavorQueryParams |
creatorMerchant(String creatorMerchant)
创建批次的商户号
|
UserFavorQueryParams |
limit(long limit)
分页大小
|
UserFavorQueryParams |
offset(long offset)
分页页码
|
UserFavorQueryParams |
senderMerchant(String senderMerchant)
批次发放商户号
|
UserFavorQueryParams |
stockId(String stockId)
商户券批次号
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic UserFavorQueryParams(String appid)
appid - 与当前调用接口商户号有绑定关系的appid。支持小程序appid与公众号appid。public UserFavorQueryParams stockId(String stockId)
stockId - the stock idpublic UserFavorQueryParams couponState(CouponState couponState)
couponState - the coupon statepublic UserFavorQueryParams creatorMerchant(String creatorMerchant)
creatorMerchant - the creator merchantpublic UserFavorQueryParams belongMerchant(String belongMerchant)
belongMerchant - the belong merchantpublic UserFavorQueryParams senderMerchant(String senderMerchant)
senderMerchant - the sender merchantpublic UserFavorQueryParams offset(long offset)
offset - the offsetpublic UserFavorQueryParams limit(long limit)
limit - the limitCopyright © 2023. All rights reserved.