public class AlipayUserPassGrouplistQueryModel extends AlipayObject
| Constructor and Description |
|---|
AlipayUserPassGrouplistQueryModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCityCode()
Gets city code.
|
String |
getGroupType()
Gets group type.
|
Boolean |
getNeedShopinfo()
Gets need shopinfo.
|
Long |
getPageNum()
Gets page num.
|
Long |
getPageSize()
Gets page size.
|
String |
getPartnerId()
Gets partner id.
|
String |
getTimeStatus()
Gets time status.
|
String |
getUserId()
Gets user id.
|
void |
setCityCode(String cityCode)
Sets city code.
|
void |
setGroupType(String groupType)
Sets group type.
|
void |
setNeedShopinfo(Boolean needShopinfo)
Sets need shopinfo.
|
void |
setPageNum(Long pageNum)
Sets page num.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setPartnerId(String partnerId)
Sets partner id.
|
void |
setTimeStatus(String timeStatus)
Sets time status.
|
void |
setUserId(String userId)
Sets user id.
|
public String getCityCode()
public void setCityCode(String cityCode)
cityCode - the city codepublic String getGroupType()
public void setGroupType(String groupType)
groupType - the group typepublic Boolean getNeedShopinfo()
public void setNeedShopinfo(Boolean needShopinfo)
needShopinfo - the need shopinfopublic Long getPageNum()
public void setPageNum(Long pageNum)
pageNum - the page numpublic Long getPageSize()
public void setPageSize(Long pageSize)
pageSize - the page sizepublic String getPartnerId()
public void setPartnerId(String partnerId)
partnerId - the partner idpublic String getTimeStatus()
public void setTimeStatus(String timeStatus)
timeStatus - the time statuspublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.