public class PlayCodeTotalInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCode()Get HTTP code,可选值包括:
400,403,404,500,502,503,504。 | 
| Long | getNum()Get 总次数。 | 
| void | setCode(String Code)Set HTTP code,可选值包括:
400,403,404,500,502,503,504。 | 
| void | setNum(Long Num)Set 总次数。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PlayCodeTotalInfo()
public PlayCodeTotalInfo(PlayCodeTotalInfo source)
public String getCode()
public void setCode(String Code)
Code - HTTP code,可选值包括:
400,403,404,500,502,503,504。public Long getNum()
public void setNum(Long Num)
Num - 总次数。Copyright © 2025. All rights reserved.