Class APIMaxTpsDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.APIMaxTpsDTO
-
public class APIMaxTpsDTO extends Object
APIMaxTpsDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PRODUCTIONstatic StringSERIALIZED_NAME_SANDBOX
-
Constructor Summary
Constructors Constructor Description APIMaxTpsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetProduction()Get productionLonggetSandbox()Get sandboxinthashCode()APIMaxTpsDTOproduction(Long production)APIMaxTpsDTOsandbox(Long sandbox)voidsetProduction(Long production)voidsetSandbox(Long sandbox)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PRODUCTION
public static final String SERIALIZED_NAME_PRODUCTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SANDBOX
public static final String SERIALIZED_NAME_SANDBOX
- See Also:
- Constant Field Values
-
-
Method Detail
-
production
public APIMaxTpsDTO production(Long production)
-
setProduction
public void setProduction(Long production)
-
sandbox
public APIMaxTpsDTO sandbox(Long sandbox)
-
setSandbox
public void setSandbox(Long sandbox)
-
-