@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2026-05-19T08:00:51.241Z[Etc/UTC]") public class ApiBatchResponse extends ApiListBase
| Constructor and Description |
|---|
ApiBatchResponse() |
| Modifier and Type | Method and Description |
|---|---|
ApiBatchResponse |
addItemsItem(ApiBatchResponseElement itemsItem) |
boolean |
equals(Object o) |
List<ApiBatchResponseElement> |
getItems()
Get items
|
int |
hashCode() |
Boolean |
isSuccess()
Read-only.
|
ApiBatchResponse |
items(List<ApiBatchResponseElement> items) |
void |
setItems(List<ApiBatchResponseElement> items) |
void |
setSuccess(Boolean success) |
ApiBatchResponse |
success(Boolean success) |
String |
toString() |
public ApiBatchResponse items(List<ApiBatchResponseElement> items)
public ApiBatchResponse addItemsItem(ApiBatchResponseElement itemsItem)
public List<ApiBatchResponseElement> getItems()
public void setItems(List<ApiBatchResponseElement> items)
public ApiBatchResponse success(Boolean success)
public Boolean isSuccess()
public void setSuccess(Boolean success)
public boolean equals(Object o)
equals in class ApiListBasepublic int hashCode()
hashCode in class ApiListBasepublic String toString()
toString in class ApiListBaseCopyright © 2026. All rights reserved.