@ParametersAreNonnullByDefault public class CheckpointTiming extends Object
Modifier and Type | Field and Description |
---|---|
String |
checkpointName |
java.time.Duration |
checkpointTime |
Constructor and Description |
---|
CheckpointTiming(String checkpointName,
java.time.Duration checkpointTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCheckpointName() |
java.time.Duration |
getCheckpointTime() |
int |
hashCode() |
String |
toString() |
public final String checkpointName
public final java.time.Duration checkpointTime
public CheckpointTiming(String checkpointName, java.time.Duration checkpointTime)
@Nonnull public java.time.Duration getCheckpointTime()
Copyright © 2002-2021 Atlassian. All Rights Reserved.