public class VccPerfSampleResponse extends Object implements Serializable
| Constructor and Description |
|---|
VccPerfSampleResponse(long usedQuota,
long quota,
Instant time)
Instantiates a VccPerfSampleResponse
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
long |
getQuota()
Get the quota for Vcc Perf Sample Response
|
Instant |
getTimestamp()
Get the timestamp for Vcc Perf Sample Response
|
long |
getUsedQuota()
Get the used quota for Vcc Perf Sample Response
|
int |
hashCode() |
String |
toString() |
public VccPerfSampleResponse(long usedQuota,
long quota,
Instant time)
usedQuota - the used quotaquota - the quotatime - the timepublic long getUsedQuota()
long used quotapublic long getQuota()
long quotapublic Instant getTimestamp()
Instant timestampCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.