Returns the key for this Person or null if no key was provided. This is provided as a unique identifier between other Persons.
()
| 220 | * provided as a unique identifier between other {@link Person}s. |
| 221 | */ |
| 222 | @Nullable |
| 223 | public String getKey() { |
| 224 | return mKey; |
| 225 | } |
| 226 | |
| 227 | /** |
| 228 | * Returns whether or not this {@link Person} is a machine rather than a human. Used primarily |
no outgoing calls
no test coverage detected