public class ModifyRecordBatchDetail extends AbstractModel
skipSign
Constructor and Description |
---|
ModifyRecordBatchDetail() |
ModifyRecordBatchDetail(ModifyRecordBatchDetail 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 |
getDomain()
Get Domain
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDomainGrade()
Get Domain level
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getDomainId()
Get Domain ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getErrMsg()
Get Error message
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getId()
Get Task ID
|
String |
getOperation()
Get Operation type
Note: This field may return null, indicating that no valid values can be obtained.
|
BatchRecordInfo[] |
getRecordList()
Get See `RecordInfoBatchModify`.
|
String |
getStatus()
Get Task running status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDomain(String Domain)
Set Domain
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDomainGrade(String DomainGrade)
Set Domain level
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDomainId(Long DomainId)
Set Domain ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setErrMsg(String ErrMsg)
Set Error message
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setId(Long Id)
Set Task ID
|
void |
setOperation(String Operation)
Set Operation type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRecordList(BatchRecordInfo[] RecordList)
Set See `RecordInfoBatchModify`.
|
void |
setStatus(String Status)
Set Task running status
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyRecordBatchDetail()
public ModifyRecordBatchDetail(ModifyRecordBatchDetail source)
public BatchRecordInfo[] getRecordList()
public void setRecordList(BatchRecordInfo[] RecordList)
RecordList
- See `RecordInfoBatchModify`.
Note: This field may return null, indicating that no valid values can be obtained.public Long getId()
public void setId(Long Id)
Id
- Task IDpublic String getDomain()
public void setDomain(String Domain)
Domain
- Domain
Note: This field may return null, indicating that no valid values can be obtained.public String getDomainGrade()
public void setDomainGrade(String DomainGrade)
DomainGrade
- Domain level
Note: This field may return null, indicating that no valid values can be obtained.public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- Error message
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status
- Task running status
Note: This field may return null, indicating that no valid values can be obtained.public String getOperation()
public void setOperation(String Operation)
Operation
- Operation type
Note: This field may return null, indicating that no valid values can be obtained.public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- Domain ID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.