Class HistoryPageEntity

java.lang.Object
com.lpvs.entity.history.HistoryPageEntity

public class HistoryPageEntity extends Object
Represents an entity containing a page of historical pull requests in the LPVS system. Each instance of this class encapsulates a Page of LPVSPullRequest objects and a count representing the total number of pull requests.

This entity is used to organize and provide access to historical pull request data in the LPVS system. The Page of LPVSPullRequest objects represents a subset of pull requests for a specific page, and the count field indicates the total number of pull requests available in the entity.

  • Constructor Details

    • HistoryPageEntity

      public HistoryPageEntity()