@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:59.982Z[UTC]") public class BankSearchResponse extends Object
Constructor and Description |
---|
BankSearchResponse() |
Modifier and Type | Method and Description |
---|---|
BankSearchResponse |
addBankDescriptorItem(BankDescriptor bankDescriptorItem) |
BankSearchResponse |
bankDescriptor(List<BankDescriptor> bankDescriptor) |
boolean |
equals(Object o) |
@Valid List<BankDescriptor> |
getBankDescriptor()
Get bankDescriptor
|
String |
getKeyword()
The bank search input string
|
Integer |
getMax()
The max number of entries to return with the response.
|
Integer |
getStart()
The index of the first result
|
Integer |
getTotal()
The total count of entities found for the given search input.
|
int |
hashCode() |
BankSearchResponse |
keyword(String keyword) |
BankSearchResponse |
max(Integer max) |
void |
setBankDescriptor(List<BankDescriptor> bankDescriptor) |
void |
setKeyword(String keyword) |
void |
setMax(Integer max) |
void |
setStart(Integer start) |
void |
setTotal(Integer total) |
BankSearchResponse |
start(Integer start) |
String |
toString() |
BankSearchResponse |
total(Integer total) |
public BankSearchResponse bankDescriptor(List<BankDescriptor> bankDescriptor)
public BankSearchResponse addBankDescriptorItem(BankDescriptor bankDescriptorItem)
@Valid public @Valid List<BankDescriptor> getBankDescriptor()
public void setBankDescriptor(List<BankDescriptor> bankDescriptor)
public BankSearchResponse keyword(String keyword)
public String getKeyword()
public void setKeyword(String keyword)
public BankSearchResponse start(Integer start)
public Integer getStart()
public void setStart(Integer start)
public BankSearchResponse max(Integer max)
public Integer getMax()
public void setMax(Integer max)
public BankSearchResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2020. All rights reserved.