Package com.seeq.model
Class GetProjectsOutputV1
java.lang.Object
com.seeq.model.GetProjectsOutputV1
GetProjectsOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProjectsItem
(ProjectOutputV1 projectsItem) boolean
getLimit()
The pagination limit, the total number of collection items that will be returned in this page of resultsgetNext()
The href of the next set of paginated resultsThe pagination offset, the index of the first collection item that will be returned in this page of resultsgetPrev()
The href of the previous set of paginated resultsThe list of projectsA plain language status message with information about any issues that may have been encountered during an operation.int
hashCode()
projects
(List<ProjectOutputV1> projects) void
void
void
void
void
setProjects
(List<ProjectOutputV1> projects) void
setStatusMessage
(String statusMessage) statusMessage
(String statusMessage) toString()
-
Constructor Details
-
GetProjectsOutputV1
public GetProjectsOutputV1()
-
-
Method Details
-
limit
-
getLimit
The pagination limit, the total number of collection items that will be returned in this page of results- Returns:
- limit
-
setLimit
-
next
-
getNext
The href of the next set of paginated results- Returns:
- next
-
setNext
-
offset
-
getOffset
The pagination offset, the index of the first collection item that will be returned in this page of results- Returns:
- offset
-
setOffset
-
prev
-
getPrev
The href of the previous set of paginated results- Returns:
- prev
-
setPrev
-
projects
-
addProjectsItem
-
getProjects
The list of projects- Returns:
- projects
-
setProjects
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation. Null if the status message has not been set.- Returns:
- statusMessage
-
setStatusMessage
-
equals
-
hashCode
public int hashCode() -
toString
-