public class RemoteBandwidthSnapshot extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Long |
id
Site bandwidth ID
|
Date |
loggedAt
Time the site bandwidth report was logged
|
Long |
remoteServerId
ID of related Remote Server
|
Double |
syncBytesReceived
Site sync bandwidth report bytes received
|
Double |
syncBytesSent
Site sync bandwidth report bytes sent
|
| Constructor and Description |
|---|
RemoteBandwidthSnapshot() |
RemoteBandwidthSnapshot(HashMap<String,Object> parameters) |
RemoteBandwidthSnapshot(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<RemoteBandwidthSnapshot> |
all() |
static ListIterator<RemoteBandwidthSnapshot> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<RemoteBandwidthSnapshot> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<RemoteBandwidthSnapshot> |
list(HashMap<String,Object> parameters) |
static ListIterator<RemoteBandwidthSnapshot> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public Double syncBytesReceived
public Double syncBytesSent
public Date loggedAt
public Long remoteServerId
public static ListIterator<RemoteBandwidthSnapshot> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<RemoteBandwidthSnapshot> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<RemoteBandwidthSnapshot> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<RemoteBandwidthSnapshot> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<RemoteBandwidthSnapshot> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.