public class DelayDTO extends ObjectWithReflectiveEqualsHashCodeToString implements DTO<Delay>
Modifier and Type | Method and Description |
---|---|
Delay |
buildObject() |
TimeUnit |
getTimeUnit() |
long |
getValue() |
DelayDTO |
setTimeUnit(TimeUnit timeUnit) |
DelayDTO |
setValue(long value) |
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key, toString
public DelayDTO(Delay delay)
public DelayDTO()
Copyright © 2018. All rights reserved.