public class ModifyCertificatesExpiringNotificationSwitchRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyCertificatesExpiringNotificationSwitchRequest() | 
| ModifyCertificatesExpiringNotificationSwitchRequest(ModifyCertificatesExpiringNotificationSwitchRequest 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[] | getCertificateIds()Get 证书ID列表。最多50个 | 
| Long | getSwitchStatus()Get 0:不忽略通知。1:忽略通知 | 
| void | setCertificateIds(String[] CertificateIds)Set 证书ID列表。最多50个 | 
| void | setSwitchStatus(Long SwitchStatus)Set 0:不忽略通知。1:忽略通知 | 
| 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 ModifyCertificatesExpiringNotificationSwitchRequest()
public ModifyCertificatesExpiringNotificationSwitchRequest(ModifyCertificatesExpiringNotificationSwitchRequest source)
public String[] getCertificateIds()
public void setCertificateIds(String[] CertificateIds)
CertificateIds - 证书ID列表。最多50个public Long getSwitchStatus()
public void setSwitchStatus(Long SwitchStatus)
SwitchStatus - 0:不忽略通知。1:忽略通知Copyright © 2025. All rights reserved.