public class WechatProfitReceiver extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WechatProfitReceiver.TYPE |
| 构造器和说明 |
|---|
WechatProfitReceiver(WechatProfitReceiver.TYPE type,
String account,
int amount,
String description) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
int |
getAmount() |
String |
getDescription() |
WechatProfitReceiver.TYPE |
getType() |
void |
setAccount(String account) |
void |
setAmount(int amount) |
void |
setDescription(String description) |
void |
setType(WechatProfitReceiver.TYPE type) |
public WechatProfitReceiver(WechatProfitReceiver.TYPE type, String account, int amount, String description)
public WechatProfitReceiver.TYPE getType()
public void setType(WechatProfitReceiver.TYPE type)
public String getAccount()
public void setAccount(String account)
public int getAmount()
public void setAmount(int amount)
public String getDescription()
public void setDescription(String description)
Copyright © 2024. All rights reserved.