@Stability.Volatile public class RawExternalAnalyticsLink extends AnalyticsLink
| Modifier and Type | Method and Description |
|---|---|
static RawExternalAnalyticsLink |
fromJson(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode json) |
String |
json()
Returns the raw JSON representation of the link.
|
Map<String,String> |
toMap()
Returns an (internal) representation of this link as a map.
|
String |
toString() |
AnalyticsLinkType |
type()
Returns the type of the link.
|
couchbaseRemote, dataverse, name, s3public static RawExternalAnalyticsLink fromJson(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode json)
public Map<String,String> toMap()
AnalyticsLinktoMap in class AnalyticsLinkpublic AnalyticsLinkType type()
AnalyticsLinktype in class AnalyticsLinkpublic String json()
Copyright © 2024 Couchbase, Inc.. All rights reserved.