Class ImmutableGraphInfo
- java.lang.Object
-
- org.opennms.integration.api.v1.graph.immutables.ImmutableGraphInfo
-
- All Implemented Interfaces:
org.opennms.integration.api.v1.graph.GraphInfo
public final class ImmutableGraphInfo extends java.lang.Object implements org.opennms.integration.api.v1.graph.GraphInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImmutableGraphInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImmutableGraphInfo.Builderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetDescription()java.lang.StringgetLabel()java.lang.StringgetNamespace()inthashCode()static org.opennms.integration.api.v1.graph.GraphInfoimmutableCopy(org.opennms.integration.api.v1.graph.GraphInfo graphInfo)static ImmutableGraphInfo.BuildernewBuilder(java.lang.String namespace, java.lang.String label, java.lang.String description)static ImmutableGraphInfo.BuildernewBuilderFrom(org.opennms.integration.api.v1.graph.GraphInfo fromGraphInfo)java.lang.StringtoString()
-
-
-
Method Detail
-
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespacein interfaceorg.opennms.integration.api.v1.graph.GraphInfo
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceorg.opennms.integration.api.v1.graph.GraphInfo
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceorg.opennms.integration.api.v1.graph.GraphInfo
-
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 ImmutableGraphInfo.Builder builder()
-
newBuilder
public static ImmutableGraphInfo.Builder newBuilder(java.lang.String namespace, java.lang.String label, java.lang.String description)
-
newBuilderFrom
public static ImmutableGraphInfo.Builder newBuilderFrom(org.opennms.integration.api.v1.graph.GraphInfo fromGraphInfo)
-
immutableCopy
public static org.opennms.integration.api.v1.graph.GraphInfo immutableCopy(org.opennms.integration.api.v1.graph.GraphInfo graphInfo)
-
-