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