Class LogsPerfSpan
- java.lang.Object
-
- com.rivet.api.resources.cloud.common.types.LogsPerfSpan
-
public final class LogsPerfSpan extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLogsPerfSpan._FinalStagestatic classLogsPerfSpan.Builderstatic interfaceLogsPerfSpan.LabelStagestatic interfaceLogsPerfSpan.StartTsStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogsPerfSpan.LabelStagebuilder()booleanequals(java.lang.Object other)java.util.Optional<java.time.OffsetDateTime>getFinishTs()java.lang.StringgetLabel()java.util.Optional<java.util.UUID>getReqId()java.time.OffsetDateTimegetStartTs()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
- Returns:
- The label given to this performance span.
-
getStartTs
public java.time.OffsetDateTime getStartTs()
- Returns:
- RFC3339 timestamp.
-
getFinishTs
public java.util.Optional<java.time.OffsetDateTime> getFinishTs()
- Returns:
- RFC3339 timestamp.
-
getReqId
public java.util.Optional<java.util.UUID> getReqId()
-
equals
public boolean equals(java.lang.Object other)
- 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 LogsPerfSpan.LabelStage builder()
-
-