Class HttpCodeInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.HttpCodeInfo
-
public class HttpCodeInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
HttpCodeInfo
public HttpCodeInfo()
-
HttpCodeInfo
public 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.
-
-
Method Detail
-
getHttpCode
public String getHttpCode()
Get HTTP协议返回码。 例:"2xx", "3xx", "4xx", "5xx"。- Returns:
- HttpCode HTTP协议返回码。 例:"2xx", "3xx", "4xx", "5xx"。
-
setHttpCode
public void setHttpCode(String HttpCode)
Set HTTP协议返回码。 例:"2xx", "3xx", "4xx", "5xx"。- Parameters:
HttpCode
- HTTP协议返回码。 例:"2xx", "3xx", "4xx", "5xx"。
-
getValueList
public HttpCodeValue[] getValueList()
Get 统计信息,对于无数据的时间点,会补0。- Returns:
- ValueList 统计信息,对于无数据的时间点,会补0。
-
setValueList
public void setValueList(HttpCodeValue[] ValueList)
Set 统计信息,对于无数据的时间点,会补0。- Parameters:
ValueList
- 统计信息,对于无数据的时间点,会补0。
-
-