-
@JsonClass(generateAdapter = true) public final class AuditEntryPaging
-
-
Field Summary
Fields Modifier and Type Field Description private AuditEntryPagingListlist
-
Constructor Summary
Constructors Constructor Description AuditEntryPaging(AuditEntryPagingList list)
-
Method Summary
Modifier and Type Method Description final AuditEntryPagingListgetList()final UnitsetList(@Json(name = list) AuditEntryPagingList list)-
-
Constructor Detail
-
AuditEntryPaging
AuditEntryPaging(AuditEntryPagingList list)
-
-
Method Detail
-
getList
final AuditEntryPagingList getList()
-
setList
final Unit setList(@Json(name = list) AuditEntryPagingList list)
-
-
-
-