java.lang.Object
Creates a new PermissionStatus instance
public PermissionStatus(FunctionID rpcName,boolean isRPCAllowed,java.util.Map<java.lang.String, java.lang.Boolean> allowedParameters)
Get the name of the RPC
public com.smartdevicelink.protocol.enums.FunctionID getRPCName()
Get whether the RCP is allowed or not
public boolean getIsRPCAllowed()
Set whether the RPC is allowed or not
protected void setIsRPCAllowed(boolean isRPCAllowed)
Get the status of the permission parameter for the RPC
public java.util.Map getAllowedParameters()
Set the status of the permission parameter for the RPC
protected void setAllowedParameters(java.util.Map<java.lang.String, java.lang.Boolean> allowedParameters)
public java.lang.String toString()
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |