com.volcengine.model.imagex.v2.CommitImageUploadResResultResultsItemImageMeta Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.v2;
import com.alibaba.fastjson.JSON;
/**
* CommitImageUploadResResultResultsItemImageMeta
*/
@lombok.Data
public final class CommitImageUploadResResultResultsItemImageMeta {
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Height")
private Integer height;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Field75")
private Integer field75;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Uri")
private String uri;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Size")
private Integer size;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Md5")
private String md5;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Format")
private String format;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy