com.volcengine.model.imagex.v2.GetDomainConfigResResultRespHdrsItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.v2;
import com.alibaba.fastjson.JSON;
/**
* GetDomainConfigResResultRespHdrsItem
*/
@lombok.Data
public final class GetDomainConfigResResultRespHdrsItem {
/**
* header key
*/
@com.alibaba.fastjson.annotation.JSONField(name = "key")
private String key;
/**
* header value
*/
@com.alibaba.fastjson.annotation.JSONField(name = "value")
private String value;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "access_origin_control")
private Boolean accessOriginControl;
/**
* 头部操作动作,取值如下所示:
*
* - `set`:设置。
*
* - `delete`:删除。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "action")
private String action;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy