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