public class Device extends Object
Constructor and Description |
---|
Device(String did,
String name,
String type)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDid()
Getter of the device id.
|
String |
getName()
Getter of the device name.
|
Date |
getRollOutDate()
Getter of the device rollout date.
|
String |
getType()
Getter of the device type.
|
boolean |
isStolen()
True is the device has been flagged as stolen.
|
void |
setRollOutDate(Date rollOutDate)
Setter of the device rollout date.
|
void |
setStolen(boolean stolen)
Setter of the device stolen flag.
|
public String getDid()
public String getName()
public String getType()
public boolean isStolen()
public void setStolen(boolean stolen)
stolen
- True is the device is stolenpublic Date getRollOutDate()
public void setRollOutDate(Date rollOutDate)
rollOutDate
- Device rollOut dateCopyright © 2025 Open Identity Platform Community. All rights reserved.