public class ModifyLivePlayAuthKeyRequest extends AbstractModel
Constructor and Description |
---|
ModifyLivePlayAuthKeyRequest() |
ModifyLivePlayAuthKeyRequest(ModifyLivePlayAuthKeyRequest 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 |
---|---|
String |
getAuthBackKey()
Get Backup authentication key.
|
Long |
getAuthDelta()
Get Validity period in seconds.
|
String |
getAuthKey()
Get Authentication key.
|
String |
getDomainName()
Get Playback domain name.
|
Long |
getEnable()
Get Whether to enable.
|
void |
setAuthBackKey(String AuthBackKey)
Set Backup authentication key.
|
void |
setAuthDelta(Long AuthDelta)
Set Validity period in seconds.
|
void |
setAuthKey(String AuthKey)
Set Authentication key.
|
void |
setDomainName(String DomainName)
Set Playback domain name.
|
void |
setEnable(Long Enable)
Set Whether to enable.
|
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, toJsonString
public ModifyLivePlayAuthKeyRequest()
public ModifyLivePlayAuthKeyRequest(ModifyLivePlayAuthKeyRequest source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- Playback domain name.public Long getEnable()
public void setEnable(Long Enable)
Enable
- Whether to enable. 0: disabled; 1: enabled.
If this parameter is left empty, the current value will not be modified.public String getAuthKey()
public void setAuthKey(String AuthKey)
AuthKey
- Authentication key.
If this parameter is left empty, the current value will not be modified.public Long getAuthDelta()
public void setAuthDelta(Long AuthDelta)
AuthDelta
- Validity period in seconds.
If this parameter is left empty, the current value will not be modified.public String getAuthBackKey()
public void setAuthBackKey(String AuthBackKey)
AuthBackKey
- Backup authentication key.
If this parameter is left empty, the current value will not be modified.Copyright © 2023. All rights reserved.