public class ListQAResponse extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ListQAResponse() |
ListQAResponse(ListQAResponse 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 |
getAcceptedTotal()
Get Quantity of adopted Q&As.
|
ListQaItem[] |
getList()
Get Q&As details.
|
String |
getNotAcceptedTotal()
Get Quantity of not adopted Q&As.
|
Long |
getPageNumber()
Get Page number.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getTotal()
Get Q&A quantity.
|
String |
getWaitVerifyTotal()
Get Quantity of pending verification Q&As.
|
void |
setAcceptedTotal(String AcceptedTotal)
Set Quantity of adopted Q&As.
|
void |
setList(ListQaItem[] List)
Set Q&As details.
|
void |
setNotAcceptedTotal(String NotAcceptedTotal)
Set Quantity of not adopted Q&As.
|
void |
setPageNumber(Long PageNumber)
Set Page number.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setTotal(String Total)
Set Q&A quantity.
|
void |
setWaitVerifyTotal(String WaitVerifyTotal)
Set Quantity of pending verification Q&As.
|
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 ListQAResponse()
public ListQAResponse(ListQAResponse source)
public String getTotal()
public void setTotal(String Total)
Total - Q&A quantity.public String getWaitVerifyTotal()
public void setWaitVerifyTotal(String WaitVerifyTotal)
WaitVerifyTotal - Quantity of pending verification Q&As.public String getNotAcceptedTotal()
public void setNotAcceptedTotal(String NotAcceptedTotal)
NotAcceptedTotal - Quantity of not adopted Q&As.public String getAcceptedTotal()
public void setAcceptedTotal(String AcceptedTotal)
AcceptedTotal - Quantity of adopted Q&As.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Page number.public ListQaItem[] getList()
public void setList(ListQaItem[] List)
List - Q&As details.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.