public class DailyCostGetListStruct extends Object
| 构造器和说明 |
|---|
DailyCostGetListStruct() |
| 限定符和类型 | 方法和说明 |
|---|---|
DailyCostGetListStruct |
accountId(Long accountId) |
DailyCostGetListStruct |
cost(Long cost) |
DailyCostGetListStruct |
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() |
DailyCostGetListStruct |
wechatAccountId(String wechatAccountId) |
public DailyCostGetListStruct accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public DailyCostGetListStruct wechatAccountId(String wechatAccountId)
public String getWechatAccountId()
public void setWechatAccountId(String wechatAccountId)
public DailyCostGetListStruct date(String date)
public String getDate()
public void setDate(String date)
public DailyCostGetListStruct cost(Long cost)
public Long getCost()
public void setCost(Long cost)
Copyright © 2020. All rights reserved.