Class BankSearchResponse
- java.lang.Object
-
- de.adorsys.opba.tppbankingapi.search.model.generated.BankSearchResponse
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-10-11T17:07:28.002704Z[Etc/UTC]") public class BankSearchResponse extends ObjectBankSearchResponse
-
-
Constructor Summary
Constructors Constructor Description BankSearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BankSearchResponseaddBankDescriptorItem(BankDescriptor bankDescriptorItem)BankSearchResponsebankDescriptor(List<BankDescriptor> bankDescriptor)booleanequals(Object o)@Valid List<BankDescriptor>getBankDescriptor()Get bankDescriptorStringgetKeyword()The bank search input stringIntegergetMax()The max number of entries to return with the response.IntegergetStart()The index of the first resultIntegergetTotal()The total count of entities found for the given search input.inthashCode()BankSearchResponsekeyword(String keyword)BankSearchResponsemax(Integer max)voidsetBankDescriptor(List<BankDescriptor> bankDescriptor)voidsetKeyword(String keyword)voidsetMax(Integer max)voidsetStart(Integer start)voidsetTotal(Integer total)BankSearchResponsestart(Integer start)StringtoString()BankSearchResponsetotal(Integer total)
-
-
-
Method Detail
-
bankDescriptor
public BankSearchResponse bankDescriptor(List<BankDescriptor> bankDescriptor)
-
addBankDescriptorItem
public BankSearchResponse addBankDescriptorItem(BankDescriptor bankDescriptorItem)
-
getBankDescriptor
@Valid public @Valid List<BankDescriptor> getBankDescriptor()
Get bankDescriptor- Returns:
- bankDescriptor
-
setBankDescriptor
public void setBankDescriptor(List<BankDescriptor> bankDescriptor)
-
keyword
public BankSearchResponse keyword(String keyword)
-
getKeyword
public String getKeyword()
The bank search input string- Returns:
- keyword
-
setKeyword
public void setKeyword(String keyword)
-
start
public BankSearchResponse start(Integer start)
-
getStart
public Integer getStart()
The index of the first result- Returns:
- start
-
setStart
public void setStart(Integer start)
-
max
public BankSearchResponse max(Integer max)
-
getMax
public Integer getMax()
The max number of entries to return with the response.- Returns:
- max
-
setMax
public void setMax(Integer max)
-
total
public BankSearchResponse total(Integer total)
-
getTotal
public Integer getTotal()
The total count of entities found for the given search input.- Returns:
- total
-
setTotal
public void setTotal(Integer total)
-
-