![]() |
Hubiquitus Android
0.6.1
Android client for hubiquitus protocol
|
Public Member Functions | |
String | getRef () |
void | setRef (String ref) |
String | getConvid () |
void | setConvid (String convid) |
HMessagePriority | getPriority () |
void | setPriority (HMessagePriority priority) |
long | getRelevance () |
void | setRelevance (long relevance) |
Integer | getRelevanceOffset () |
void | setRelevanceOffset (Integer relevanceOffset) |
Boolean | getPersistent () |
void | setPersistent (Boolean persistent) |
HLocation | getLocation () |
void | setLocation (HLocation location) |
String | getAuthor () |
void | setAuthor (String author) |
JSONObject | getHeaders () |
void | setHeaders (JSONObject headers) |
long | getPublished () |
void | setPublished (long published) |
Integer | getTimeout () |
void | setTimeout (Integer timeout) |
JSONObject org.hubiquitus.hapi.hStructures.HMessageOptions.getHeaders | ( | ) |
The list of headers attached to this message.
The geographical location to which the message refer.
Persistent if false.
If UNDEFINED, priority lower to 0.
Date-time when the message is publish
Date-time until which the message is considered as relevant.
Time (in ms) to wait for a response before hAPI sends a timeout
void org.hubiquitus.hapi.hStructures.HMessageOptions.setRelevanceOffset | ( | Integer | relevanceOffset | ) |
You can use this option to indicate a duration in ms. If you use this parameter, it will override the relevance one by updating the date-time for the relevance of the hMessage.
relevanceOffset |