Class ContainerChangeSet
- java.lang.Object
-
- org.opennms.netmgt.graph.api.updates.ContainerChangeSet
-
public class ContainerChangeSet extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContainerChangeSet.ContainerChangeSetBuilder
-
Constructor Summary
Constructors Constructor Description ContainerChangeSet(ContainerChangeSet.ContainerChangeSetBuilder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContainerChangeSet.ContainerChangeSetBuilderbuilder(ImmutableGraphContainer oldGraphContainer, ImmutableGraphContainer newGraphContainer)static ContainerChangeSet.ContainerChangeSetBuilderbuilder(ImmutableGraphContainer oldGraphContainer, ImmutableGraphContainer newGraphContainer, java.util.Date changeSetDate)java.util.DategetChangeSetDate()java.lang.StringgetContainerId()java.util.List<ImmutableGraph<?,?>>getGraphsAdded()java.util.List<ImmutableGraph<?,?>>getGraphsRemoved()java.util.List<ChangeSet<?,?,?>>getGraphsUpdated()booleanhasChanges()
-
-
-
Constructor Detail
-
ContainerChangeSet
public ContainerChangeSet(ContainerChangeSet.ContainerChangeSetBuilder builder)
-
-
Method Detail
-
getChangeSetDate
public java.util.Date getChangeSetDate()
-
getGraphsAdded
public java.util.List<ImmutableGraph<?,?>> getGraphsAdded()
-
getGraphsRemoved
public java.util.List<ImmutableGraph<?,?>> getGraphsRemoved()
-
getGraphsUpdated
public java.util.List<ChangeSet<?,?,?>> getGraphsUpdated()
-
hasChanges
public boolean hasChanges()
-
getContainerId
public java.lang.String getContainerId()
-
builder
public static ContainerChangeSet.ContainerChangeSetBuilder builder(ImmutableGraphContainer oldGraphContainer, ImmutableGraphContainer newGraphContainer)
-
builder
public static ContainerChangeSet.ContainerChangeSetBuilder builder(ImmutableGraphContainer oldGraphContainer, ImmutableGraphContainer newGraphContainer, java.util.Date changeSetDate)
-
-