public class BrAPIPlateListResponseResult extends Object implements BrAPIResponseResult<BrAPIPlate>
| Constructor and Description |
|---|
BrAPIPlateListResponseResult() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIPlateListResponseResult |
addDataItem(BrAPIPlate dataItem) |
BrAPIPlateListResponseResult |
data(List<BrAPIPlate> data) |
boolean |
equals(Object o) |
List<BrAPIPlate> |
getData()
The `data` array is part of the BrAPI standard List Response JSON container.
|
int |
hashCode() |
void |
setData(List<BrAPIPlate> data) |
String |
toString() |
public BrAPIPlateListResponseResult data(List<BrAPIPlate> data)
public BrAPIPlateListResponseResult addDataItem(BrAPIPlate dataItem)
public List<BrAPIPlate> getData()
getData in interface BrAPIResponseResult<BrAPIPlate>public void setData(List<BrAPIPlate> data)
setData in interface BrAPIResponseResult<BrAPIPlate>Copyright © 2023. All rights reserved.