Interface MapClientInitialAccessEntity

    • Method Detail

      • getTimestamp

        Long getTimestamp()
        Returns a point in time (timestamp in milliseconds since The Epoch) when the client initial access entity was created.
        Returns:
        a timestamp in milliseconds since The Epoch or null when the time is unknown
      • setTimestamp

        void setTimestamp​(Long timestamp)
        Sets a point in the (timestamp in milliseconds since The Epoch) when the client initial access entity was created.
        Parameters:
        timestamp - a timestamp in milliseconds since The Epoch or null when the time is unknown
      • setCount

        void setCount​(Integer count)
      • getRemainingCount

        Integer getRemainingCount()
      • setRemainingCount

        void setRemainingCount​(Integer remainingCount)