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