public final class WaitResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WaitResult.Builder |
Modifier and Type | Method and Description |
---|---|
static WaitResult.Builder |
builder(long start,
long stop) |
static WaitResult |
create(long start,
long stop) |
long |
getElapsed() |
long |
getStart() |
long |
getStop() |
public static WaitResult create(long start, long stop)
public static WaitResult.Builder builder(long start, long stop)
public long getStart()
public long getElapsed()
public long getStop()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.