|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHeader
IHeader is the interface representing the class Header
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getAssetId()
Returns the header's asset ID attribute value |
long |
getDateTime()
Returns the header's date-time attribute value as a long millisecond value |
java.lang.String |
getDateTimeAsString()
Returns the header's date-time attribute value as an ISO 8601 date string |
java.lang.String |
getEventId()
Returns the header's event ID attribute value |
java.lang.String |
getEventType()
Returns the header's event type attribute value |
java.lang.String |
getGeoLocation()
Returns the header's geographical location attribute value |
java.lang.String |
getOriginatingEventId()
Returns the header's originating event ID attribute value |
short |
getPriority()
Returns the header's priority attribute value |
java.lang.String |
getSourceApplication()
Returns the header's source application attribute value |
java.lang.String |
getSourceComponent()
Returns the header's source component attribute value |
java.lang.String |
getSourceComponentIdType()
Returns the header's source component ID type attribute value |
java.lang.String |
getSourceComponentType()
Returns the header's source component type attribute value |
IGroup |
getSourceGroup()
Returns the header's source component subgroup |
java.lang.String |
getSourceId()
Returns the header's source ID attribute value |
java.lang.String |
getSourceLocation()
Returns the header's source component location attribute value |
java.lang.String |
getSourceLocationType()
Returns the header's source component location type attribute value |
java.lang.String |
getSourceSubComponent()
Returns the header's source component subcomponent attribute value |
java.lang.String |
getTargetId()
Returns the header's target ID attribute value |
void |
setAssetId(java.lang.String assetId)
Sets the header's asset ID attribute value |
void |
setDateTime(long dateTime)
Sets the header's date-time attribute value to the long millisecond value |
void |
setEventId(java.lang.String eventId)
Sets the header's event ID attribute value |
void |
setEventType(java.lang.String eventType)
Sets the header's event type attribute value |
void |
setGeoLocation(java.lang.String geoLocation)
Sets the header's geographical location attribute value |
void |
setOriginatingEventId(java.lang.String originatingEventId)
Sets the header's originating event ID attribute value |
void |
setPriority(short priority)
Sets the header's priority attribute value |
void |
setSourceApplication(java.lang.String s)
Sets the header's source application attribute value |
void |
setSourceComponent(java.lang.String s)
Sets the header's source component attribute value |
void |
setSourceComponentIdType(java.lang.String s)
Sets the header's source component ID type attribute value |
void |
setSourceComponentType(java.lang.String s)
Sets the header's source component type attribute value |
void |
setSourceId(java.lang.String targetId)
Sets the header's source ID attribute value |
void |
setSourceLocation(java.lang.String s)
Sets the header's source component location attribute value |
void |
setSourceLocationType(java.lang.String s)
Sets the header's source component location type attribute value |
void |
setSourceSubComponent(java.lang.String s)
Sets the header's source component subcomponent attribute value |
void |
setTargetId(java.lang.String targetId)
Sets the header's target ID attribute value |
java.util.Map |
toMap()
Converts the header to a java.util.Map |
Methods inherited from interface com.ibm.sensorevent.model.IGroup |
---|
toTypedMap |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getAssetId() throws SensorEventException
SensorEventException
void setAssetId(java.lang.String assetId) throws SensorEventException
SensorEventException
long getDateTime() throws SensorEventException
SensorEventException
java.lang.String getDateTimeAsString() throws SensorEventException
ISO 8601 date string
SensorEventException
void setDateTime(long dateTime) throws SensorEventException
SensorEventException
java.lang.String getEventId() throws SensorEventException
SensorEventException
void setEventId(java.lang.String eventId) throws SensorEventException
SensorEventException
java.lang.String getEventType() throws SensorEventException
SensorEventException
void setEventType(java.lang.String eventType) throws SensorEventException
SensorEventException
java.lang.String getGeoLocation() throws SensorEventException
SensorEventException
void setGeoLocation(java.lang.String geoLocation) throws SensorEventException
SensorEventException
java.lang.String getOriginatingEventId() throws SensorEventException
SensorEventException
void setOriginatingEventId(java.lang.String originatingEventId) throws SensorEventException
SensorEventException
short getPriority() throws SensorEventException
SensorEventException
void setPriority(short priority) throws SensorEventException
SensorEventException
java.lang.String getSourceId() throws SensorEventException
SensorEventException
void setSourceId(java.lang.String targetId) throws SensorEventException
SensorEventException
java.lang.String getTargetId() throws SensorEventException
SensorEventException
void setTargetId(java.lang.String targetId) throws SensorEventException
SensorEventException
java.lang.String getSourceApplication() throws SensorEventException
SensorEventException
void setSourceApplication(java.lang.String s) throws SensorEventException
SensorEventException
java.lang.String getSourceComponent() throws SensorEventException
SensorEventException
void setSourceComponent(java.lang.String s) throws SensorEventException
SensorEventException
java.lang.String getSourceSubComponent() throws SensorEventException
SensorEventException
void setSourceSubComponent(java.lang.String s) throws SensorEventException
SensorEventException
java.lang.String getSourceComponentType() throws SensorEventException
SensorEventException
void setSourceComponentType(java.lang.String s) throws SensorEventException
SensorEventException
java.lang.String getSourceComponentIdType() throws SensorEventException
SensorEventException
void setSourceComponentIdType(java.lang.String s) throws SensorEventException
SensorEventException
java.lang.String getSourceLocation() throws SensorEventException
SensorEventException
void setSourceLocation(java.lang.String s) throws SensorEventException
SensorEventException
java.lang.String getSourceLocationType() throws SensorEventException
SensorEventException
void setSourceLocationType(java.lang.String s) throws SensorEventException
SensorEventException
IGroup getSourceGroup() throws SensorEventException
SensorEventException
java.util.Map toMap() throws SensorEventException
toMap
in interface IGroup
SensorEventException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |