public class APIMaxTpsDTO extends Object
| 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 APIMaxTpsDTO production(Long production)
public Long getProduction()
public void setProduction(Long production)
public APIMaxTpsDTO sandbox(Long sandbox)
public Long getSandbox()
public void setSandbox(Long sandbox)
Copyright © 2020 WSO2 Inc. All rights reserved.