Class PlayCodeTotalInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.PlayCodeTotalInfo
-
public class PlayCodeTotalInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PlayCodeTotalInfo()PlayCodeTotalInfo(PlayCodeTotalInfo 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 StringgetCode()Get HTTP code,可选值包括: 400,403,404,500,502,503,504。LonggetNum()Get 总次数。voidsetCode(String Code)Set HTTP code,可选值包括: 400,403,404,500,502,503,504。voidsetNum(Long Num)Set 总次数。voidtoMap(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
-
PlayCodeTotalInfo
public PlayCodeTotalInfo()
-
PlayCodeTotalInfo
public PlayCodeTotalInfo(PlayCodeTotalInfo 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
-
getCode
public String getCode()
Get HTTP code,可选值包括: 400,403,404,500,502,503,504。- Returns:
- Code HTTP code,可选值包括: 400,403,404,500,502,503,504。
-
setCode
public void setCode(String Code)
Set HTTP code,可选值包括: 400,403,404,500,502,503,504。- Parameters:
Code- HTTP code,可选值包括: 400,403,404,500,502,503,504。
-
getNum
public Long getNum()
Get 总次数。- Returns:
- Num 总次数。
-
setNum
public void setNum(Long Num)
Set 总次数。- Parameters:
Num- 总次数。
-
-