@Generated(value="org.openapitools.codegen.languages.JavaJerseyServerCodegen", date="2019-05-10T18:12:20.111-03:00[America/Sao_Paulo]") public class StatusChangeHistory extends Object
| Constructor and Description |
|---|
StatusChangeHistory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Valid StatusType |
getStatus()
Get status
|
String |
getTimestamp()
Get timestamp
|
int |
hashCode() |
void |
setStatus(StatusType status) |
void |
setTimestamp(String timestamp) |
StatusChangeHistory |
status(StatusType status) |
StatusChangeHistory |
timestamp(String timestamp) |
String |
toString() |
public StatusChangeHistory status(StatusType status)
@Valid public @Valid StatusType getStatus()
public void setStatus(StatusType status)
public StatusChangeHistory timestamp(String timestamp)
public String getTimestamp()
public void setTimestamp(String timestamp)
Copyright © 2019. All rights reserved.