All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.imagex.v2.GetImageAnalyzeTasksQuery Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex.v2;


import com.alibaba.fastjson.JSON;

/**
 * GetImageAnalyzeTasksQuery
 */
@lombok.Data
public final class GetImageAnalyzeTasksQuery  {

    /**
     * 

任务地区。默认为 `cn`,表示国内。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Region") private String region; /** *

返回任务名称或描述中包含该值的任务。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "SearchPtn") private String searchPtn; /** *

分页条数。取值范围为 (0,100],默认值为 100。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Limit") private Integer limit; /** *

分页偏移量,默认为 0。取值为 1 时,表示跳过第一条数据,从第二条数据取值。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Offset") private Integer offset; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy