Class SloWindowDTO
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.serialization.model.SloWindowDTO
public class SloWindowDTO
extends ObjectWithReflectiveEqualsHashCodeToString
implements DTO<SloWindow>
DTO for
SloWindow. See SloCriteriaDTO.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()setFromEpochMillis(Long fromEpochMillis) setLookbackMillis(Long lookbackMillis) setToEpochMillis(Long toEpochMillis) setType(SloWindow.Type type) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
SloWindowDTO
-
SloWindowDTO
public SloWindowDTO()
-
-
Method Details
-
buildObject
- Specified by:
buildObjectin interfaceDTO<SloWindow>
-
getType
-
setType
-
getFromEpochMillis
-
setFromEpochMillis
-
getToEpochMillis
-
setToEpochMillis
-
getLookbackMillis
-
setLookbackMillis
-