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 Deployment resource detail list
|
String |
getResourceType()
Get Deployment resource type
|
Long |
getTotalCount()
Get Total deployment resource count
|
void |
setList(UpdateRecordDetail[] List)
Set Deployment resource detail list
|
void |
setResourceType(String ResourceType)
Set Deployment resource type
|
void |
setTotalCount(Long TotalCount)
Set Total deployment resource count
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateRecordDetails()
public UpdateRecordDetails(UpdateRecordDetails source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- Deployment resource typepublic UpdateRecordDetail[] getList()
public void setList(UpdateRecordDetail[] List)
List
- Deployment resource detail listpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total deployment resource countCopyright © 2024. All rights reserved.