@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class LockRequest extends Object
| Constructor and Description |
|---|
LockRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLockDurationInSeconds()
The number of seconds to lock the envelope for editing.
|
String |
getLockedByApp()
A friendly name of the application used to lock the envelope.
|
String |
getLockType()
The type of envelope lock.
|
String |
getTemplatePassword() |
String |
getUseScratchPad()
Reserved for future use.\n\nIndicates whether a scratchpad is used for editing information.
|
int |
hashCode() |
void |
setLockDurationInSeconds(String lockDurationInSeconds) |
void |
setLockedByApp(String lockedByApp) |
void |
setLockType(String lockType) |
void |
setTemplatePassword(String templatePassword) |
void |
setUseScratchPad(String useScratchPad) |
String |
toString() |
public String getLockDurationInSeconds()
public void setLockDurationInSeconds(String lockDurationInSeconds)
public String getLockedByApp()
public void setLockedByApp(String lockedByApp)
public String getLockType()
public void setLockType(String lockType)
public String getTemplatePassword()
public void setTemplatePassword(String templatePassword)
public String getUseScratchPad()
public void setUseScratchPad(String useScratchPad)
Copyright © 2017. All rights reserved.