public class AnswerStat extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AnswerStat() | 
| AnswerStat(AnswerStat 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 | 
|---|---|
| Long | getAnswer()Get 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB) | 
| Long | getCount()Get 答题人数 | 
| void | setAnswer(Long Answer)Set 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB) | 
| void | setCount(Long Count)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 AnswerStat()
public AnswerStat(AnswerStat source)
public Long getAnswer()
public void setAnswer(Long Answer)
Answer - 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)public Long getCount()
public void setCount(Long Count)
Count - 答题人数Copyright © 2025. All rights reserved.