public static class ListProjectsQuery.RateLimit
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListProjectsQuery.RateLimit.Mapper |
| Constructor and Description |
|---|
RateLimit(java.lang.String __typename,
int cost,
int remaining,
java.time.Instant resetAt) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.time.Instant |
resetAt()
The time at which the current rate limit window resets in UTC epoch seconds.
|
java.lang.String |
toString() |
public RateLimit(@NotNull
java.lang.String __typename,
int cost,
int remaining,
@NotNull
java.time.Instant resetAt)
@NotNull public java.lang.String __typename()
public int cost()
public int remaining()
@NotNull public java.time.Instant 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