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