public final class ResponseMetadata extends Object
ApiResponse.ResponseMetadata.Builder| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseMetadata.Builder
Used to build instances of
ResponseMetadata. |
| Modifier and Type | Method and Description |
|---|---|
BuildType |
getDbBuildType()
Gets the build type of the InfluxDB instance.
|
Version |
getDbVersion()
Gets the version of the InfluxDB instance.
|
String |
getRequestId()
Gets the request ID for the response.
|
Instant |
getTimestamp()
Gets the timestamp of the response.
|
String |
toString() |
public Instant getTimestamp()
public String getRequestId()
public BuildType getDbBuildType()
public Version getDbVersion()
Copyright © 2020. All rights reserved.