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

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

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

    /**
     * 

迁移成功文件数

* * */ @com.alibaba.fastjson.annotation.JSONField(name = "SuccessCnt") private Long successCnt; /** *

失败原因。仅当 `Status`=`Failed` 时有值。

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

失败错误码。仅当 `Status`=`Failed` 时有值。

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

迁移文件总量,单位为 byte

* * */ @com.alibaba.fastjson.annotation.JSONField(name = "TotalAmount") private Long totalAmount; /** *

迁移成功文件量,单位为 byte

* * */ @com.alibaba.fastjson.annotation.JSONField(name = "SuccessAmount") private Long successAmount; /** *

总文件数

* * */ @com.alibaba.fastjson.annotation.JSONField(name = "TotalCnt") private Long totalCnt; /** *

迁移失败文件数

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy