public class DescribeFairPlayPemRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeFairPlayPemRequest() |
DescribeFairPlayPemRequest(DescribeFairPlayPemRequest 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 |
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeFairPlayPemRequest()
public DescribeFairPlayPemRequest(DescribeFairPlayPemRequest source)
public Long getBailorId()
public void setBailorId(Long BailorId)
BailorId
- 委托者Id,适用于托管自身证书的客户。普通客户无需填该字段。public Long getFairPlayPemId()
public void setFairPlayPemId(Long FairPlayPemId)
FairPlayPemId
- 需要查询的pem id。
当该值未填入时,将返回所有的私钥信息。Copyright © 2024. All rights reserved.