@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-25T15:20:44.090-04:00") public class EntityListResponse extends Object
| Constructor and Description |
|---|
EntityListResponse() |
| Modifier and Type | Method and Description |
|---|---|
EntityListResponse |
addNodesItem(Entity nodesItem) |
boolean |
equals(Object o) |
String |
getNextToken()
Get nextToken
|
List<Entity> |
getNodes()
Get nodes
|
Summary |
getSummary()
Get summary
|
BigDecimal |
getTotalResults()
Get totalResults
|
int |
hashCode() |
EntityListResponse |
nextToken(String nextToken) |
EntityListResponse |
nodes(List<Entity> nodes) |
void |
setNextToken(String nextToken) |
void |
setNodes(List<Entity> nodes) |
void |
setSummary(Summary summary) |
void |
setTotalResults(BigDecimal totalResults) |
EntityListResponse |
summary(Summary summary) |
String |
toString() |
EntityListResponse |
totalResults(BigDecimal totalResults) |
public EntityListResponse nodes(List<Entity> nodes)
public EntityListResponse addNodesItem(Entity nodesItem)
public EntityListResponse nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public EntityListResponse totalResults(BigDecimal totalResults)
public BigDecimal getTotalResults()
public void setTotalResults(BigDecimal totalResults)
public EntityListResponse summary(Summary summary)
public Summary getSummary()
public void setSummary(Summary summary)
Copyright © 2018. All rights reserved.