public class ModifyLiveDomainRefererRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyLiveDomainRefererRequest() | 
| ModifyLiveDomainRefererRequest(ModifyLiveDomainRefererRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAllowEmpty()Get Whether to allow empty referer. | 
| String | getDomainName()Get Playback domain name | 
| Long | getEnable()Get Whether to enable referer allowlist/blocklist authentication for the current domain name | 
| String | getRules()Get Referer list. | 
| Long | getType()Get List type. | 
| void | setAllowEmpty(Long AllowEmpty)Set Whether to allow empty referer. | 
| void | setDomainName(String DomainName)Set Playback domain name | 
| void | setEnable(Long Enable)Set Whether to enable referer allowlist/blocklist authentication for the current domain name | 
| void | setRules(String Rules)Set Referer list. | 
| void | setType(Long Type)Set List type. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ModifyLiveDomainRefererRequest()
public ModifyLiveDomainRefererRequest(ModifyLiveDomainRefererRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Playback domain namepublic Long getEnable()
public void setEnable(Long Enable)
Enable - Whether to enable referer allowlist/blocklist authentication for the current domain namepublic Long getType()
public void setType(Long Type)
Type - List type. Valid values: `0` (blocklist), `1` (allowlist)public Long getAllowEmpty()
public void setAllowEmpty(Long AllowEmpty)
AllowEmpty - Whether to allow empty referer. Valid values: `0` (no), `1` (yes)public String getRules()
public void setRules(String Rules)
Rules - Referer list. Separate items in it with semicolons (;).Copyright © 2022. All rights reserved.