public class Reason extends Object
Reason instance.
An example of a reason would be:
name - Users per device
value - 2
details - user0001
which would ultimately mean that there are two users (the user in question and user0001)
who are sharing the same device.| Constructor and Description |
|---|
Reason() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDetails(String key,
String value) |
boolean |
equals(Object obj) |
Map<String,String> |
getDetails() |
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |
Copyright © 2014. All rights reserved.