Class AnswerStat
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lcic.v20220817.models.AnswerStat
-
public class AnswerStat extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAnswer()Get 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)LonggetCount()Get 答题人数voidsetAnswer(Long Answer)Set 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)voidsetCount(Long Count)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
-
AnswerStat
public AnswerStat()
-
AnswerStat
public 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.
-
-
Method Detail
-
getAnswer
public Long getAnswer()
Get 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)- Returns:
- Answer 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)
-
setAnswer
public void setAnswer(Long Answer)
Set 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)- Parameters:
Answer- 选项(按照位表示是否选择,如0x1表示选择A,0x11表示选择AB)
-
getCount
public Long getCount()
Get 答题人数- Returns:
- Count 答题人数
-
setCount
public void setCount(Long Count)
Set 答题人数- Parameters:
Count- 答题人数
-
-