public class ContextPartitionIdentifierInitiatedTerminated extends ContextPartitionIdentifier
Constructor and Description |
---|
ContextPartitionIdentifierInitiatedTerminated()
Ctor.
|
ContextPartitionIdentifierInitiatedTerminated(Map<String,Object> properties,
long startTime,
Long endTime)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
compareTo(ContextPartitionIdentifier other)
Compare identifiers returning a boolean indicator whether identifier information matches.
|
Long |
getEndTime()
Returns the end time of the context partition, if it can be computed
|
Map<String,Object> |
getProperties()
Event or pattern information.
|
long |
getStartTime()
Returns the start time of the context partition.
|
void |
setEndTime(Long endTime)
Sets the end time of the context partition, if it can be computed
|
void |
setProperties(Map<String,Object> properties)
Sets the event or pattern information.
|
void |
setStartTime(long startTime)
Sets the start time of the context partition.
|
String |
toString() |
getContextPartitionId, setContextPartitionId
public ContextPartitionIdentifierInitiatedTerminated()
public Map<String,Object> getProperties()
public void setProperties(Map<String,Object> properties)
properties
- starting or initiating informationpublic long getStartTime()
public void setStartTime(long startTime)
startTime
- start timepublic Long getEndTime()
public void setEndTime(Long endTime)
endTime
- end timepublic boolean compareTo(ContextPartitionIdentifier other)
ContextPartitionIdentifier
compareTo
in class ContextPartitionIdentifier
other
- to compare to