public final class StartTimeout extends _StartTimeout
_StartTimeout.
Use the static factory method to create immutable instances:
StartTimeout.of().
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another)
This instance is equal to all instances of
StartTimeout that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
value. |
static StartTimeout |
of(Long value)
Construct a new immutable
StartTimeout instance. |
Long |
value() |
public Long value()
value in class de.flapdoodle.embed.process.types.Wrapper<Long>value attributepublic boolean equals(Object another)
StartTimeout that have equal attribute values.public int hashCode()
value.public static StartTimeout of(Long value)
StartTimeout instance.value - The value for the value attributeCopyright © 2024. All rights reserved.