Class FairPlayPemDigestInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.drm.v20181115.models.FairPlayPemDigestInfo
-
public class FairPlayPemDigestInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FairPlayPemDigestInfo()
FairPlayPemDigestInfo(FairPlayPemDigestInfo 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 Long
getFairPlayPemId()
Get fairplay 私钥pem id。 注意:此字段可能返回 null,表示取不到有效值。String
getMd5Ask()
Get ASK的md5信息。 注意:此字段可能返回 null,表示取不到有效值。String
getMd5Pem()
Get 私钥的md5 信息。 注意:此字段可能返回 null,表示取不到有效值。String
getMd5PemDecryptKey()
Get 私钥解密密钥的md5值。 注意:此字段可能返回 null,表示取不到有效值。Long
getPriority()
Get 私钥的优先级。 注意:此字段可能返回 null,表示取不到有效值。void
setFairPlayPemId(Long FairPlayPemId)
Set fairplay 私钥pem id。 注意:此字段可能返回 null,表示取不到有效值。void
setMd5Ask(String Md5Ask)
Set ASK的md5信息。 注意:此字段可能返回 null,表示取不到有效值。void
setMd5Pem(String Md5Pem)
Set 私钥的md5 信息。 注意:此字段可能返回 null,表示取不到有效值。void
setMd5PemDecryptKey(String Md5PemDecryptKey)
Set 私钥解密密钥的md5值。 注意:此字段可能返回 null,表示取不到有效值。void
setPriority(Long Priority)
Set 私钥的优先级。 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
FairPlayPemDigestInfo
public FairPlayPemDigestInfo()
-
FairPlayPemDigestInfo
public FairPlayPemDigestInfo(FairPlayPemDigestInfo 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
-
getFairPlayPemId
public Long getFairPlayPemId()
Get fairplay 私钥pem id。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FairPlayPemId fairplay 私钥pem id。 注意:此字段可能返回 null,表示取不到有效值。
-
setFairPlayPemId
public void setFairPlayPemId(Long FairPlayPemId)
Set fairplay 私钥pem id。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FairPlayPemId
- fairplay 私钥pem id。 注意:此字段可能返回 null,表示取不到有效值。
-
getPriority
public Long getPriority()
Get 私钥的优先级。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Priority 私钥的优先级。 注意:此字段可能返回 null,表示取不到有效值。
-
setPriority
public void setPriority(Long Priority)
Set 私钥的优先级。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Priority
- 私钥的优先级。 注意:此字段可能返回 null,表示取不到有效值。
-
getMd5Pem
public String getMd5Pem()
Get 私钥的md5 信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Md5Pem 私钥的md5 信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setMd5Pem
public void setMd5Pem(String Md5Pem)
Set 私钥的md5 信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Md5Pem
- 私钥的md5 信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getMd5Ask
public String getMd5Ask()
Get ASK的md5信息。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Md5Ask ASK的md5信息。 注意:此字段可能返回 null,表示取不到有效值。
-
setMd5Ask
public void setMd5Ask(String Md5Ask)
Set ASK的md5信息。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Md5Ask
- ASK的md5信息。 注意:此字段可能返回 null,表示取不到有效值。
-
getMd5PemDecryptKey
public String getMd5PemDecryptKey()
Get 私钥解密密钥的md5值。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Md5PemDecryptKey 私钥解密密钥的md5值。 注意:此字段可能返回 null,表示取不到有效值。
-
setMd5PemDecryptKey
public void setMd5PemDecryptKey(String Md5PemDecryptKey)
Set 私钥解密密钥的md5值。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Md5PemDecryptKey
- 私钥解密密钥的md5值。 注意:此字段可能返回 null,表示取不到有效值。
-
-