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