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