public class WechatDailyCostGetListStruct extends Object
| 构造器和说明 |
|---|
WechatDailyCostGetListStruct() |
| 限定符和类型 | 方法和说明 |
|---|---|
WechatDailyCostGetListStruct |
accountId(Long accountId) |
WechatDailyCostGetListStruct |
cost(Long cost) |
WechatDailyCostGetListStruct |
date(String date) |
boolean |
equals(Object o) |
Long |
getAccountId()
Get accountId
|
Long |
getCost()
Get cost
|
String |
getDate()
Get date
|
String |
getWechatAccountId()
Get wechatAccountId
|
int |
hashCode() |
void |
setAccountId(Long accountId) |
void |
setCost(Long cost) |
void |
setDate(String date) |
void |
setWechatAccountId(String wechatAccountId) |
String |
toString() |
WechatDailyCostGetListStruct |
wechatAccountId(String wechatAccountId) |
public WechatDailyCostGetListStruct accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public WechatDailyCostGetListStruct wechatAccountId(String wechatAccountId)
public String getWechatAccountId()
public void setWechatAccountId(String wechatAccountId)
public WechatDailyCostGetListStruct date(String date)
public String getDate()
public void setDate(String date)
public WechatDailyCostGetListStruct cost(Long cost)
public Long getCost()
public void setCost(Long cost)
Copyright © 2020. All rights reserved.