@InterfaceAudience.Public @InterfaceStability.Experimental public class PingReport extends Object
Constructor and Description |
---|
PingReport(List<PingServiceHealth> services,
String sdk,
String id,
long configRev) |
Modifier and Type | Method and Description |
---|---|
long |
configRev() |
String |
exportToJson()
Exports this report into the RFC JSON format.
|
String |
exportToJson(boolean pretty)
Exports this report into the RFC JSON format.
|
String |
id() |
String |
sdk() |
List<PingServiceHealth> |
services() |
String |
toString() |
int |
version() |
public PingReport(List<PingServiceHealth> services, String sdk, String id, long configRev)
public List<PingServiceHealth> services()
public String exportToJson()
public String exportToJson(boolean pretty)
public String sdk()
public String id()
public int version()
public long configRev()
Copyright © 2021 Couchbase, Inc.. All rights reserved.