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

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

/**
 * 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