public class PublicHostingRequestLog extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Long |
durationMs
Duration (in milliseconds)
|
String |
hostname
HTTP Request Hostname
|
String |
path
HTTP Request Path.
|
String |
remoteIp
IP Address of Public Hosting Client
|
Long |
responseCode
HTTP Response Code
|
String |
serverIp
IP Address of Public Hosting Server
|
Boolean |
success
Whether SFTP Action was successful.
|
Date |
timestamp
Start Time of Action
|
| Constructor and Description |
|---|
PublicHostingRequestLog() |
PublicHostingRequestLog(HashMap<String,Object> parameters) |
PublicHostingRequestLog(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<PublicHostingRequestLog> |
all() |
static ListIterator<PublicHostingRequestLog> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<PublicHostingRequestLog> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<PublicHostingRequestLog> |
list(HashMap<String,Object> parameters) |
static ListIterator<PublicHostingRequestLog> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Date timestamp
public String remoteIp
public String serverIp
public String hostname
public String path
public Long responseCode
public Boolean success
public Long durationMs
public static ListIterator<PublicHostingRequestLog> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<PublicHostingRequestLog> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<PublicHostingRequestLog> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<PublicHostingRequestLog> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<PublicHostingRequestLog> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.