@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-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()
The datetime until the envelope lock expires.
|
String |
getLockToken()
A unique identifier provided to the owner of the envelope lock.
|
String |
getLockType()
The type of envelope lock.
|
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 ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public 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. The maximum value is 1,800 seconds.\n\nThe lock duration can be extended.
public void setLockDurationInSeconds(String lockDurationInSeconds)
public String getLockedByApp()
Specifies the friendly name of the application that is locking the envelope.
public void setLockedByApp(String lockedByApp)
public UserInfo getLockedByUser()
public void setLockedByUser(UserInfo lockedByUser)
public String getLockedUntilDateTime()
The datetime until the envelope lock expires.
public void setLockedUntilDateTime(String lockedUntilDateTime)
public String getLockToken()
A unique identifier provided to the owner of the envelope lock. Used to prove ownership of the lock.
public void setLockToken(String lockToken)
public String getLockType()
The type of envelope lock. Currently "edit" is the only supported type.
public void setLockType(String lockType)
public String getUseScratchPad()
Reserved for future use.\n\nIndicates whether a scratchpad is used for editing information.
public void setUseScratchPad(String useScratchPad)
Copyright © 2017. All Rights Reserved.