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

com.volcengine.model.acep.v20231030.ResultDisplayLayoutMini Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;

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

    /**
     * 

屏幕刷新率

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

备注信息

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

屏幕宽度

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

屏幕高度

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

像素密度

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

屏幕布局创建时间

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

是否为系统屏幕布局配置

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

屏幕布局 ID

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy