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

com.byteplus.model.live.v20230101.DescribeHTTPHeaderConfigResResultHeaderConfigListItemHeaderDetailListItem 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;

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

    /**
     * 

Header 配置中字段的 Key 值。

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

Header 配置中字段的 Value 值。

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

Header 配置中字段 Value 值的类型,取值及含义如下所示。

* *

- `0`:常量;

* *

- `1`:变量。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy