java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.SearchRange

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class SearchRange extends Object
SearchRange
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static class 
     
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected Object
    from value is used to set the minimum value in the request criteria and it can be integer, date or datetime
    protected String
    This field is to search the data for the last few duration in units like seconds, minutes, hours, days and weeks.
    protected Object
    to value is used to set the maximum value in the request criteria and it can be integer, date or datetime
  • Konstruktorübersicht

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
    protected
     
     
    SearchRange(Object from, String since, Object to)
    Constructs a validated instance of SearchRange.
     
    Constructs a validated instance of SearchRange.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
    protected boolean
     
    boolean
     
    from value is used to set the minimum value in the request criteria and it can be integer, date or datetime
    from(Object from)
    from value is used to set the minimum value in the request criteria and it can be integer, date or datetime
    int
     
    This field is to search the data for the last few duration in units like seconds, minutes, hours, days and weeks.
    since(String since)
    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 datetime
    to(Object to)
    to value is used to set the maximum value in the request criteria and it can be integer, date or datetime
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Felddetails

    • from

      protected Object from
      from value is used to set the minimum value in the request criteria and it can be integer, date or datetime
    • since

      protected String 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

      protected Object to
      to value is used to set the maximum value in the request criteria and it can be integer, date or datetime
  • Konstruktordetails

    • SearchRange

      public SearchRange(Consumer<SearchRange> spec)
      Constructs a validated instance of SearchRange.
      Parameter:
      spec - the specification to process
    • SearchRange

      @Internal public SearchRange(Object from, String since, Object to)
      Constructs a validated instance of SearchRange.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using SearchRange(Consumer) instead.

      Parameter:
      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
    • SearchRange

      protected SearchRange()
  • Methodendetails

    • builder

      public static SearchRange.SearchRangeBuilder builder()
    • from

      public Object from()
      from value is used to set the minimum value in the request criteria and it can be integer, date or datetime
    • since

      public String 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

      public Object to()
      to value is used to set the maximum value in the request criteria and it can be integer, date or datetime
    • from

      public SearchRange from(Object 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

      public SearchRange since(String 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

      public SearchRange to(Object 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

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object