Class ImmutableGraphContainerInfo
- java.lang.Object
-
- org.opennms.integration.api.v1.graph.immutables.ImmutableGraphContainerInfo
-
- All Implemented Interfaces:
org.opennms.integration.api.v1.graph.GraphContainerInfo
public final class ImmutableGraphContainerInfo extends java.lang.Object implements org.opennms.integration.api.v1.graph.GraphContainerInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImmutableGraphContainerInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImmutableGraphContainerInfo.Builderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetContainerId()java.lang.StringgetDescription()java.util.List<org.opennms.integration.api.v1.graph.GraphInfo>getGraphInfos()java.lang.StringgetLabel()inthashCode()static org.opennms.integration.api.v1.graph.GraphContainerInfoimmutableCopy(org.opennms.integration.api.v1.graph.GraphContainerInfo graphContainerInfo)static ImmutableGraphContainerInfo.BuildernewBuilder(java.lang.String containerId, java.lang.String label, java.lang.String description, org.opennms.integration.api.v1.graph.GraphInfo... graphInfos)static ImmutableGraphContainerInfo.BuildernewBuilderFrom(org.opennms.integration.api.v1.graph.GraphContainerInfo fromGraphContainerInfo)java.lang.StringtoString()
-
-
-
Method Detail
-
getContainerId
public java.lang.String getContainerId()
- Specified by:
getContainerIdin interfaceorg.opennms.integration.api.v1.graph.GraphContainerInfo
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceorg.opennms.integration.api.v1.graph.GraphContainerInfo
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceorg.opennms.integration.api.v1.graph.GraphContainerInfo
-
getGraphInfos
public java.util.List<org.opennms.integration.api.v1.graph.GraphInfo> getGraphInfos()
- Specified by:
getGraphInfosin interfaceorg.opennms.integration.api.v1.graph.GraphContainerInfo
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ImmutableGraphContainerInfo.Builder builder()
-
newBuilder
public static ImmutableGraphContainerInfo.Builder newBuilder(java.lang.String containerId, java.lang.String label, java.lang.String description, org.opennms.integration.api.v1.graph.GraphInfo... graphInfos)
-
newBuilderFrom
public static ImmutableGraphContainerInfo.Builder newBuilderFrom(org.opennms.integration.api.v1.graph.GraphContainerInfo fromGraphContainerInfo)
-
immutableCopy
public static org.opennms.integration.api.v1.graph.GraphContainerInfo immutableCopy(org.opennms.integration.api.v1.graph.GraphContainerInfo graphContainerInfo)
-
-