public class QueryUserChargeInstAndAreaInfo extends AlipayObject
| Constructor and Description |
|---|
QueryUserChargeInstAndAreaInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChargeInst()
Gets charge inst.
|
String |
getChargeInstName()
Gets charge inst name.
|
String |
getCity()
Gets city.
|
String |
getCityCode()
Gets city code.
|
String |
getPayCount()
Gets pay count.
|
String |
getPayDate()
Gets pay date.
|
String |
getSubBizType()
Gets sub biz type.
|
String |
getUserId()
Gets user id.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setChargeInstName(String chargeInstName)
Sets charge inst name.
|
void |
setCity(String city)
Sets city.
|
void |
setCityCode(String cityCode)
Sets city code.
|
void |
setPayCount(String payCount)
Sets pay count.
|
void |
setPayDate(String payDate)
Sets pay date.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
void |
setUserId(String userId)
Sets user id.
|
public String getChargeInst()
public void setChargeInst(String chargeInst)
chargeInst - the charge instpublic String getChargeInstName()
public void setChargeInstName(String chargeInstName)
chargeInstName - the charge inst namepublic String getCity()
public void setCity(String city)
city - the citypublic String getCityCode()
public void setCityCode(String cityCode)
cityCode - the city codepublic String getPayCount()
public void setPayCount(String payCount)
payCount - the pay countpublic String getPayDate()
public void setPayDate(String payDate)
payDate - the pay datepublic String getSubBizType()
public void setSubBizType(String subBizType)
subBizType - the sub biz typepublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.