Class ImmutableGraphContainerInfo.Builder
- java.lang.Object
-
- org.opennms.integration.api.v1.graph.immutables.ImmutableGraphContainerInfo.Builder
-
- Enclosing class:
- ImmutableGraphContainerInfo
public static final class ImmutableGraphContainerInfo.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmutableGraphContainerInfo.BuilderaddGraphInfo(org.opennms.integration.api.v1.graph.GraphInfo graphInfo)org.opennms.integration.api.v1.graph.GraphContainerInfobuild()ImmutableGraphContainerInfo.BuildercontainerId(java.lang.String containerId)ImmutableGraphContainerInfo.Builderdescription(java.lang.String description)ImmutableGraphContainerInfo.BuildergraphContainerInfo(org.opennms.integration.api.v1.graph.GraphContainerInfo graphContainerInfo)ImmutableGraphContainerInfo.Builderlabel(java.lang.String label)
-
-
-
Method Detail
-
containerId
public ImmutableGraphContainerInfo.Builder containerId(java.lang.String containerId)
-
description
public ImmutableGraphContainerInfo.Builder description(java.lang.String description)
-
label
public ImmutableGraphContainerInfo.Builder label(java.lang.String label)
-
graphContainerInfo
public ImmutableGraphContainerInfo.Builder graphContainerInfo(org.opennms.integration.api.v1.graph.GraphContainerInfo graphContainerInfo)
-
addGraphInfo
public ImmutableGraphContainerInfo.Builder addGraphInfo(org.opennms.integration.api.v1.graph.GraphInfo graphInfo)
-
build
public org.opennms.integration.api.v1.graph.GraphContainerInfo build()
-
-