public class DescribeFairPlayPemRequest extends AbstractModel
Constructor and Description |
---|
DescribeFairPlayPemRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getBailorId()
Get 委托者Id,适用于托管自身证书的客户。普通客户无需填该字段。
|
Long |
getFairPlayPemId()
Get 需要查询的pem id。
当该值未填入时,将返回所有的私钥信息。
|
void |
setBailorId(Long BailorId)
Set 委托者Id,适用于托管自身证书的客户。普通客户无需填该字段。
|
void |
setFairPlayPemId(Long FairPlayPemId)
Set 需要查询的pem id。
当该值未填入时,将返回所有的私钥信息。
|
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, toJsonString
public Long getBailorId()
public void setBailorId(Long BailorId)
BailorId
- 委托者Id,适用于托管自身证书的客户。普通客户无需填该字段。public Long getFairPlayPemId()
public void setFairPlayPemId(Long FairPlayPemId)
FairPlayPemId
- 需要查询的pem id。
当该值未填入时,将返回所有的私钥信息。Copyright © 2020. All rights reserved.