Class ModifyLivePushAuthKeyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.ModifyLivePushAuthKeyRequest
-
public class ModifyLivePushAuthKeyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyLivePushAuthKeyRequest()ModifyLivePushAuthKeyRequest(ModifyLivePushAuthKeyRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAuthDelta()Get 有效时间,单位:秒。StringgetBackupAuthKey()Get 备鉴权key。 不传表示不修改当前值。StringgetDomainName()Get 推流域名。LonggetEnable()Get 是否启用,0:关闭,1:启用。 不传表示不修改当前值。StringgetMasterAuthKey()Get 主鉴权key。 不传表示不修改当前值。voidsetAuthDelta(Long AuthDelta)Set 有效时间,单位:秒。voidsetBackupAuthKey(String BackupAuthKey)Set 备鉴权key。 不传表示不修改当前值。voidsetDomainName(String DomainName)Set 推流域名。voidsetEnable(Long Enable)Set 是否启用,0:关闭,1:启用。 不传表示不修改当前值。voidsetMasterAuthKey(String MasterAuthKey)Set 主鉴权key。 不传表示不修改当前值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyLivePushAuthKeyRequest
public ModifyLivePushAuthKeyRequest()
-
ModifyLivePushAuthKeyRequest
public ModifyLivePushAuthKeyRequest(ModifyLivePushAuthKeyRequest 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.
-
-
Method Detail
-
getDomainName
public String getDomainName()
Get 推流域名。- Returns:
- DomainName 推流域名。
-
setDomainName
public void setDomainName(String DomainName)
Set 推流域名。- Parameters:
DomainName- 推流域名。
-
getEnable
public Long getEnable()
Get 是否启用,0:关闭,1:启用。 不传表示不修改当前值。- Returns:
- Enable 是否启用,0:关闭,1:启用。 不传表示不修改当前值。
-
setEnable
public void setEnable(Long Enable)
Set 是否启用,0:关闭,1:启用。 不传表示不修改当前值。- Parameters:
Enable- 是否启用,0:关闭,1:启用。 不传表示不修改当前值。
-
getMasterAuthKey
public String getMasterAuthKey()
Get 主鉴权key。 不传表示不修改当前值。- Returns:
- MasterAuthKey 主鉴权key。 不传表示不修改当前值。
-
setMasterAuthKey
public void setMasterAuthKey(String MasterAuthKey)
Set 主鉴权key。 不传表示不修改当前值。- Parameters:
MasterAuthKey- 主鉴权key。 不传表示不修改当前值。
-
getBackupAuthKey
public String getBackupAuthKey()
Get 备鉴权key。 不传表示不修改当前值。- Returns:
- BackupAuthKey 备鉴权key。 不传表示不修改当前值。
-
setBackupAuthKey
public void setBackupAuthKey(String BackupAuthKey)
Set 备鉴权key。 不传表示不修改当前值。- Parameters:
BackupAuthKey- 备鉴权key。 不传表示不修改当前值。
-
getAuthDelta
public Long getAuthDelta()
Get 有效时间,单位:秒。- Returns:
- AuthDelta 有效时间,单位:秒。
-
setAuthDelta
public void setAuthDelta(Long AuthDelta)
Set 有效时间,单位:秒。- Parameters:
AuthDelta- 有效时间,单位:秒。
-
-