public class CreateRecordBatchDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateRecordBatchDetail()  | 
CreateRecordBatchDetail(CreateRecordBatchDetail 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. 
 | 
CreateRecordBatchRecord[] | 
getRecordList()
Get See `RecordInfoBatch`. 
 | 
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(CreateRecordBatchRecord[] RecordList)
Set See `RecordInfoBatch`. 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateRecordBatchDetail()
public CreateRecordBatchDetail(CreateRecordBatchDetail source)
public CreateRecordBatchRecord[] getRecordList()
public void setRecordList(CreateRecordBatchRecord[] RecordList)
RecordList - See `RecordInfoBatch`.
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 © 2025. All rights reserved.