public class BenchResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BenchResult.State |
| Constructor and Description |
|---|
BenchResult(BenchResult.State state,
Instant created,
Instant lastModified) |
| Modifier and Type | Method and Description |
|---|---|
Instant |
getCreated() |
Instant |
getLastModified() |
BenchResult.State |
getState() |
public BenchResult(BenchResult.State state, Instant created, Instant lastModified)
public BenchResult.State getState()
public Instant getCreated()
public Instant getLastModified()
Copyright © 2022. All rights reserved.