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

com.volcengine.model.imagex.v2.GetImageUpdateFilesQuery 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;

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

    /**
     * 

服务 ID。

* *

- 您可以在veImageX 控制台 [服务管理](https://console.volcengine.com/imagex/service_manage/)页面,在创建好的图片服务中获取服务 ID。

* *

- 您也可以通过 OpenAPI 的方式获取服务 ID,具体请参考[获取所有服务信息](https://www.volcengine.com/docs/508/9360)。

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

获取类型,取值如下所示:

* *

* 0:获取刷新 URL 列表;

* *

* 1:获取禁用 URL 列表。

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

URL 格式,若指定 URL 格式则仅返回 URL 中包含该字符串的 URL 列表。

* *

默认为空,缺省情况下返回所有 URL 列表。

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

分页偏移,默认 0。

* *

当取值为 1 时,表示跳过一条 URL,从第二条 URL 开始取值。

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

获取 URL 个数,最大值为 100。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy