com.volcengine.model.imagex.v2.DescribeImageXSensibleTopResolutionURLResResultTopUrlDataItem 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;
/**
* DescribeImageXSensibleTopResolutionURLResResultTopUrlDataItem
*/
@lombok.Data
public final class DescribeImageXSensibleTopResolutionURLResResultTopUrlDataItem {
/**
* 上报次数
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Count")
private Integer count;
/**
* 图片高
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ImageHeight")
private Integer imageHeight;
/**
* 图片宽
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ImageWidth")
private Integer imageWidth;
/**
* 图片 URL
*/
@com.alibaba.fastjson.annotation.JSONField(name = "URL")
private String uRL;
/**
* 图片展示背景 view 高
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ViewHeight")
private Integer viewHeight;
/**
* 图片展示背景 view 宽
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ViewWidth")
private Integer viewWidth;
/**
* Activity+View 树,控件信息
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ActivityViewTree")
private String activityViewTree;
/**
* 业务标识
*/
@com.alibaba.fastjson.annotation.JSONField(name = "BizTag")
private String bizTag;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy