@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:15:54.528Z[UTC]") public class InlineResponse2001 extends Object
Constructor and Description |
---|
InlineResponse2001() |
Modifier and Type | Method and Description |
---|---|
InlineResponse2001 |
addBankDescriptorItem(BankDescriptor bankDescriptorItem) |
InlineResponse2001 |
bankDescriptor(List<BankDescriptor> bankDescriptor) |
boolean |
equals(Object o) |
@Valid List<BankDescriptor> |
getBankDescriptor()
Get bankDescriptor
|
String |
getKeyword()
Get keyword
|
Integer |
getMax()
Get max
|
Integer |
getStart()
Get start
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
InlineResponse2001 |
keyword(String keyword) |
InlineResponse2001 |
max(Integer max) |
void |
setBankDescriptor(List<BankDescriptor> bankDescriptor) |
void |
setKeyword(String keyword) |
void |
setMax(Integer max) |
void |
setStart(Integer start) |
void |
setTotal(Integer total) |
InlineResponse2001 |
start(Integer start) |
String |
toString() |
InlineResponse2001 |
total(Integer total) |
public InlineResponse2001 bankDescriptor(List<BankDescriptor> bankDescriptor)
public InlineResponse2001 addBankDescriptorItem(BankDescriptor bankDescriptorItem)
@Valid public @Valid List<BankDescriptor> getBankDescriptor()
public void setBankDescriptor(List<BankDescriptor> bankDescriptor)
public InlineResponse2001 keyword(String keyword)
public String getKeyword()
public void setKeyword(String keyword)
public InlineResponse2001 start(Integer start)
public Integer getStart()
public void setStart(Integer start)
public InlineResponse2001 max(Integer max)
public Integer getMax()
public void setMax(Integer max)
public InlineResponse2001 total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2020. All rights reserved.