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