@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class TooManyRequestsErrorMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LIMIT |
static String |
SERIALIZED_NAME_PERIOD |
static String |
SERIALIZED_NAME_REMAINING |
static String |
SERIALIZED_NAME_RESET |
| Constructor and Description |
|---|
TooManyRequestsErrorMeta() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getLimit()
設定されている上限値
|
Integer |
getPeriod()
使用回数をカウントする期間 (秒)
|
Integer |
getRemaining()
上限に達するまでの使用可能回数
|
String |
getReset()
(上限値に達した場合)使用回数がリセットされる時刻
|
int |
hashCode() |
TooManyRequestsErrorMeta |
limit(Integer limit) |
TooManyRequestsErrorMeta |
period(Integer period) |
TooManyRequestsErrorMeta |
remaining(Integer remaining) |
TooManyRequestsErrorMeta |
reset(String reset) |
void |
setLimit(Integer limit) |
void |
setPeriod(Integer period) |
void |
setRemaining(Integer remaining) |
void |
setReset(String reset) |
String |
toString() |
public static final String SERIALIZED_NAME_LIMIT
public static final String SERIALIZED_NAME_PERIOD
public static final String SERIALIZED_NAME_REMAINING
public static final String SERIALIZED_NAME_RESET
public TooManyRequestsErrorMeta limit(Integer limit)
public void setLimit(Integer limit)
public TooManyRequestsErrorMeta period(Integer period)
public void setPeriod(Integer period)
public TooManyRequestsErrorMeta remaining(Integer remaining)
public void setRemaining(Integer remaining)
public TooManyRequestsErrorMeta reset(String reset)
public void setReset(String reset)
Copyright © 2022. All rights reserved.