Package com.blockchyp.client.dto
Class PartnerStatementListRequest
java.lang.Object
com.blockchyp.client.dto.PartnerStatementListRequest
- All Implemented Interfaces:
ITimeoutRequest
Models a request to retrieve a list of partner statements.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets optional end date filter for batch history.Gets optional start date filter for batch history.intGets the request timeout in seconds.booleanisTest()Gets whether or not to route transaction to the test gateway.voidsetEndDate(Date value) Sets optional end date filter for batch history.voidsetStartDate(Date value) Sets optional start date filter for batch history.voidsetTest(boolean value) Sets whether or not to route transaction to the test gateway.voidsetTimeout(int value) Sets the request timeout in seconds.
-
Constructor Details
-
PartnerStatementListRequest
public PartnerStatementListRequest()
-
-
Method Details
-
setTimeout
public void setTimeout(int value) Sets the request timeout in seconds.- Parameters:
value- the request timeout in seconds.
-
getTimeout
public int getTimeout()Gets the request timeout in seconds.- Specified by:
getTimeoutin interfaceITimeoutRequest- Returns:
- the request timeout in seconds.
-
setTest
public void setTest(boolean value) Sets whether or not to route transaction to the test gateway.- Parameters:
value- whether or not to route transaction to the test gateway.
-
isTest
public boolean isTest()Gets whether or not to route transaction to the test gateway.- Specified by:
isTestin interfaceITimeoutRequest- Returns:
- whether or not to route transaction to the test gateway.
-
setStartDate
Sets optional start date filter for batch history.- Parameters:
value- optional start date filter for batch history.
-
getStartDate
Gets optional start date filter for batch history.- Returns:
- optional start date filter for batch history.
-
setEndDate
Sets optional end date filter for batch history.- Parameters:
value- optional end date filter for batch history.
-
getEndDate
Gets optional end date filter for batch history.- Returns:
- optional end date filter for batch history.
-