@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class ApiRequestLog extends Object
| Constructor and Description |
|---|
ApiRequestLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCreatedDateTime()
Indicates the date and time the item was created.
|
String |
getDescription() |
String |
getRequestLogId() |
String |
getStatus()
Indicates the envelope status.
|
int |
hashCode() |
void |
setCreatedDateTime(String createdDateTime) |
void |
setDescription(String description) |
void |
setRequestLogId(String requestLogId) |
void |
setStatus(String status) |
String |
toString() |
public String getCreatedDateTime()
public void setCreatedDateTime(String createdDateTime)
public String getDescription()
public void setDescription(String description)
public String getRequestLogId()
public void setRequestLogId(String requestLogId)
public String getStatus()
public void setStatus(String status)
Copyright © 2017. All rights reserved.