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