Package com.android.identity
Class AccessControlProfileId
- java.lang.Object
-
- com.android.identity.AccessControlProfileId
-
public class AccessControlProfileId extends java.lang.Object
A class used to wrap an access control profile identifiers.
-
-
Constructor Summary
Constructors Constructor Description AccessControlProfileId(int id)
Constructs a new object holding a numerical identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
Gets the numerical identifier wrapped by this object.
-