public class GetSingleSubMchFundFlowBillRequest
extends java.lang.Object
Constructor and Description |
---|
GetSingleSubMchFundFlowBillRequest() |
Modifier and Type | Method and Description |
---|---|
AccountType |
getAccountType() |
Algorithm |
getAlgorithm() |
java.lang.String |
getBillDate() |
java.lang.String |
getSubMchid() |
TarType |
getTarType() |
void |
setAccountType(AccountType accountType) |
void |
setAlgorithm(Algorithm algorithm) |
void |
setBillDate(java.lang.String billDate) |
void |
setSubMchid(java.lang.String subMchid) |
void |
setTarType(TarType tarType) |
java.lang.String |
toString() |
public java.lang.String getSubMchid()
public void setSubMchid(java.lang.String subMchid)
public java.lang.String getBillDate()
public void setBillDate(java.lang.String billDate)
public AccountType getAccountType()
public void setAccountType(AccountType accountType)
public Algorithm getAlgorithm()
public void setAlgorithm(Algorithm algorithm)
public TarType getTarType()
public void setTarType(TarType tarType)
public java.lang.String toString()
toString
in class java.lang.Object