java.lang.Object
net.shibboleth.idp.plugin.authn.duo.model.DuoHealthCheckResponse
@Immutable
@ThreadSafe
public final class DuoHealthCheckResponse
extends Object
-
Field Summary
Fields
The response timestamp in seconds since Unix EPOCH.
-
Constructor Summary
Constructors
-
Method Summary
Get the response timestamp.
-
Field Details
-
timestamp
@Nonnull
private final Integer timestamp
The response timestamp in seconds since Unix EPOCH.
-
Constructor Details
-
DuoHealthCheckResponse
public DuoHealthCheckResponse(@Nonnull
Integer time)
Constructor.
- Parameters:
time - the timestamp.
-
Method Details
-
getTimestamp
@Nonnull
public Integer getTimestamp()
Get the response timestamp.
- Returns:
- the response timestamp.
-