public class AlipayUserCharityForestSendModel extends AlipayObject
| Constructor and Description |
|---|
AlipayUserCharityForestSendModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizNo()
Gets biz no.
|
Date |
getBizTime()
Gets biz time.
|
Long |
getEnergy()
Gets energy.
|
String |
getEnergyType()
Gets energy type.
|
String |
getSource()
Gets source.
|
String |
getUserId()
Gets user id.
|
void |
setBizNo(String bizNo)
Sets biz no.
|
void |
setBizTime(Date bizTime)
Sets biz time.
|
void |
setEnergy(Long energy)
Sets energy.
|
void |
setEnergyType(String energyType)
Sets energy type.
|
void |
setSource(String source)
Sets source.
|
void |
setUserId(String userId)
Sets user id.
|
public String getBizNo()
public void setBizNo(String bizNo)
bizNo - the biz nopublic Date getBizTime()
public void setBizTime(Date bizTime)
bizTime - the biz timepublic Long getEnergy()
public void setEnergy(Long energy)
energy - the energypublic String getEnergyType()
public void setEnergyType(String energyType)
energyType - the energy typepublic String getSource()
public void setSource(String source)
source - the sourcepublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.