Package tech.kronicle.sdk.models
Class SummaryCallGraph
- java.lang.Object
-
- tech.kronicle.sdk.models.SummarySubComponentDependencies
-
- tech.kronicle.sdk.models.SummaryCallGraph
-
public final class SummaryCallGraph extends SummarySubComponentDependencies
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSummaryCallGraph.SummaryCallGraphBuilder<C extends SummaryCallGraph,B extends SummaryCallGraph.SummaryCallGraphBuilder<C,B>>-
Nested classes/interfaces inherited from class tech.kronicle.sdk.models.SummarySubComponentDependencies
SummarySubComponentDependencies.SummarySubComponentDependenciesBuilder<C extends SummarySubComponentDependencies,B extends SummarySubComponentDependencies.SummarySubComponentDependenciesBuilder<C,B>>
-
-
Constructor Summary
Constructors Modifier Constructor Description SummaryCallGraph(java.util.List<SummarySubComponentDependencyNode> nodes, java.util.List<SummaryComponentDependency> dependencies, java.lang.Integer traceCount)protectedSummaryCallGraph(SummaryCallGraph.SummaryCallGraphBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummaryCallGraph.SummaryCallGraphBuilder<?,?>builder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.IntegergetTraceCount()inthashCode()SummaryCallGraph.SummaryCallGraphBuilder<?,?>toBuilder()java.lang.StringtoString()-
Methods inherited from class tech.kronicle.sdk.models.SummarySubComponentDependencies
getDependencies, getNodes
-
-
-
-
Constructor Detail
-
SummaryCallGraph
public SummaryCallGraph(java.util.List<SummarySubComponentDependencyNode> nodes, java.util.List<SummaryComponentDependency> dependencies, java.lang.Integer traceCount)
-
SummaryCallGraph
protected SummaryCallGraph(SummaryCallGraph.SummaryCallGraphBuilder<?,?> b)
-
-
Method Detail
-
builder
public static SummaryCallGraph.SummaryCallGraphBuilder<?,?> builder()
-
toBuilder
public SummaryCallGraph.SummaryCallGraphBuilder<?,?> toBuilder()
- Overrides:
toBuilderin classSummarySubComponentDependencies
-
getTraceCount
public java.lang.Integer getTraceCount()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classSummarySubComponentDependencies
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classSummarySubComponentDependencies
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSummarySubComponentDependencies
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSummarySubComponentDependencies
-
-