Uses of Class
app.keyconnect.rippled.api.client.model.ServerJob
| Package | Description |
|---|---|
| app.keyconnect.rippled.api.client.model |
-
Uses of ServerJob in app.keyconnect.rippled.api.client.model
Methods in app.keyconnect.rippled.api.client.model that return ServerJob Modifier and Type Method Description ServerJobServerJob. avgTime(java.math.BigDecimal avgTime)ServerJobServerJob. inProgress(java.math.BigDecimal inProgress)ServerJobServerJob. jobType(java.lang.String jobType)ServerJobServerJob. peakTime(java.math.BigDecimal peakTime)ServerJobServerJob. perSecond(java.math.BigDecimal perSecond)Methods in app.keyconnect.rippled.api.client.model that return types with arguments of type ServerJob Modifier and Type Method Description java.util.List<ServerJob>ServerLoad. getJobType()Get jobTypeMethods in app.keyconnect.rippled.api.client.model with parameters of type ServerJob Modifier and Type Method Description ServerLoadServerLoad. addJobTypeItem(ServerJob jobTypeItem)Method parameters in app.keyconnect.rippled.api.client.model with type arguments of type ServerJob Modifier and Type Method Description ServerLoadServerLoad. jobType(java.util.List<ServerJob> jobType)voidServerLoad. setJobType(java.util.List<ServerJob> jobType)