java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Name | Type | Description | SmartDeviceLink Ver. Available |
---|---|---|---|
allowed | String | A set of all parameters that are permitted for this given RPC.
|
SmartDeviceLink 2.0 |
userDisallowed | String | A set of all parameters that are prohibited for this given RPC.
|
SmartDeviceLink 2.0 |
public static final java.lang.String KEY_ALLOWED
public static final java.lang.String KEY_USER_DISALLOWED
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated ParameterPermissions object
public ParameterPermissions()
Constructs a newly allocated ParameterPermissions object indicated by the Hashtable parameter
public ParameterPermissions(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated ParameterPermissions object
public ParameterPermissions(java.util.List<java.lang.String> allowed,java.util.List<java.lang.String> userDisallowed)
get a set of all parameters that are permitted for this given RPC.
public java.util.List getAllowed()
set a set of all parameters that are permitted for this given RPC.
public com.smartdevicelink.proxy.rpc.ParameterPermissions setAllowed(java.util.List<java.lang.String> allowed)
get a set of all parameters that are prohibited for this given RPC.
public java.util.List getUserDisallowed()
set a set of all parameters that are prohibited for this given RPC.
public com.smartdevicelink.proxy.rpc.ParameterPermissions setUserDisallowed(java.util.List<java.lang.String> userDisallowed)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |