public class VacPerfSampleResponse extends Object implements Serializable
| Constructor and Description |
|---|
VacPerfSampleResponse(long usedQuota,
long quota,
Instant time)
Instantiates a new Vac perf sample response.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getQuota()
Gets quota in megabytes (MB).
|
Instant |
getTime()
Gets time.
|
long |
getUsedQuota()
Gets used quota in megabytes (MB).
|
public VacPerfSampleResponse(long usedQuota,
long quota,
Instant time)
usedQuota - the used quotaquota - the quotatime - the timepublic long getUsedQuota()
public long getQuota()
public Instant getTime()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.