public static class ServiceModel.SearchResultAuditHistory extends Object implements IPaginatedResponse<ServiceModel.AuditHistory>
| Modifier and Type | Field and Description |
|---|---|
String |
Cursor |
List<ServiceModel.AuditHistory> |
DomainObjects |
Integer |
TotalCount |
| Constructor and Description |
|---|
SearchResultAuditHistory() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCursor() |
List<ServiceModel.AuditHistory> |
getDomainObjects() |
Integer |
getTotalCount() |
ServiceModel.SearchResultAuditHistory |
setCursor(String value) |
ServiceModel.SearchResultAuditHistory |
setDomainObjects(List<ServiceModel.AuditHistory> value) |
ServiceModel.SearchResultAuditHistory |
setTotalCount(Integer value) |
public Integer TotalCount
public String Cursor
public List<ServiceModel.AuditHistory> DomainObjects
public Integer getTotalCount()
getTotalCount in interface IPaginatedResponse<ServiceModel.AuditHistory>public ServiceModel.SearchResultAuditHistory setTotalCount(Integer value)
public String getCursor()
getCursor in interface IPaginatedResponse<ServiceModel.AuditHistory>public ServiceModel.SearchResultAuditHistory setCursor(String value)
public List<ServiceModel.AuditHistory> getDomainObjects()
getDomainObjects in interface IPaginatedResponse<ServiceModel.AuditHistory>public ServiceModel.SearchResultAuditHistory setDomainObjects(List<ServiceModel.AuditHistory> value)
Copyright © 2022. All rights reserved.