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

com.volcengine.model.imagex.v2.GetImageUpdateFilesResResult 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;
import java.util.List;

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

    /**
     * 

服务 ID。

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

符合条件的 URL 总数

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

符合条件的 URL 列表。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "UpdateUrls") private List updateUrls; /** *

当前存储状态,取值为:正常、未审核、禁用。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy