@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-14T16:41:01.888-08:00") public class LockInformation extends Object
| Constructor and Description |
|---|
LockInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ErrorDetails |
getErrorDetails() |
String |
getLockDurationInSeconds()
Sets the time, in seconds, until the lock expires when there is no activity on the envelope.\n\nIf no value is entered, then the default value of 300 seconds is used.
|
String |
getLockedByApp()
Specifies the friendly name of the application that is locking the envelope.
|
UserInfo |
getLockedByUser() |
String |
getLockedUntilDateTime() |
String |
getLockToken() |
String |
getLockType() |
String |
getUseScratchPad()
Reserved for future use.\n\nIndicates whether a scratchpad is used for editing information.
|
int |
hashCode() |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setLockDurationInSeconds(String lockDurationInSeconds) |
void |
setLockedByApp(String lockedByApp) |
void |
setLockedByUser(UserInfo lockedByUser) |
void |
setLockedUntilDateTime(String lockedUntilDateTime) |
void |
setLockToken(String lockToken) |
void |
setLockType(String lockType) |
void |
setUseScratchPad(String useScratchPad) |
String |
toString() |
public UserInfo getLockedByUser()
public void setLockedByUser(UserInfo lockedByUser)
public String getLockedByApp()
public void setLockedByApp(String lockedByApp)
public String getLockedUntilDateTime()
public void setLockedUntilDateTime(String lockedUntilDateTime)
public String getLockDurationInSeconds()
public void setLockDurationInSeconds(String lockDurationInSeconds)
public String getLockType()
public void setLockType(String lockType)
public String getUseScratchPad()
public void setUseScratchPad(String useScratchPad)
public String getLockToken()
public void setLockToken(String lockToken)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
Copyright © 2016. All rights reserved.