@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class ApiRequestLog extends Object
Contains API request log information.
| 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()
Indicates the date and time the item was created.
public void setCreatedDateTime(String createdDateTime)
public String getDescription()
public void setDescription(String description)
public String getRequestLogId()
public void setRequestLogId(String requestLogId)
public String getStatus()
Indicates the envelope status. Valid values are:\n\n* sent - The envelope is sent to the recipients. \n* created - The envelope is saved as a draft and can be modified and sent later.
public void setStatus(String status)
Copyright © 2017. All Rights Reserved.