public class RtnRequest extends TokenRequest
TokenRequest.setToken(String)
property as well.Constructor and Description |
---|
RtnRequest() |
RtnRequest(String token) |
RtnRequest(String token,
Long institutionId,
Boolean includeHistory) |
RtnRequest(String token,
String swift,
String country,
Boolean includeInactive,
Boolean includeHistory) |
RtnRequest(String token,
String rtn,
String country,
Boolean includeInactive,
Boolean includeWireSearch,
Boolean includeHistory) |
Modifier and Type | Method and Description |
---|---|
String |
getCountry() |
Boolean |
getIncludeHistory() |
Boolean |
getIncludeInactive() |
Boolean |
getIncludeWireSearch() |
Long |
getInstitutionId() |
String |
getRtn() |
String |
getSwift() |
void |
setCountry(String country) |
void |
setIncludeHistory(Boolean includeHistory) |
void |
setIncludeInactive(Boolean includeInactive) |
void |
setIncludeWireSearch(Boolean includeWireSearch) |
void |
setInstitutionId(Long institutionId) |
void |
setRtn(String rtn) |
void |
setSwift(String swift) |
getToken, setToken
public RtnRequest()
public RtnRequest(String token)
public RtnRequest(String token, String rtn, String country, Boolean includeInactive, Boolean includeWireSearch, Boolean includeHistory)
public String getRtn()
public void setRtn(String rtn)
rtn
- the rtn to setpublic String getCountry()
public void setCountry(String country)
country
- the country to setpublic Boolean getIncludeHistory()
public void setIncludeHistory(Boolean includeHistory)
includeHistory
- the includeHistory to setpublic Boolean getIncludeWireSearch()
public void setIncludeWireSearch(Boolean includeWireSearch)
includeWireSearch
- the includeWireSearch to setpublic Boolean getIncludeInactive()
public void setIncludeInactive(Boolean includeInactive)
includeInactive
- the includeInactive to setpublic Long getInstitutionId()
public void setInstitutionId(Long institutionId)
institutionId
- the institutionId to setpublic void setSwift(String swift)
swift
- the swift to setpublic String getSwift()
Copyright © 2022. All rights reserved.