@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LLMObsSpansResponseMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ELAPSED |
static String |
JSON_PROPERTY_PAGE |
static String |
JSON_PROPERTY_REQUEST_ID |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
LLMObsSpansResponseMeta() |
LLMObsSpansResponseMeta(Long elapsed,
LLMObsSpansResponsePage page,
String requestId,
String status) |
| Modifier and Type | Method and Description |
|---|---|
LLMObsSpansResponseMeta |
elapsed(Long elapsed) |
boolean |
equals(Object o)
Return true if this LLMObsSpansResponseMeta object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getElapsed()
Time elapsed for the query in milliseconds.
|
LLMObsSpansResponsePage |
getPage()
Pagination cursor for the spans response.
|
String |
getRequestId()
Unique identifier for the request.
|
String |
getStatus()
Status of the query execution.
|
int |
hashCode() |
LLMObsSpansResponseMeta |
page(LLMObsSpansResponsePage page) |
LLMObsSpansResponseMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsSpansResponseMeta |
requestId(String requestId) |
void |
setElapsed(Long elapsed) |
void |
setPage(LLMObsSpansResponsePage page) |
void |
setRequestId(String requestId) |
void |
setStatus(String status) |
LLMObsSpansResponseMeta |
status(String status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ELAPSED
public static final String JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_REQUEST_ID
public static final String JSON_PROPERTY_STATUS
public LLMObsSpansResponseMeta()
public LLMObsSpansResponseMeta(Long elapsed, LLMObsSpansResponsePage page, String requestId, String status)
public LLMObsSpansResponseMeta elapsed(Long elapsed)
public Long getElapsed()
public void setElapsed(Long elapsed)
public LLMObsSpansResponseMeta page(LLMObsSpansResponsePage page)
public LLMObsSpansResponsePage getPage()
public void setPage(LLMObsSpansResponsePage page)
public LLMObsSpansResponseMeta requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
public LLMObsSpansResponseMeta status(String status)
public String getStatus()
public void setStatus(String status)
public LLMObsSpansResponseMeta putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.