public class AccountData extends Object
| 构造器和说明 |
|---|
AccountData() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountId()
账号id
|
String |
getAccountName()
账号名称
|
String |
getAccountPlatform()
账号平台(支付宝,淘宝,微信,抖音等)
|
void |
setAccountId(String accountId)
账号id
|
void |
setAccountName(String accountName)
账号名称
|
void |
setAccountPlatform(String accountPlatform)
账号平台(支付宝,淘宝,微信,抖音等)
|
public String getAccountId()
public void setAccountId(String accountId)
public String getAccountName()
public void setAccountName(String accountName)
public String getAccountPlatform()
public void setAccountPlatform(String accountPlatform)
Copyright © 2021. All Rights Reserved.