public class PlayCodeTotalInfo extends AbstractModel
| Constructor and Description | 
|---|
| PlayCodeTotalInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCode()Get HTTP code. | 
| Long | getNum()Get Total occurrences. | 
| void | setCode(String Code)Set HTTP code. | 
| void | setNum(Long Num)Set Total occurrences. | 
| 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, toJsonStringpublic String getCode()
public void setCode(String Code)
Code - HTTP code. Valid values:
400, 403, 404, 500, 502, 503, 504.public Long getNum()
public void setNum(Long Num)
Num - Total occurrences.Copyright © 2021. All rights reserved.