public class BatchResultDs extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchResultDs() | 
| BatchResultDs(BatchResultDs 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 | 
|---|---|
| Long | getFailed()Get 失败数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getSuccess()Get 成功数
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getTotal()Get 总计
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFailed(Long Failed)Set 失败数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSuccess(Long Success)Set 成功数
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTotal(Long Total)Set 总计
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 BatchResultDs()
public BatchResultDs(BatchResultDs source)
public Long getSuccess()
public void setSuccess(Long Success)
Success - 成功数
注意:此字段可能返回 null,表示取不到有效值。public Long getFailed()
public void setFailed(Long Failed)
Failed - 失败数
注意:此字段可能返回 null,表示取不到有效值。public Long getTotal()
public void setTotal(Long Total)
Total - 总计
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.