public class AppRateLimitedEvent extends Object implements Event
| Constructor and Description |
|---|
AppRateLimitedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getApiAppId()
your application's ID, especially useful
if you have multiple applications working with the Events API
|
Integer |
getMinuteRateLimited()
a rounded epoch time value indicating the minute
your application became rate limited for this workspace.
|
String |
getTeamId()
subscriptions between your app and the workspace with this ID are being rate limited
|
String |
getToken()
the same shared token used to verify other events in the Events API
|
String |
getType() |
int |
hashCode() |
void |
setApiAppId(String apiAppId)
your application's ID, especially useful
if you have multiple applications working with the Events API
|
void |
setMinuteRateLimited(Integer minuteRateLimited)
a rounded epoch time value indicating the minute
your application became rate limited for this workspace.
|
void |
setTeamId(String teamId)
subscriptions between your app and the workspace with this ID are being rate limited
|
void |
setToken(String token)
the same shared token used to verify other events in the Events API
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getToken()
public String getTeamId()
public Integer getMinuteRateLimited()
public String getApiAppId()
public void setToken(String token)
public void setTeamId(String teamId)
public void setMinuteRateLimited(Integer minuteRateLimited)
public void setApiAppId(String apiAppId)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.