public class GetAllSubMchFundFlowBillRequest
extends java.lang.Object
Constructor and Description |
---|
GetAllSubMchFundFlowBillRequest() |
Modifier and Type | Method and Description |
---|---|
AccountType |
getAccountType() |
Algorithm |
getAlgorithm() |
java.lang.String |
getBillDate() |
TarType |
getTarType() |
void |
setAccountType(AccountType accountType) |
void |
setAlgorithm(Algorithm algorithm) |
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 Algorithm getAlgorithm()
public void setAlgorithm(Algorithm algorithm)
public java.lang.String toString()
toString
in class java.lang.Object