QuotaCounterValueContract Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.QuotaCounterValueContract
- com.
public class QuotaCounterValueContract
Quota counter value details.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| QuotaCounterValueContract() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Integer |
callsCount()
Get number of times Counter was called. |
| java.lang.Double |
kbTransferred()
Get data Transferred in Kilo |
|
Quota |
withCallsCount(Integer callsCount)
Set number of times Counter was called. |
|
Quota |
withKbTransferred(Double kbTransferred)
Set data Transferred in Kilo |
Methods inherited from java.lang.Object
Constructor Details
QuotaCounterValueContract
public QuotaCounterValueContract()
Method Details
callsCount
public Integer callsCount()
Get number of times Counter was called.
Returns:
kbTransferred
public Double kbTransferred()
Get data Transferred in KiloBytes.
Returns:
withCallsCount
public QuotaCounterValueContract withCallsCount(Integer callsCount)
Set number of times Counter was called.
Parameters:
Returns:
withKbTransferred
public QuotaCounterValueContract withKbTransferred(Double kbTransferred)
Set data Transferred in KiloBytes.
Parameters:
Returns: