public class SignatureFormAuditLogInfo extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SignatureFormAuditLogInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
String |
getDate() |
String |
getDetails() |
String |
getId() |
String |
getRemoteAddress() |
Integer |
getType() |
String |
getUserName() |
void |
setAction(String action) |
void |
setDate(String date) |
void |
setDetails(String details) |
void |
setId(String id) |
void |
setRemoteAddress(String remoteAddress) |
void |
setType(Integer type) |
void |
setUserName(String userName) |
String |
toString() |
public String getId()
public void setId(String id)
public Integer getType()
public void setType(Integer type)
public String getDate()
public void setDate(String date)
public String getUserName()
public void setUserName(String userName)
public String getAction()
public void setAction(String action)
public String getRemoteAddress()
public void setRemoteAddress(String remoteAddress)
public String getDetails()
public void setDetails(String details)
Copyright © 2014 GroupDocs. All Rights Reserved.