public class UpdateProductPrivateCARequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateProductPrivateCARequest() | 
| UpdateProductPrivateCARequest(UpdateProductPrivateCARequest 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 | getCertName()Get 私有CA证书名称 | 
| String | getProductId()Get 产品ID | 
| void | setCertName(String CertName)Set 私有CA证书名称 | 
| void | setProductId(String ProductId)Set 产品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, toJsonStringpublic UpdateProductPrivateCARequest()
public UpdateProductPrivateCARequest(UpdateProductPrivateCARequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic String getCertName()
public void setCertName(String CertName)
CertName - 私有CA证书名称Copyright © 2025. All rights reserved.