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