public class GetFundFlowBillRequest
extends java.lang.Object
Constructor and Description |
---|
GetFundFlowBillRequest() |
Modifier and Type | Method and Description |
---|---|
AccountType |
getAccountType() |
java.lang.String |
getBillDate() |
TarType |
getTarType() |
void |
setAccountType(AccountType accountType) |
void |
setBillDate(java.lang.String billDate) |
void |
setTarType(TarType tarType) |
java.lang.String |
toString() |
public java.lang.String getBillDate()
public void setBillDate(java.lang.String billDate)
public AccountType getAccountType()
public void setAccountType(AccountType accountType)
public TarType getTarType()
public void setTarType(TarType tarType)
public java.lang.String toString()
toString
in class java.lang.Object