public class BrAPIVendorPlateListResponseResult extends Object implements BrAPIResponseResult<BrAPIVendorPlate>
| Constructor and Description |
|---|
BrAPIVendorPlateListResponseResult() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIVendorPlateListResponseResult |
addDataItem(BrAPIVendorPlate dataItem) |
BrAPIVendorPlateListResponseResult |
data(List<BrAPIVendorPlate> data) |
boolean |
equals(Object o) |
@Valid List<BrAPIVendorPlate> |
getData()
Get data
|
int |
hashCode() |
void |
setData(List<BrAPIVendorPlate> data) |
String |
toString() |
public BrAPIVendorPlateListResponseResult data(List<BrAPIVendorPlate> data)
public BrAPIVendorPlateListResponseResult addDataItem(BrAPIVendorPlate dataItem)
@Valid public @Valid List<BrAPIVendorPlate> getData()
getData in interface BrAPIResponseResult<BrAPIVendorPlate>public void setData(List<BrAPIVendorPlate> data)
setData in interface BrAPIResponseResult<BrAPIVendorPlate>Copyright © 2023. All rights reserved.