public class APIMaxTpsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PRODUCTION |
static String |
SERIALIZED_NAME_SANDBOX |
| Constructor and Description |
|---|
APIMaxTpsDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getProduction()
Get production
|
Long |
getSandbox()
Get sandbox
|
int |
hashCode() |
APIMaxTpsDTO |
production(Long production) |
APIMaxTpsDTO |
sandbox(Long sandbox) |
void |
setProduction(Long production) |
void |
setSandbox(Long sandbox) |
String |
toString() |
public static final String SERIALIZED_NAME_PRODUCTION
public static final String SERIALIZED_NAME_SANDBOX
public APIMaxTpsDTO production(Long production)
public void setProduction(Long production)
public APIMaxTpsDTO sandbox(Long sandbox)
public void setSandbox(Long sandbox)
Copyright © 2021 WSO2 Inc. All rights reserved.