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