@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-25T15:20:44.090-04:00") public class CreateApplicationResponse extends Object
| Constructor and Description |
|---|
CreateApplicationResponse() |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse |
agent(Agent agent) |
CreateApplicationResponse |
batchId(String batchId) |
boolean |
equals(Object o) |
CreateApplicationResponse |
factType(String factType) |
Agent |
getAgent()
Get agent
|
String |
getBatchId()
Get batchId
|
String |
getFactType()
Get factType
|
String |
getNodeId()
Get nodeId
|
String |
getParentId()
Get parentId
|
Summary |
getSummary()
Get summary
|
BigDecimal |
getTimestamp()
Get timestamp
|
int |
hashCode() |
CreateApplicationResponse |
nodeId(String nodeId) |
CreateApplicationResponse |
parentId(String parentId) |
void |
setAgent(Agent agent) |
void |
setBatchId(String batchId) |
void |
setFactType(String factType) |
void |
setNodeId(String nodeId) |
void |
setParentId(String parentId) |
void |
setSummary(Summary summary) |
void |
setTimestamp(BigDecimal timestamp) |
CreateApplicationResponse |
summary(Summary summary) |
CreateApplicationResponse |
timestamp(BigDecimal timestamp) |
String |
toString() |
public CreateApplicationResponse timestamp(BigDecimal timestamp)
public BigDecimal getTimestamp()
public void setTimestamp(BigDecimal timestamp)
public CreateApplicationResponse nodeId(String nodeId)
public String getNodeId()
public void setNodeId(String nodeId)
public CreateApplicationResponse agent(Agent agent)
public Agent getAgent()
public void setAgent(Agent agent)
public CreateApplicationResponse summary(Summary summary)
public Summary getSummary()
public void setSummary(Summary summary)
public CreateApplicationResponse batchId(String batchId)
public String getBatchId()
public void setBatchId(String batchId)
public CreateApplicationResponse factType(String factType)
public String getFactType()
public void setFactType(String factType)
public CreateApplicationResponse parentId(String parentId)
public String getParentId()
public void setParentId(String parentId)
Copyright © 2018. All rights reserved.