public class LotteryType extends AlipayObject
| Constructor and Description |
|---|
LotteryType() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLotteryTypeId()
Gets lottery type id.
|
String |
getLotteryTypeName()
Gets lottery type name.
|
void |
setLotteryTypeId(Long lotteryTypeId)
Sets lottery type id.
|
void |
setLotteryTypeName(String lotteryTypeName)
Sets lottery type name.
|
public Long getLotteryTypeId()
public void setLotteryTypeId(Long lotteryTypeId)
lotteryTypeId - the lottery type idpublic String getLotteryTypeName()
public void setLotteryTypeName(String lotteryTypeName)
lotteryTypeName - the lottery type nameCopyright © 2018. All rights reserved.