ReportRecordContract Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ReportRecordContractInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface ReportRecordContract
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ReportRecordContractInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing ReportRecordContract.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String apiId()
abstract java.lang.String apiRegion()
abstract java.lang.Double apiTimeAvg()
abstract java.lang.Double apiTimeMax()
abstract java.lang.Double apiTimeMin()
abstract java.lang.Long bandwidth()
abstract java.lang.Integer cacheHitCount()
abstract java.lang.Integer cacheMissCount()
abstract java.lang.Integer callCountBlocked()
abstract java.lang.Integer callCountFailed()
abstract java.lang.Integer callCountOther()
abstract java.lang.Integer callCountSuccess()
abstract java.lang.Integer callCountTotal()
abstract java.lang.String country()
abstract java.lang.String interval()
abstract java.lang.String name()
abstract java.lang.String operationId()
abstract java.lang.String productId()
abstract java.lang.String region()
abstract java.lang.Double serviceTimeAvg()
abstract java.lang.Double serviceTimeMax()
abstract java.lang.Double serviceTimeMin()
abstract java.lang.String subscriptionId()
abstract org.joda.time.DateTime timestamp()
abstract java.lang.String userId()
abstract java.lang.String zip()

Method Details

apiId

public abstract String apiId()

Returns:

the apiId value.

apiRegion

public abstract String apiRegion()

Returns:

the apiRegion value.

apiTimeAvg

public abstract Double apiTimeAvg()

Returns:

the apiTimeAvg value.

apiTimeMax

public abstract Double apiTimeMax()

Returns:

the apiTimeMax value.

apiTimeMin

public abstract Double apiTimeMin()

Returns:

the apiTimeMin value.

bandwidth

public abstract Long bandwidth()

Returns:

the bandwidth value.

cacheHitCount

public abstract Integer cacheHitCount()

Returns:

the cacheHitCount value.

cacheMissCount

public abstract Integer cacheMissCount()

Returns:

the cacheMissCount value.

callCountBlocked

public abstract Integer callCountBlocked()

Returns:

the callCountBlocked value.

callCountFailed

public abstract Integer callCountFailed()

Returns:

the callCountFailed value.

callCountOther

public abstract Integer callCountOther()

Returns:

the callCountOther value.

callCountSuccess

public abstract Integer callCountSuccess()

Returns:

the callCountSuccess value.

callCountTotal

public abstract Integer callCountTotal()

Returns:

the callCountTotal value.

country

public abstract String country()

Returns:

the country value.

interval

public abstract String interval()

Returns:

the interval value.

name

public abstract String name()

Returns:

the name value.

operationId

public abstract String operationId()

Returns:

the operationId value.

productId

public abstract String productId()

Returns:

the productId value.

region

public abstract String region()

Returns:

the region value.

serviceTimeAvg

public abstract Double serviceTimeAvg()

Returns:

the serviceTimeAvg value.

serviceTimeMax

public abstract Double serviceTimeMax()

Returns:

the serviceTimeMax value.

serviceTimeMin

public abstract Double serviceTimeMin()

Returns:

the serviceTimeMin value.

subscriptionId

public abstract String subscriptionId()

Returns:

the subscriptionId value.

timestamp

public abstract DateTime timestamp()

Returns:

the timestamp value.

userId

public abstract String userId()

Returns:

the userId value.

zip

public abstract String zip()

Returns:

the zip value.

Applies to