public class UpdateRecordDetails extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UpdateRecordDetails()  | 
UpdateRecordDetails(UpdateRecordDetails 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 | 
|---|---|
UpdateRecordDetail[] | 
getList()
Get The update details of the cloud resource. 
 | 
String | 
getResourceType()
Get Type of cloud resource for updating old and new certs. 
 | 
Long | 
getTotalCount()
Get The update of the total number of cloud resources. 
 | 
void | 
setList(UpdateRecordDetail[] List)
Set The update details of the cloud resource. 
 | 
void | 
setResourceType(String ResourceType)
Set Type of cloud resource for updating old and new certs. 
 | 
void | 
setTotalCount(Long TotalCount)
Set The update of the total number of cloud resources. 
 | 
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 UpdateRecordDetails()
public UpdateRecordDetails(UpdateRecordDetails source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - Type of cloud resource for updating old and new certs.
- clb.
- cdn.
- ddos.
- live.
- vod.
- waf.
- apigateway.
- teo.
- tke.
- cos.
- tse.
- tcb.public UpdateRecordDetail[] getList()
public void setList(UpdateRecordDetail[] List)
List - The update details of the cloud resource.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - The update of the total number of cloud resources.Copyright © 2025. All rights reserved.