public class QueryAcctInfoListResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryAcctInfoListResponse() | 
| QueryAcctInfoListResponse(QueryAcctInfoListResponse 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 | 
|---|---|
| QueryAcctItem[] | getQueryAcctItems()Get 查询结果项 [object,object] | 
| String | getRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| Long | getResultCount()Get 本次交易返回查询结果记录数 | 
| Long | getTotalCount()Get 符合业务查询条件的记录总数 | 
| void | setQueryAcctItems(QueryAcctItem[] QueryAcctItems)Set 查询结果项 [object,object] | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setResultCount(Long ResultCount)Set 本次交易返回查询结果记录数 | 
| void | setTotalCount(Long TotalCount)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 QueryAcctInfoListResponse()
public QueryAcctInfoListResponse(QueryAcctInfoListResponse source)
public Long getResultCount()
public void setResultCount(Long ResultCount)
ResultCount - 本次交易返回查询结果记录数public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 符合业务查询条件的记录总数public QueryAcctItem[] getQueryAcctItems()
public void setQueryAcctItems(QueryAcctItem[] QueryAcctItems)
QueryAcctItems - 查询结果项 [object,object]public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.