@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class WorkspaceList extends Object
Provides properties that describe the workspaces avaialble.
| Constructor and Description |
|---|
WorkspaceList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEndPosition()
The last position in the result set.
|
String |
getResultSetSize()
The number of results returned in this response.
|
String |
getStartPosition()
Starting position of the current result set.
|
String |
getTotalSetSize()
The total number of items available in the result set.
|
List<Workspace> |
getWorkspaces()
A list of workspaces.
|
int |
hashCode() |
void |
setEndPosition(String endPosition) |
void |
setResultSetSize(String resultSetSize) |
void |
setStartPosition(String startPosition) |
void |
setTotalSetSize(String totalSetSize) |
void |
setWorkspaces(List<Workspace> workspaces) |
String |
toString() |
public String getEndPosition()
The last position in the result set.
public void setEndPosition(String endPosition)
public String getResultSetSize()
The number of results returned in this response.
public void setResultSetSize(String resultSetSize)
public String getStartPosition()
Starting position of the current result set.
public void setStartPosition(String startPosition)
public String getTotalSetSize()
The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.
public void setTotalSetSize(String totalSetSize)
Copyright © 2017. All Rights Reserved.