public class ErrorSummary extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ErrorSummary()  | 
ErrorSummary(ErrorSummary 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 | 
getCount()
Get Number of error occurrences. 
 | 
String | 
getMessage()
Get Error message. 
 | 
String | 
getProto()
Get Request protocol type. 
 | 
Float | 
getRate()
Get Error rate. 
 | 
String | 
getResult()
Get Result code. 
 | 
String | 
getStatus()
Get Status code. 
 | 
void | 
setCount(Long Count)
Set Number of error occurrences. 
 | 
void | 
setMessage(String Message)
Set Error message. 
 | 
void | 
setProto(String Proto)
Set Request protocol type. 
 | 
void | 
setRate(Float Rate)
Set Error rate. 
 | 
void | 
setResult(String Result)
Set Result code. 
 | 
void | 
setStatus(String Status)
Set Status code. 
 | 
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 ErrorSummary()
public ErrorSummary(ErrorSummary source)
public String getStatus()
public void setStatus(String Status)
Status - Status code.
Note: This field may return null, indicating that no valid value is found.public String getResult()
public void setResult(String Result)
Result - Result code.
Note: This field may return null, indicating that no valid value is found.public Long getCount()
public void setCount(Long Count)
Count - Number of error occurrences.
Note: This field may return null, indicating that no valid value is found.public Float getRate()
public void setRate(Float Rate)
Rate - Error rate.
Note: This field may return null, indicating that no valid value is found.public String getMessage()
public void setMessage(String Message)
Message - Error message.
Note: This field may return null, indicating that no valid value is found.public String getProto()
public void setProto(String Proto)
Proto - Request protocol type.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.