public class Collector extends Object
| Constructor and Description |
|---|
Collector() |
Collector(String host,
String name,
String namespace,
Integer port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost()
The collector host
|
String |
getName()
The collector name.
|
String |
getNamespace()
The collector namespace.
|
Integer |
getPort()
The collector port.
|
int |
hashCode() |
static CollectorBuilder |
newBuilder() |
static CollectorBuilder |
newBuilderFromDefaults() |
public String getHost()
public String getName()
public String getNamespace()
public Integer getPort()
public static CollectorBuilder newBuilder()
public static CollectorBuilder newBuilderFromDefaults()
Copyright © 2018–2024 Red Hat. All rights reserved.