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

com.byteplus.model.live.v20200801.DescribeRefererResResultRefererListItemRefererInfoListItem Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;

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

    /**
     * 

用于标识 referer 防盗链的关键词,返回值为 `referer`

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

优先级,当前默认返回值为 0。当多域名返回值一致时,按照域名输入顺序区分,越早加入列表的域名优先级越高

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

防盗链类型。

* *

- deny:黑名单;

* *

- allow:白名单。

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

防盗链规则

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy