public class DeleteFairPlayPemRequest extends AbstractModel
Constructor and Description |
---|
DeleteFairPlayPemRequest() |
DeleteFairPlayPemRequest(DeleteFairPlayPemRequest 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteFairPlayPemRequest()
public DeleteFairPlayPemRequest(DeleteFairPlayPemRequest source)
public Long getBailorId()
public void setBailorId(Long BailorId)
BailorId
- 委托者Id,适用于托管自身证书的客户。普通客户无需填该字段。public Long getFairPlayPemId()
public void setFairPlayPemId(Long FairPlayPemId)
FairPlayPemId
- 要删除的pem id。
当未传入该值时,将删除所有的私钥。Copyright © 2021. All rights reserved.