public class FairPlayPemDigestInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FairPlayPemDigestInfo()
public FairPlayPemDigestInfo(FairPlayPemDigestInfo source)
public Long getFairPlayPemId()
public void setFairPlayPemId(Long FairPlayPemId)
FairPlayPemId - fairplay 私钥pem id。
注意:此字段可能返回 null,表示取不到有效值。public Long getPriority()
public void setPriority(Long Priority)
Priority - 私钥的优先级。
注意:此字段可能返回 null,表示取不到有效值。public String getMd5Pem()
public void setMd5Pem(String Md5Pem)
Md5Pem - 私钥的md5 信息。
注意:此字段可能返回 null,表示取不到有效值。public String getMd5Ask()
public void setMd5Ask(String Md5Ask)
Md5Ask - ASK的md5信息。
注意:此字段可能返回 null,表示取不到有效值。public String getMd5PemDecryptKey()
public void setMd5PemDecryptKey(String Md5PemDecryptKey)
Md5PemDecryptKey - 私钥解密密钥的md5值。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.