Klasse CscTimeRange

java.lang.Object
de.dlr.proseo.api.prip.rest.model.CscTimeRange
Alle implementierten Schnittstellen:
Serializable

public class CscTimeRange extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • start

      protected String start
      Sensing start time in UTC
    • end

      protected String end
      Sensing end time in UTC
  • Konstruktordetails

    • CscTimeRange

      public CscTimeRange()
      Creates a new CscTimeRange.
    • CscTimeRange

      public CscTimeRange(String start, String end)
      Creates a new CscTimeRange.
  • Methodendetails

    • getStart

      @NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") public @NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") String getStart()
      Returns the start.
      Gibt zurück:
      start
    • setStart

      public void setStart(String start)
      Set the start.
      Parameter:
      start - the new start
    • getEnd

      @NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") public @NotNull @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d.\\d{3}Z$") String getEnd()
      Returns the end.
      Gibt zurück:
      end
    • setEnd

      public void setEnd(String end)
      Set the end.
      Parameter:
      end - the new end
    • hashCode

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

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

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