Package com.seeq.model
Class CapsuleInputV1
java.lang.Object
com.seeq.model.CapsuleInputV1
The list of capsules
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPropertiesItem
(ScalarPropertyV1 propertiesItem) boolean
getEnd()
The end of the capsule.A list of the capsule's propertiesgetStart()
The start of the capsule.int
hashCode()
properties
(List<ScalarPropertyV1> properties) void
void
setProperties
(List<ScalarPropertyV1> properties) void
toString()
-
Constructor Details
-
CapsuleInputV1
public CapsuleInputV1()
-
-
Method Details
-
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).- Returns:
- end
-
setEnd
-
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).- Returns:
- start
-
setStart
-
equals
-
hashCode
public int hashCode() -
toString
-