Package tech.kronicle.sdk.models
Class GetComponentCallGraphsResponse
- java.lang.Object
-
- tech.kronicle.sdk.models.GetComponentCallGraphsResponse
-
public final class GetComponentCallGraphsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetComponentCallGraphsResponse(java.util.List<@NotNull @Valid SummaryCallGraph> callGraphs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<@NotNull @Valid SummaryCallGraph>getCallGraphs()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
GetComponentCallGraphsResponse
@ConstructorProperties("callGraphs") public GetComponentCallGraphsResponse(java.util.List<@NotNull @Valid SummaryCallGraph> callGraphs)
-
-
Method Detail
-
getCallGraphs
public java.util.List<@NotNull @Valid SummaryCallGraph> getCallGraphs()
-
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
-
-