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

com.byteplus.model.live.v20230101.EnableHTTPHeaderConfigBody Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20230101;


import com.alibaba.fastjson.JSON;

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

    /**
     * 

域名空间,您可以调用 [DescribeHTTPHeaderConfig](https://www.volcengine.com/docs/6469/1232744) 接口查看 HTTP Header 配置的 `Vhost` 取值。

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

HTTP Header 类型,您可以调用 [DescribeHTTPHeaderConfig](https://www.volcengine.com/docs/6469/1232744) 接口查看 HTTP Header 配置的 `Phase` 取值。

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

启用或禁用配置,取值及含义如下所示。

* *

- `true`:启用;

* *

- `false`:禁用。

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

拉流域名,您可以调用 [DescribeHTTPHeaderConfig](https://www.volcengine.com/docs/6469/1232744) 接口查看 HTTP Header 配置的 `Domain` 取值。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy