public static class ListProjectsQuery.RateLimit
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProjectsQuery.RateLimit.Mapper |
| Constructor and Description |
|---|
RateLimit(@NotNull java.lang.String __typename,
int cost,
int remaining,
@NotNull java.lang.Object resetAt) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
__typename() |
int |
cost()
The point cost for the current query counting against the rate limit.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
com.apollographql.apollo.api.ResponseFieldMarshaller |
marshaller() |
int |
remaining()
The number of points remaining in the current rate limit window.
|
@NotNull java.lang.Object |
resetAt()
The time at which the current rate limit window resets in UTC epoch seconds.
|
java.lang.String |
toString() |
public RateLimit(@NotNull
@NotNull java.lang.String __typename,
int cost,
int remaining,
@NotNull
@NotNull java.lang.Object resetAt)
@NotNull public @NotNull java.lang.String __typename()
public int cost()
public int remaining()
@NotNull public @NotNull java.lang.Object resetAt()
public com.apollographql.apollo.api.ResponseFieldMarshaller marshaller()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object