@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiBatchResponse extends Object
Constructor and Description |
---|
ApiBatchResponse() |
Modifier and Type | Method and Description |
---|---|
ApiBatchResponse |
addItemsItem(ApiBatchResponseElement itemsItem) |
boolean |
equals(Object o) |
List<ApiBatchResponseElement> |
getItems() |
Boolean |
getSuccess()
Read-only.
|
int |
hashCode() |
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 getSuccess()
public void setSuccess(Boolean success)
Copyright © 2019. All rights reserved.