Package de.sonallux.spotify.api.models
Class TimeInterval
java.lang.Object
de.sonallux.spotify.api.models.TimeInterval
TimeIntervalObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatThe confidence, from 0.0 to 1.0, of the reliability of the interval.floatThe duration (in seconds) of the time interval.floatThe starting point (in seconds) of the time interval. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
confidence
public float confidenceThe confidence, from 0.0 to 1.0, of the reliability of the interval.
-
duration
public float durationThe duration (in seconds) of the time interval.
-
start
public float startThe starting point (in seconds) of the time interval.
-
-
Constructor Details
-
TimeInterval
public TimeInterval()
-