public class HttpCodeInfo extends AbstractModel
| Constructor and Description | 
|---|
| HttpCodeInfo() | 
| HttpCodeInfo(HttpCodeInfo 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 | getHttpCode()Get HTTP return code. | 
| HttpCodeValue[] | getValueList()Get Statistics. | 
| void | setHttpCode(String HttpCode)Set HTTP return code. | 
| void | setValueList(HttpCodeValue[] ValueList)Set Statistics. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic HttpCodeInfo()
public HttpCodeInfo(HttpCodeInfo source)
public String getHttpCode()
public void setHttpCode(String HttpCode)
HttpCode - HTTP return code.
Example: "2xx", "3xx", "4xx", "5xx".public HttpCodeValue[] getValueList()
public void setValueList(HttpCodeValue[] ValueList)
ValueList - Statistics. 0 will be added for points in time when there is no data.Copyright © 2022. All rights reserved.