public class EventCaseAuditLogVOCollection extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
EventCaseAuditLogVOCollection()  | 
EventCaseAuditLogVOCollection(EventCaseAuditLogVOCollection 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 | 
|---|---|
EventCaseAuditLogOptDto[] | 
getItems()
Get Pagination Data
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getPageCount()
Get Number of records on current page
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getPageNumber()
Get Page NumberNote: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getPageSize()
Get Page sizeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getTotalCount()
Get Total number of resultsNote: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getTotalPage()
Get Total PagesNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setItems(EventCaseAuditLogOptDto[] Items)
Set Pagination Data
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setPageCount(Long PageCount)
Set Number of records on current page
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setPageNumber(Long PageNumber)
Set Page NumberNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setPageSize(Long PageSize)
Set Page sizeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTotalCount(Long TotalCount)
Set Total number of resultsNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTotalPage(Long TotalPage)
Set Total PagesNote: This field may return null, indicating that no valid value can be obtained. 
 | 
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 EventCaseAuditLogVOCollection()
public EventCaseAuditLogVOCollection(EventCaseAuditLogVOCollection source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of resultsNote: This field may return null, indicating that no valid value can be obtained.public Long getTotalPage()
public void setTotalPage(Long TotalPage)
TotalPage - Total PagesNote: This field may return null, indicating that no valid value can be obtained.public Long getPageCount()
public void setPageCount(Long PageCount)
PageCount - Number of records on current page
Note: This field may return null, indicating that no valid value can be obtained.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - Page NumberNote: This field may return null, indicating that no valid value can be obtained.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Page sizeNote: This field may return null, indicating that no valid value can be obtained.public EventCaseAuditLogOptDto[] getItems()
public void setItems(EventCaseAuditLogOptDto[] Items)
Items - Pagination Data
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.