public class OnWayPointChange extends RPCNotification
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_WAY_POINTS |
function, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
OnWayPointChange() |
OnWayPointChange(Hashtable<String,Object> hash) |
OnWayPointChange(List<LocationDetails> wayPoints) |
| Modifier and Type | Method and Description |
|---|---|
List<LocationDetails> |
getWayPoints() |
OnWayPointChange |
setWayPoints(List<LocationDetails> wayPoints) |
getBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_WAY_POINTS
public OnWayPointChange()
public OnWayPointChange(@NonNull
List<LocationDetails> wayPoints)
public List<LocationDetails> getWayPoints()
public OnWayPointChange setWayPoints(@NonNull List<LocationDetails> wayPoints)