public static final class ImmutableGraphInfo.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
org.opennms.integration.api.v1.graph.GraphInfo |
build() |
ImmutableGraphInfo.Builder |
description(String description) |
ImmutableGraphInfo.Builder |
graphInfo(org.opennms.integration.api.v1.graph.GraphInfo graphInfo) |
ImmutableGraphInfo.Builder |
label(String label) |
ImmutableGraphInfo.Builder |
namespace(String namespace) |
public ImmutableGraphInfo.Builder namespace(String namespace)
public ImmutableGraphInfo.Builder label(String label)
public ImmutableGraphInfo.Builder description(String description)
public ImmutableGraphInfo.Builder graphInfo(org.opennms.integration.api.v1.graph.GraphInfo graphInfo)
public org.opennms.integration.api.v1.graph.GraphInfo build()
Copyright © 2021. All rights reserved.