Class MaxTpsDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.MaxTpsDTO
MaxTpsDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumTime unit for the production.static enumTime unit for the sandbox. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet productionTime unit for the production.Get sandboxTime unit for the sandbox.inthashCode()production(Long production) productionTimeUnit(MaxTpsDTO.ProductionTimeUnitEnum productionTimeUnit) sandboxTimeUnit(MaxTpsDTO.SandboxTimeUnitEnum sandboxTimeUnit) voidsetProduction(Long production) voidsetProductionTimeUnit(MaxTpsDTO.ProductionTimeUnitEnum productionTimeUnit) voidsetSandbox(Long sandbox) voidsetSandboxTimeUnit(MaxTpsDTO.SandboxTimeUnitEnum sandboxTimeUnit) toString()
-
Field Details
-
SERIALIZED_NAME_PRODUCTION
- See Also:
-
SERIALIZED_NAME_PRODUCTION_TIME_UNIT
- See Also:
-
SERIALIZED_NAME_SANDBOX
- See Also:
-
SERIALIZED_NAME_SANDBOX_TIME_UNIT
- See Also:
-
-
Constructor Details
-
MaxTpsDTO
public MaxTpsDTO()
-
-
Method Details
-
production
-
getProduction
Get production- Returns:
- production
-
setProduction
-
productionTimeUnit
-
getProductionTimeUnit
Time unit for the production.- Returns:
- productionTimeUnit
-
setProductionTimeUnit
-
sandbox
-
getSandbox
Get sandbox- Returns:
- sandbox
-
setSandbox
-
sandboxTimeUnit
-
getSandboxTimeUnit
Time unit for the sandbox.- Returns:
- sandboxTimeUnit
-
setSandboxTimeUnit
-
equals
-
hashCode
public int hashCode() -
toString
-