# Print output for @column tags ?> AccessControlProfileId - Android SDK | Android Developers

Most visited


Recently visited


AccessControlProfileId

public class AccessControlProfileId
extends Object

java.lang.Object
   ↳ android.security.identity.AccessControlProfileId


A class used to wrap an access control profile identifiers.

Summary


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 constructors


AccessControlProfileId

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 methods


getId

public int getId ()

Gets the numerical identifier wrapped by this object.

Returns
int the identifier.