Class MfaTrustedDeviceQuery
java.lang.Object
org.apache.syncope.common.rest.api.beans.AbstractQuery
org.apache.syncope.common.rest.api.beans.MfaTrustedDeviceQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setExpirationDate
(OffsetDateTime expirationDate) void
void
setPrincipal
(String principal) void
setRecordDate
(OffsetDateTime recordDate) void
setRecordKey
(String recordKey) Methods inherited from class org.apache.syncope.common.rest.api.beans.AbstractQuery
equals, getOrderBy, getPage, getSize, hashCode, setOrderBy, setPage, setSize
-
Constructor Details
-
MfaTrustedDeviceQuery
public MfaTrustedDeviceQuery()
-
-
Method Details
-
getId
-
setId
-
getRecordKey
-
setRecordKey
-
getExpirationDate
-
setExpirationDate
-
getRecordDate
-
setRecordDate
-
getPrincipal
-
setPrincipal
-