public class SDMCDrmKeyProviderInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SDMCDrmKeyProviderInfo() |
SDMCDrmKeyProviderInfo(SDMCDrmKeyProviderInfo 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 |
getFairPlayCertificateUrl()
Get 华曦达分配的 FairPlay 证书地址。该地址需使用 HTTPS 协议,最大长度为1024个字符。
|
String |
getSecretId()
Get 华曦达分配的用户密钥 ID。最大长度为128个字符。
|
String |
getSecretKey()
Get 华曦达分配的用户密钥内容。最大长度为128个字符。
|
String |
getUid()
Get 华曦达分配的用户 ID。最大长度为128个字符。
|
void |
setFairPlayCertificateUrl(String FairPlayCertificateUrl)
Set 华曦达分配的 FairPlay 证书地址。该地址需使用 HTTPS 协议,最大长度为1024个字符。
|
void |
setSecretId(String SecretId)
Set 华曦达分配的用户密钥 ID。最大长度为128个字符。
|
void |
setSecretKey(String SecretKey)
Set 华曦达分配的用户密钥内容。最大长度为128个字符。
|
void |
setUid(String Uid)
Set 华曦达分配的用户 ID。最大长度为128个字符。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SDMCDrmKeyProviderInfo()
public SDMCDrmKeyProviderInfo(SDMCDrmKeyProviderInfo source)
public String getUid()
public void setUid(String Uid)
Uid
- 华曦达分配的用户 ID。最大长度为128个字符。public String getSecretId()
public void setSecretId(String SecretId)
SecretId
- 华曦达分配的用户密钥 ID。最大长度为128个字符。public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- 华曦达分配的用户密钥内容。最大长度为128个字符。public String getFairPlayCertificateUrl()
public void setFairPlayCertificateUrl(String FairPlayCertificateUrl)
FairPlayCertificateUrl
- 华曦达分配的 FairPlay 证书地址。该地址需使用 HTTPS 协议,最大长度为1024个字符。Copyright © 2025. All rights reserved.