Klasse SearchRange
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.SearchRange
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SearchRange
extends Object
SearchRange
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Objectfrom value is used to set the minimum value in the request criteria and it can be integer, date or datetimeprotected StringThis field is to search the data for the last few duration in units like seconds, minutes, hours, days and weeks.protected Objectto value is used to set the maximum value in the request criteria and it can be integer, date or datetime -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSearchRange(Object from, String since, Object to) SearchRange(Consumer<SearchRange> spec) Constructs a validated implementation ofSearchRange. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanfrom()from value is used to set the minimum value in the request criteria and it can be integer, date or datetimefrom value is used to set the minimum value in the request criteria and it can be integer, date or datetimeinthashCode()since()This field is to search the data for the last few duration in units like seconds, minutes, hours, days and weeks.This field is to search the data for the last few duration in units like seconds, minutes, hours, days and weeks.to()to value is used to set the maximum value in the request criteria and it can be integer, date or datetimeto value is used to set the maximum value in the request criteria and it can be integer, date or datetimetoString()
-
Felddetails
-
from
from value is used to set the minimum value in the request criteria and it can be integer, date or datetime -
since
This field is to search the data for the last few duration in units like seconds, minutes, hours, days and weeks. Possible units are [smhdw] -
to
to value is used to set the maximum value in the request criteria and it can be integer, date or datetime
-
-
Konstruktordetails
-
SearchRange
Constructs a validated implementation ofSearchRange.- Parameter:
spec- the specification to process
-
SearchRange
-
SearchRange
protected SearchRange()
-
-
Methodendetails
-
from
from value is used to set the minimum value in the request criteria and it can be integer, date or datetime -
since
This field is to search the data for the last few duration in units like seconds, minutes, hours, days and weeks. Possible units are [smhdw] -
to
to value is used to set the maximum value in the request criteria and it can be integer, date or datetime -
from
from value is used to set the minimum value in the request criteria and it can be integer, date or datetime- Gibt zurück:
this.
-
since
This field is to search the data for the last few duration in units like seconds, minutes, hours, days and weeks. Possible units are [smhdw]- Gibt zurück:
this.
-
to
to value is used to set the maximum value in the request criteria and it can be integer, date or datetime- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-