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

com.volcengine.model.acep.DetailDisplayLayoutMiniResResult Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.acep;


import com.alibaba.fastjson.JSON;

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

    /**
     * 

屏幕布局创建时间。

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

屏幕像素密度。

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

屏幕布局 ID。

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

备注信息。

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

屏幕刷新率。

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

屏幕高度。

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

是否为系统屏幕布局配置。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "IsSystemConfig") private Boolean isSystemConfig; /** *

屏幕宽度。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy