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