public class SDMCSettingsInfo extends AbstractModel
| Constructor and Description | 
|---|
SDMCSettingsInfo()  | 
SDMCSettingsInfo(SDMCSettingsInfo 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 | 
getSecretId()
Get Key ID in the SDMC DRM system; required 
 | 
String | 
getSecretKey()
Get Key in the SDMC DRM system; required 
 | 
String | 
getTokenName()
Get Token name in an SDMC key request URL, which is `token` by default 
 | 
Long | 
getTracks()
Get Tracks of the SDMC DRM system. 
 | 
String | 
getUid()
Get User ID in the SDMC DRM system 
 | 
String | 
getUrl()
Get Key request URL of the SDMC DRM system, which is `https://uat.multidrm.tv/cpix/2.2/getcontentkey` by default 
 | 
void | 
setSecretId(String SecretId)
Set Key ID in the SDMC DRM system; required 
 | 
void | 
setSecretKey(String SecretKey)
Set Key in the SDMC DRM system; required 
 | 
void | 
setTokenName(String TokenName)
Set Token name in an SDMC key request URL, which is `token` by default 
 | 
void | 
setTracks(Long Tracks)
Set Tracks of the SDMC DRM system. 
 | 
void | 
setUid(String Uid)
Set User ID in the SDMC DRM system 
 | 
void | 
setUrl(String Url)
Set Key request URL of the SDMC DRM system, which is `https://uat.multidrm.tv/cpix/2.2/getcontentkey` by default 
 | 
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, toJsonStringpublic SDMCSettingsInfo()
public SDMCSettingsInfo(SDMCSettingsInfo source)
public String getUid()
public void setUid(String Uid)
Uid - User ID in the SDMC DRM systempublic Long getTracks()
public void setTracks(Long Tracks)
Tracks - Tracks of the SDMC DRM system. This parameter is valid for DASH output groups.
`1`: audio
`2`: SD
`4`: HD
`8`: UHD1
`16`: UHD2
Default value: `31` (audio + SD + HD + UHD1 + UHD2)public String getSecretId()
public void setSecretId(String SecretId)
SecretId - Key ID in the SDMC DRM system; requiredpublic String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey - Key in the SDMC DRM system; requiredpublic String getUrl()
public void setUrl(String Url)
Url - Key request URL of the SDMC DRM system, which is `https://uat.multidrm.tv/cpix/2.2/getcontentkey` by defaultpublic String getTokenName()
public void setTokenName(String TokenName)
TokenName - Token name in an SDMC key request URL, which is `token` by defaultCopyright © 2022. All rights reserved.