public class UserSftpClientUse extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Date |
createdAt
The earliest recorded use of this SFTP client (for this user)
|
Long |
id
UserSftpClientUse ID
|
String |
sftpClient
The SFTP client used
|
Date |
updatedAt
The most recent use of this SFTP client (for this user)
|
Long |
userId
ID of the user who performed this access
|
| Constructor and Description |
|---|
UserSftpClientUse() |
UserSftpClientUse(HashMap<String,Object> parameters) |
UserSftpClientUse(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<UserSftpClientUse> |
all() |
static ListIterator<UserSftpClientUse> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<UserSftpClientUse> |
list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<UserSftpClientUse> |
list(HashMap<String,Object> parameters) |
static ListIterator<UserSftpClientUse> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String sftpClient
public Date createdAt
public Date updatedAt
public Long userId
public static ListIterator<UserSftpClientUse> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserSftpClientUse> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserSftpClientUse> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserSftpClientUse> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<UserSftpClientUse> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.