JobAddParameter.withPriority(Integer priority) 方法
定义
Set priority values can range from -1000 to 1000, with -1000 being the lowest priority and 1000 being the highest priority. The default value is 0.
public JobAddParameter withPriority(Integer priority)
参数
- priority
- Integer
the priority value to set
返回
the JobAddParameter object itself.