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

com.volcengine.model.acep.v20231030.ResultDisplayLayoutInfo 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;

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

    /**
     * 

屏幕刷新率,默认60fps,枚举值 30fps 60fps 120fps

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

屏幕滑动,上临近屏

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

屏幕滑动,左临近屏

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

附加参数

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

屏幕滑动,右临近屏

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

屏幕名称

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

屏幕宽

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

屏幕滑动,下临近屏

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

屏幕高

*/ @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 = "RowIndex") private Integer rowIndex; /** *

屏幕布局总排数

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

屏幕所属音区

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

屏幕编号

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

当前屏幕列索引

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

当前屏幕所在排总列数

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

屏幕类型

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

在nav_bar_position为1、2时设置有效

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

在nav_bar_position为0时设置有效

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

三个有效值:0-底部 1-左侧 2-右侧

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

状态栏高度

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy