public static final class WaitForOption.Timeout extends WaitForOption
WaitForOption.CheckingPeriod, WaitForOption.Timeout| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static WaitForOption.Timeout |
getOrDefault(WaitForOption... options)
Returns the
Timeout option specified in options. |
int |
hashCode() |
long |
timeoutMillis()
Returns the timeout in milliseconds.
|
String |
toString() |
checkEvery, timeoutpublic long timeoutMillis()
public static WaitForOption.Timeout getOrDefault(WaitForOption... options)
Timeout option specified in options. If no Timeout could
be found among options, no timeout will be used.Copyright © 2016 Google. All rights reserved.