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

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

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

    /**
     * 

属性名称,已可修改的 Settings 属性及属性值,参考 [Settings 属性列表](https://www.volcengine.com/docs/6394/671880#settings-%E5%B1%9E%E6%80%A7%E5%88%97%E8%A1%A8)

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

设置类型,取值如下:

* * * *

- `global`

* *

- `secure`

* *

- `system`

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

属性值。

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

属性值数据类型,取值如下:

* * * *

- `int`

* *

- `long`

* *

- `string`

* *

- `float`

* *

- `bool`

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy