Klasse CscTimeRange
java.lang.Object
de.dlr.proseo.api.prip.rest.model.CscTimeRange
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new CscTimeRange.CscTimeRange
(String start, String end) Creates a new CscTimeRange. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
@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.@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.int
hashCode()
void
Set the end.void
Set the start.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
start
Sensing start time in UTC -
end
Sensing end time in UTC
-
-
Konstruktordetails
-
CscTimeRange
public CscTimeRange()Creates a new CscTimeRange. -
CscTimeRange
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
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
Set the end.- Parameter:
end
- the new end
-
hashCode
public int hashCode() -
equals
-
toString
-