# Print output for @column tags ?>
public
class
AccessControlProfileId
extends Object
| java.lang.Object | |
| ↳ | android.security.identity.AccessControlProfileId |
A class used to wrap an access control profile identifiers.
Public constructors | |
|---|---|
AccessControlProfileId(int id)
Constructs a new object holding a numerical identifier. |
|
Public methods | |
|---|---|
int
|
getId()
Gets the numerical identifier wrapped by this object. |
Inherited methods | |
|---|---|
public AccessControlProfileId (int id)
Constructs a new object holding a numerical identifier.
The identifier must be a non-negative number and less than 32.
| Parameters | |
|---|---|
id |
int: the identifier. |
public int getId ()
Gets the numerical identifier wrapped by this object.
| Returns | |
|---|---|
int |
the identifier. |