public class AlipayUserPointAuthbaseDeductModel extends AlipayObject
| Constructor and Description |
|---|
AlipayUserPointAuthbaseDeductModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBenefitId()
Gets benefit id.
|
Date |
getBizDate()
Gets biz date.
|
String |
getBizType()
Gets biz type.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getSubBizType()
Gets sub biz type.
|
String |
getUserId()
Gets user id.
|
void |
setBenefitId(String benefitId)
Sets benefit id.
|
void |
setBizDate(Date bizDate)
Sets biz date.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
void |
setUserId(String userId)
Sets user id.
|
public String getBenefitId()
public void setBenefitId(String benefitId)
benefitId - the benefit idpublic Date getBizDate()
public void setBizDate(Date bizDate)
bizDate - the biz datepublic String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo - the out biz nopublic 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.