public class PlayAuthKeyInfo extends AbstractModel
Constructor and Description |
---|
PlayAuthKeyInfo() |
PlayAuthKeyInfo(PlayAuthKeyInfo 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 鉴权 BackKey。
|
Long |
getAuthDelta()
Get 有效时间,单位:秒。
|
String |
getAuthKey()
Get 鉴权 Key。
|
String |
getDomainName()
Get 域名。
|
Long |
getEnable()
Get 是否启用:
0: 关闭。
1: 启用。
|
void |
setAuthBackKey(String AuthBackKey)
Set 鉴权 BackKey。
|
void |
setAuthDelta(Long AuthDelta)
Set 有效时间,单位:秒。
|
void |
setAuthKey(String AuthKey)
Set 鉴权 Key。
|
void |
setDomainName(String DomainName)
Set 域名。
|
void |
setEnable(Long Enable)
Set 是否启用:
0: 关闭。
1: 启用。
|
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 PlayAuthKeyInfo()
public PlayAuthKeyInfo(PlayAuthKeyInfo source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- 域名。public Long getEnable()
public void setEnable(Long Enable)
Enable
- 是否启用:
0: 关闭。
1: 启用。public String getAuthKey()
public void setAuthKey(String AuthKey)
AuthKey
- 鉴权 Key。public Long getAuthDelta()
public void setAuthDelta(Long AuthDelta)
AuthDelta
- 有效时间,单位:秒。public String getAuthBackKey()
public void setAuthBackKey(String AuthBackKey)
AuthBackKey
- 鉴权 BackKey。Copyright © 2021. All rights reserved.