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