public class HttpCodeInfo extends AbstractModel
Constructor and Description |
---|
HttpCodeInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.