Package org.cyclos.impl.access
Class DeviceConfirmation
- java.lang.Object
-
- org.cyclos.impl.access.DeviceConfirmation
-
- All Implemented Interfaces:
Serializable
public class DeviceConfirmation extends Object implements Serializable
Data stored for device confirmation in a shared storage- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeviceConfirmation(String id, DeviceConfirmationType type, Long userId, Long creatorId, String qrContent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetApproved()LonggetCreatorId()LonggetDeviceId()StringgetId()StringgetQrContent()static longgetSerialversionuid()DeviceConfirmationTypegetType()LonggetUserId()booleanisProcessed()voidsetApproved(Boolean approved)voidsetDeviceId(Long deviceId)
-
-
-
Constructor Detail
-
DeviceConfirmation
public DeviceConfirmation(String id, DeviceConfirmationType type, Long userId, Long creatorId, String qrContent)
-
-
Method Detail
-
getSerialversionuid
public static long getSerialversionuid()
-
getApproved
public Boolean getApproved()
-
getCreatorId
public Long getCreatorId()
-
getDeviceId
public Long getDeviceId()
-
getId
public String getId()
-
getQrContent
public String getQrContent()
-
getType
public DeviceConfirmationType getType()
-
getUserId
public Long getUserId()
-
isProcessed
public boolean isProcessed()
-
setApproved
public void setApproved(Boolean approved)
-
setDeviceId
public void setDeviceId(Long deviceId)
-
-