public abstract class Probe extends Object
Constructor and Description |
---|
Probe() |
Modifier and Type | Method and Description |
---|---|
static Probe |
create(String name,
String id,
ProbeProperties properties,
String etag) |
abstract String |
etag() |
abstract String |
id() |
abstract String |
name() |
abstract ProbeProperties |
properties() |
@Nullable public abstract ProbeProperties properties()
public static Probe create(String name, String id, ProbeProperties properties, String etag)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.