public class HttpCodeInfo extends AbstractModel
header, skipSign| 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协议返回码。
例:"2xx", "3xx", "4xx", "5xx"。 | 
| HttpCodeValue[] | getValueList()Get 统计信息,对于无数据的时间点,会补0。 | 
| void | setHttpCode(String HttpCode)Set HTTP协议返回码。
例:"2xx", "3xx", "4xx", "5xx"。 | 
| void | setValueList(HttpCodeValue[] ValueList)Set 统计信息,对于无数据的时间点,会补0。 | 
| 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 HttpCodeInfo()
public HttpCodeInfo(HttpCodeInfo source)
public String getHttpCode()
public void setHttpCode(String HttpCode)
HttpCode - HTTP协议返回码。
例:"2xx", "3xx", "4xx", "5xx"。public HttpCodeValue[] getValueList()
public void setValueList(HttpCodeValue[] ValueList)
ValueList - 统计信息,对于无数据的时间点,会补0。Copyright © 2025. All rights reserved.