Package com.seeq.model
Class CapsuleV1
java.lang.Object
com.seeq.model.CapsuleV1
The primary object of interest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPropertiesItem
(ScalarPropertyV1 propertiesItem) boolean
The point at which the capsule becomes uncertain.getEnd()
The end of the capsule.getId()
The id of the capsuleTrue if this capsule is fully or partially uncertainA list of the capsule's propertiesgetStart()
The start of the capsule.int
hashCode()
isUncertain
(Boolean isUncertain) properties
(List<ScalarPropertyV1> properties) void
setCursorKey
(Object cursorKey) void
void
void
setIsUncertain
(Boolean isUncertain) void
setProperties
(List<ScalarPropertyV1> properties) void
toString()
-
Constructor Details
-
CapsuleV1
public CapsuleV1()
-
-
Method Details
-
cursorKey
-
getCursorKey
The point at which the capsule becomes uncertain. For a time, an ISO 8601 date string (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm), or a whole number of nanoseconds since the unix epoch (if the units are nanoseconds). For a numeric (non-time), a double-precision number.- Returns:
- cursorKey
-
setCursorKey
-
end
-
getEnd
The end of the capsule. For a time, an ISO 8601 date string (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm), or a whole number of nanoseconds since the unix epoch (if the units are nanoseconds). For a numeric (non-time), a double-precision number.- Returns:
- end
-
setEnd
-
id
-
getId
The id of the capsule- Returns:
- id
-
setId
-
isUncertain
-
getIsUncertain
True if this capsule is fully or partially uncertain- Returns:
- isUncertain
-
setIsUncertain
-
properties
-
addPropertiesItem
-
getProperties
A list of the capsule's properties- Returns:
- properties
-
setProperties
-
start
-
getStart
The start of the capsule. For a time, an ISO 8601 date string (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm), or a whole number of nanoseconds since the unix epoch (if the units are nanoseconds). For a numeric (non-time), a double-precision number.- Returns:
- start
-
setStart
-
equals
-
hashCode
public int hashCode() -
toString
-