Class DuoHealthCheckResponse


  • @Immutable
    @ThreadSafe
    public final class DuoHealthCheckResponse
    extends Object
    Represents part of the DuoHealthCheck response.
    • Field Detail

      • timestamp

        @Nonnull
        private final Integer timestamp
        The response timestamp in seconds since Unix EPOCH.
    • Constructor Detail

      • DuoHealthCheckResponse

        public DuoHealthCheckResponse​(@Nonnull
                                      Integer time)
        Constructor.
        Parameters:
        time - the timestamp.
    • Method Detail

      • getTimestamp

        @Nonnull
        public Integer getTimestamp()
        Get the response timestamp.
        Returns:
        the response timestamp.