public class AlipayUserPointDeductModel extends AlipayObject
Constructor and Description |
---|
AlipayUserPointDeductModel() |
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 |
getProdTitle()
Gets prod title.
|
String |
getSubBizType()
Gets sub biz type.
|
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 |
setProdTitle(String prodTitle)
Sets prod title.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
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 getProdTitle()
public void setProdTitle(String prodTitle)
prodTitle
- the prod titlepublic String getSubBizType()
public void setSubBizType(String subBizType)
subBizType
- the sub biz typeCopyright © 2018. All rights reserved.