Package tech.kronicle.sdk.models
Class SummarySubComponentDependencyNode
- java.lang.Object
-
- tech.kronicle.sdk.models.SummarySubComponentDependencyNode
-
- All Implemented Interfaces:
ObjectWithComponentId
public final class SummarySubComponentDependencyNode extends java.lang.Object implements ObjectWithComponentId
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSummarySubComponentDependencyNode.SummarySubComponentDependencyNodeBuilder
-
Constructor Summary
Constructors Constructor Description SummarySubComponentDependencyNode(java.lang.String componentId, java.lang.String spanName, java.util.Map<java.lang.String,java.lang.String> tags)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarySubComponentDependencyNode.SummarySubComponentDependencyNodeBuilderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetComponentId()java.lang.StringgetSpanName()java.util.Map<java.lang.String,java.lang.String>getTags()inthashCode()SummarySubComponentDependencyNode.SummarySubComponentDependencyNodeBuildertoBuilder()java.lang.StringtoString()SummarySubComponentDependencyNodewithComponentId(java.lang.String componentId)SummarySubComponentDependencyNodewithSpanName(java.lang.String spanName)SummarySubComponentDependencyNodewithTags(java.util.Map<java.lang.String,java.lang.String> tags)
-
-
-
Method Detail
-
builder
public static SummarySubComponentDependencyNode.SummarySubComponentDependencyNodeBuilder builder()
-
toBuilder
public SummarySubComponentDependencyNode.SummarySubComponentDependencyNodeBuilder toBuilder()
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceObjectWithComponentId
-
getSpanName
public java.lang.String getSpanName()
-
getTags
public java.util.Map<java.lang.String,java.lang.String> getTags()
-
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
-
withComponentId
public SummarySubComponentDependencyNode withComponentId(java.lang.String componentId)
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withSpanName
public SummarySubComponentDependencyNode withSpanName(java.lang.String spanName)
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withTags
public SummarySubComponentDependencyNode withTags(java.util.Map<java.lang.String,java.lang.String> tags)
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
-