Class AppRateLimitedEvent

    • Constructor Detail

      • AppRateLimitedEvent

        public AppRateLimitedEvent()
    • Method Detail

      • getToken

        public String getToken()
        the same shared token used to verify other events in the Events API
      • getTeamId

        public String getTeamId()
        subscriptions between your app and the workspace with this ID are being rate limited
      • getMinuteRateLimited

        public Integer getMinuteRateLimited()
        a rounded epoch time value indicating the minute your application became rate limited for this workspace. 1518467820 is at 2018-02-12 20:37:00 UTC.
      • getApiAppId

        public String getApiAppId()
        your application's ID, especially useful if you have multiple applications working with the Events API
      • setToken

        public void setToken​(String token)
        the same shared token used to verify other events in the Events API
      • setTeamId

        public void setTeamId​(String teamId)
        subscriptions between your app and the workspace with this ID are being rate limited
      • setMinuteRateLimited

        public void setMinuteRateLimited​(Integer minuteRateLimited)
        a rounded epoch time value indicating the minute your application became rate limited for this workspace. 1518467820 is at 2018-02-12 20:37:00 UTC.
      • setApiAppId

        public void setApiAppId​(String apiAppId)
        your application's ID, especially useful if you have multiple applications working with the Events API
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object