public class UnsubscribeWayPointsResponse extends RPCResponse
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_WAY_POINTS |
KEY_INFO, KEY_RESULT_CODE, KEY_SUCCESSfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
UnsubscribeWayPointsResponse() |
UnsubscribeWayPointsResponse(Boolean success,
Result resultCode)
Constructs a new UnsubscribeWayPointsResponse object
|
UnsubscribeWayPointsResponse(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
List<LocationDetails> |
getWayPoints()
Gets the way points location details
|
UnsubscribeWayPointsResponse |
setWayPoints(List<LocationDetails> wayPoints)
Sets the way points location details
|
getCorrelationID, getInfo, getResultCode, getSuccess, setCorrelationID, setInfo, setResultCode, setSuccessgetBoolean, 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 UnsubscribeWayPointsResponse setWayPoints(List<LocationDetails> wayPoints)
wayPoints - the way points location detailspublic List<LocationDetails> getWayPoints()