public class QAList extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
QAList()  | 
QAList(QAList 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 | 
getAnswer()
Get Answer. 
 | 
String | 
getCateBizId()
Get Category ID. 
 | 
Boolean | 
getIsAccepted()
Get Whether to accept. 
 | 
String | 
getQaBizId()
Get Q&A ID. 
 | 
String | 
getQuestion()
Get Question. 
 | 
void | 
setAnswer(String Answer)
Set Answer. 
 | 
void | 
setCateBizId(String CateBizId)
Set Category ID. 
 | 
void | 
setIsAccepted(Boolean IsAccepted)
Set Whether to accept. 
 | 
void | 
setQaBizId(String QaBizId)
Set Q&A ID. 
 | 
void | 
setQuestion(String Question)
Set Question. 
 | 
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 QAList()
public QAList(QAList source)
public String getQaBizId()
public void setQaBizId(String QaBizId)
QaBizId - Q&A ID.public Boolean getIsAccepted()
public void setIsAccepted(Boolean IsAccepted)
IsAccepted - Whether to accept.public String getCateBizId()
public void setCateBizId(String CateBizId)
CateBizId - Category ID.public String getQuestion()
public void setQuestion(String Question)
Question - Question.public String getAnswer()
public void setAnswer(String Answer)
Answer - Answer.Copyright © 2025. All rights reserved.