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 The URL of the FairPlay certificate issued by SDMC.
|
String |
getSecretId()
Get The secret ID assigned by SDMC, which can contain up to 128 characters.
|
String |
getSecretKey()
Get The secret key assigned by SDMC, which can contain up to 128 characters.
|
String |
getUid()
Get The user ID assigned by SDMC, which can contain up to 128 characters.
|
void |
setFairPlayCertificateUrl(String FairPlayCertificateUrl)
Set The URL of the FairPlay certificate issued by SDMC.
|
void |
setSecretId(String SecretId)
Set The secret ID assigned by SDMC, which can contain up to 128 characters.
|
void |
setSecretKey(String SecretKey)
Set The secret key assigned by SDMC, which can contain up to 128 characters.
|
void |
setUid(String Uid)
Set The user ID assigned by SDMC, which can contain up to 128 characters.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SDMCDrmKeyProviderInfo()
public SDMCDrmKeyProviderInfo(SDMCDrmKeyProviderInfo source)
public String getUid()
public void setUid(String Uid)
Uid
- The user ID assigned by SDMC, which can contain up to 128 characters.public String getSecretId()
public void setSecretId(String SecretId)
SecretId
- The secret ID assigned by SDMC, which can contain up to 128 characters.public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- The secret key assigned by SDMC, which can contain up to 128 characters.public String getFairPlayCertificateUrl()
public void setFairPlayCertificateUrl(String FairPlayCertificateUrl)
FairPlayCertificateUrl
- The URL of the FairPlay certificate issued by SDMC. It must be an HTTPS address and can contain up to 1,024 characters.Copyright © 2024. All rights reserved.