public class LockInformation extends Object
Constructor and Description |
---|
LockInformation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
LockInformation |
errorDetails(ErrorDetails errorDetails) |
ErrorDetails |
getErrorDetails()
Get errorDetails
|
String |
getLockDurationInSeconds()
Sets the time, in seconds, until the lock expires when there is no activity on the envelope.
|
String |
getLockedByApp()
Specifies the friendly name of the application that is locking the envelope.
|
UserInfo |
getLockedByUser()
Get lockedByUser
|
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.
|
int |
hashCode() |
LockInformation |
lockDurationInSeconds(String lockDurationInSeconds) |
LockInformation |
lockedByApp(String lockedByApp) |
LockInformation |
lockedByUser(UserInfo lockedByUser) |
LockInformation |
lockedUntilDateTime(String lockedUntilDateTime) |
LockInformation |
lockToken(String lockToken) |
LockInformation |
lockType(String lockType) |
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() |
LockInformation |
useScratchPad(String useScratchPad) |
public LockInformation errorDetails(ErrorDetails errorDetails)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public LockInformation lockDurationInSeconds(String lockDurationInSeconds)
public String getLockDurationInSeconds()
public void setLockDurationInSeconds(String lockDurationInSeconds)
public LockInformation lockedByApp(String lockedByApp)
public String getLockedByApp()
public void setLockedByApp(String lockedByApp)
public LockInformation lockedByUser(UserInfo lockedByUser)
public UserInfo getLockedByUser()
public void setLockedByUser(UserInfo lockedByUser)
public LockInformation lockedUntilDateTime(String lockedUntilDateTime)
public String getLockedUntilDateTime()
public void setLockedUntilDateTime(String lockedUntilDateTime)
public LockInformation lockToken(String lockToken)
public String getLockToken()
public void setLockToken(String lockToken)
public LockInformation lockType(String lockType)
public String getLockType()
public void setLockType(String lockType)
public LockInformation useScratchPad(String useScratchPad)
public String getUseScratchPad()
public void setUseScratchPad(String useScratchPad)
Copyright © 2019. All rights reserved.