Uses of Class
com.volcengine.acep.model.JobForCloseAppOutput
-
Packages that use JobForCloseAppOutput Package Description com.volcengine.acep.model -
-
Uses of JobForCloseAppOutput in com.volcengine.acep.model
Methods in com.volcengine.acep.model that return JobForCloseAppOutput Modifier and Type Method Description JobForCloseAppOutputJobForCloseAppOutput. jobAction(String jobAction)JobForCloseAppOutputJobForCloseAppOutput. jobId(String jobId)JobForCloseAppOutputJobForCloseAppOutput. podId(String podId)JobForCloseAppOutputJobForCloseAppOutput. status(Integer status)Methods in com.volcengine.acep.model that return types with arguments of type JobForCloseAppOutput Modifier and Type Method Description @Valid List<JobForCloseAppOutput>CloseAppResponse. getJobs()Get jobsMethods in com.volcengine.acep.model with parameters of type JobForCloseAppOutput Modifier and Type Method Description CloseAppResponseCloseAppResponse. addJobsItem(JobForCloseAppOutput jobsItem)Method parameters in com.volcengine.acep.model with type arguments of type JobForCloseAppOutput Modifier and Type Method Description CloseAppResponseCloseAppResponse. jobs(List<JobForCloseAppOutput> jobs)voidCloseAppResponse. setJobs(List<JobForCloseAppOutput> jobs)
-