public class DeleteCertRequest extends AbstractModel
Constructor and Description |
---|
DeleteCertRequest() |
DeleteCertRequest(DeleteCertRequest 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 |
---|---|
String |
getId()
Get 证书 ID,即通过 GetList 拿到的证书列表的 ID 字段。
|
String |
getModuleType()
Get 模块名称,应填 ssl。
|
void |
setId(String Id)
Set 证书 ID,即通过 GetList 拿到的证书列表的 ID 字段。
|
void |
setModuleType(String ModuleType)
Set 模块名称,应填 ssl。
|
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 DeleteCertRequest()
public DeleteCertRequest(DeleteCertRequest source)
public String getId()
public void setId(String Id)
Id
- 证书 ID,即通过 GetList 拿到的证书列表的 ID 字段。public String getModuleType()
public void setModuleType(String ModuleType)
ModuleType
- 模块名称,应填 ssl。Copyright © 2022. All rights reserved.