@Public
@Evolving
public class TimelinePutResponse
extends java.lang.Object
TimelineEntity objects is added to the timeline. If there are errors
in storing individual entity objects, they will be indicated in the list of
errors.| Modifier and Type | Class | Description |
|---|---|---|
static class |
TimelinePutResponse.TimelinePutError |
A class that holds the error code for one entity.
|
| Constructor | Description |
|---|---|
TimelinePutResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addError(TimelinePutResponse.TimelinePutError error) |
Add a single
TimelinePutResponse.TimelinePutError instance into the existing list |
void |
addErrors(java.util.List<TimelinePutResponse.TimelinePutError> errors) |
Add a list of
TimelinePutResponse.TimelinePutError instances into the existing list |
java.util.List<TimelinePutResponse.TimelinePutError> |
getErrors() |
Get a list of
TimelinePutResponse.TimelinePutError instances |
void |
setErrors(java.util.List<TimelinePutResponse.TimelinePutError> errors) |
Set the list to the given list of
TimelinePutResponse.TimelinePutError instances |
public java.util.List<TimelinePutResponse.TimelinePutError> getErrors()
TimelinePutResponse.TimelinePutError instancesTimelinePutResponse.TimelinePutError instancespublic void addError(TimelinePutResponse.TimelinePutError error)
TimelinePutResponse.TimelinePutError instance into the existing listerror - a single TimelinePutResponse.TimelinePutError instancepublic void addErrors(java.util.List<TimelinePutResponse.TimelinePutError> errors)
TimelinePutResponse.TimelinePutError instances into the existing listerrors - a list of TimelinePutResponse.TimelinePutError instancespublic void setErrors(java.util.List<TimelinePutResponse.TimelinePutError> errors)
TimelinePutResponse.TimelinePutError instanceserrors - a list of TimelinePutResponse.TimelinePutError instancesCopyright © 2008–2025 Apache Software Foundation. All rights reserved.