getstatistics

package
v0.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateStatisticsFromDiscriminatorValue

CreateStatisticsFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_BandwidthCachedChartFromDiscriminatorValue

CreateStatistics_BandwidthCachedChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_BandwidthUsedChartFromDiscriminatorValue

CreateStatistics_BandwidthUsedChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_CacheHitRateChartFromDiscriminatorValue

CreateStatistics_CacheHitRateChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_Error3xxChartFromDiscriminatorValue

CreateStatistics_Error3xxChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_Error4xxChartFromDiscriminatorValue

CreateStatistics_Error4xxChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_Error5xxChartFromDiscriminatorValue

CreateStatistics_Error5xxChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_GeoTrafficDistributionFromDiscriminatorValue

CreateStatistics_GeoTrafficDistributionFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_OriginResponseTimeChartFromDiscriminatorValue

CreateStatistics_OriginResponseTimeChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_OriginShieldBandwidthUsedChartFromDiscriminatorValue

CreateStatistics_OriginShieldBandwidthUsedChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_OriginShieldInternalBandwidthUsedChartFromDiscriminatorValue

func CreateStatistics_OriginShieldInternalBandwidthUsedChartFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateStatistics_OriginShieldInternalBandwidthUsedChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_OriginTrafficChartFromDiscriminatorValue

CreateStatistics_OriginTrafficChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_PullRequestsPulledChartFromDiscriminatorValue

CreateStatistics_PullRequestsPulledChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_RequestsServedChartFromDiscriminatorValue

CreateStatistics_RequestsServedChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateStatistics_UserBalanceHistoryChartFromDiscriminatorValue

CreateStatistics_UserBalanceHistoryChartFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

Types

type Statistics

type Statistics struct {
	// contains filtered or unexported fields
}

func NewStatistics

func NewStatistics() *Statistics

NewStatistics instantiates a new Statistics and sets the default values.

func (*Statistics) GetAdditionalData

func (m *Statistics) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics) GetAverageOriginResponseTime

func (m *Statistics) GetAverageOriginResponseTime() *int32

GetAverageOriginResponseTime gets the AverageOriginResponseTime property value. The AverageOriginResponseTime property returns a *int32 when successful

func (*Statistics) GetBandwidthCachedChart

func (m *Statistics) GetBandwidthCachedChart() Statistics_BandwidthCachedChartable

GetBandwidthCachedChart gets the BandwidthCachedChart property value. The BandwidthCachedChart property returns a Statistics_BandwidthCachedChartable when successful

func (*Statistics) GetBandwidthUsedChart

func (m *Statistics) GetBandwidthUsedChart() Statistics_BandwidthUsedChartable

GetBandwidthUsedChart gets the BandwidthUsedChart property value. The BandwidthUsedChart property returns a Statistics_BandwidthUsedChartable when successful

func (*Statistics) GetCacheHitRate

func (m *Statistics) GetCacheHitRate() *float64

GetCacheHitRate gets the CacheHitRate property value. The CacheHitRate property returns a *float64 when successful

func (*Statistics) GetCacheHitRateChart

func (m *Statistics) GetCacheHitRateChart() Statistics_CacheHitRateChartable

GetCacheHitRateChart gets the CacheHitRateChart property value. The CacheHitRateChart property returns a Statistics_CacheHitRateChartable when successful

func (*Statistics) GetError3xxChart

func (m *Statistics) GetError3xxChart() Statistics_Error3xxChartable

GetError3xxChart gets the Error3xxChart property value. The Error3xxChart property returns a Statistics_Error3xxChartable when successful

func (*Statistics) GetError4xxChart

func (m *Statistics) GetError4xxChart() Statistics_Error4xxChartable

GetError4xxChart gets the Error4xxChart property value. The Error4xxChart property returns a Statistics_Error4xxChartable when successful

func (*Statistics) GetError5xxChart

func (m *Statistics) GetError5xxChart() Statistics_Error5xxChartable

GetError5xxChart gets the Error5xxChart property value. The Error5xxChart property returns a Statistics_Error5xxChartable when successful

func (*Statistics) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics) GetGeoTrafficDistribution

func (m *Statistics) GetGeoTrafficDistribution() Statistics_GeoTrafficDistributionable

GetGeoTrafficDistribution gets the GeoTrafficDistribution property value. The GeoTrafficDistribution property returns a Statistics_GeoTrafficDistributionable when successful

func (*Statistics) GetOriginResponseTimeChart

func (m *Statistics) GetOriginResponseTimeChart() Statistics_OriginResponseTimeChartable

GetOriginResponseTimeChart gets the OriginResponseTimeChart property value. The OriginResponseTimeChart property returns a Statistics_OriginResponseTimeChartable when successful

func (*Statistics) GetOriginShieldBandwidthUsedChart

func (m *Statistics) GetOriginShieldBandwidthUsedChart() Statistics_OriginShieldBandwidthUsedChartable

GetOriginShieldBandwidthUsedChart gets the OriginShieldBandwidthUsedChart property value. The OriginShieldBandwidthUsedChart property returns a Statistics_OriginShieldBandwidthUsedChartable when successful

func (*Statistics) GetOriginShieldInternalBandwidthUsedChart

func (m *Statistics) GetOriginShieldInternalBandwidthUsedChart() Statistics_OriginShieldInternalBandwidthUsedChartable

GetOriginShieldInternalBandwidthUsedChart gets the OriginShieldInternalBandwidthUsedChart property value. The OriginShieldInternalBandwidthUsedChart property returns a Statistics_OriginShieldInternalBandwidthUsedChartable when successful

func (*Statistics) GetOriginTrafficChart

func (m *Statistics) GetOriginTrafficChart() Statistics_OriginTrafficChartable

GetOriginTrafficChart gets the OriginTrafficChart property value. The OriginTrafficChart property returns a Statistics_OriginTrafficChartable when successful

func (*Statistics) GetPullRequestsPulledChart

func (m *Statistics) GetPullRequestsPulledChart() Statistics_PullRequestsPulledChartable

GetPullRequestsPulledChart gets the PullRequestsPulledChart property value. The PullRequestsPulledChart property returns a Statistics_PullRequestsPulledChartable when successful

func (*Statistics) GetRequestsServedChart

func (m *Statistics) GetRequestsServedChart() Statistics_RequestsServedChartable

GetRequestsServedChart gets the RequestsServedChart property value. The RequestsServedChart property returns a Statistics_RequestsServedChartable when successful

func (*Statistics) GetTotalBandwidthUsed

func (m *Statistics) GetTotalBandwidthUsed() *int64

GetTotalBandwidthUsed gets the TotalBandwidthUsed property value. The TotalBandwidthUsed property returns a *int64 when successful

func (*Statistics) GetTotalOriginTraffic

func (m *Statistics) GetTotalOriginTraffic() *int64

GetTotalOriginTraffic gets the TotalOriginTraffic property value. The TotalOriginTraffic property returns a *int64 when successful

func (*Statistics) GetTotalRequestsServed

func (m *Statistics) GetTotalRequestsServed() *int64

GetTotalRequestsServed gets the TotalRequestsServed property value. The TotalRequestsServed property returns a *int64 when successful

func (*Statistics) GetUserBalanceHistoryChart

func (m *Statistics) GetUserBalanceHistoryChart() Statistics_UserBalanceHistoryChartable

GetUserBalanceHistoryChart gets the UserBalanceHistoryChart property value. The UserBalanceHistoryChart property returns a Statistics_UserBalanceHistoryChartable when successful

func (*Statistics) Serialize

Serialize serializes information the current object

func (*Statistics) SetAdditionalData

func (m *Statistics) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*Statistics) SetAverageOriginResponseTime

func (m *Statistics) SetAverageOriginResponseTime(value *int32)

SetAverageOriginResponseTime sets the AverageOriginResponseTime property value. The AverageOriginResponseTime property

func (*Statistics) SetBandwidthCachedChart

func (m *Statistics) SetBandwidthCachedChart(value Statistics_BandwidthCachedChartable)

SetBandwidthCachedChart sets the BandwidthCachedChart property value. The BandwidthCachedChart property

func (*Statistics) SetBandwidthUsedChart

func (m *Statistics) SetBandwidthUsedChart(value Statistics_BandwidthUsedChartable)

SetBandwidthUsedChart sets the BandwidthUsedChart property value. The BandwidthUsedChart property

func (*Statistics) SetCacheHitRate

func (m *Statistics) SetCacheHitRate(value *float64)

SetCacheHitRate sets the CacheHitRate property value. The CacheHitRate property

func (*Statistics) SetCacheHitRateChart

func (m *Statistics) SetCacheHitRateChart(value Statistics_CacheHitRateChartable)

SetCacheHitRateChart sets the CacheHitRateChart property value. The CacheHitRateChart property

func (*Statistics) SetError3xxChart

func (m *Statistics) SetError3xxChart(value Statistics_Error3xxChartable)

SetError3xxChart sets the Error3xxChart property value. The Error3xxChart property

func (*Statistics) SetError4xxChart

func (m *Statistics) SetError4xxChart(value Statistics_Error4xxChartable)

SetError4xxChart sets the Error4xxChart property value. The Error4xxChart property

func (*Statistics) SetError5xxChart

func (m *Statistics) SetError5xxChart(value Statistics_Error5xxChartable)

SetError5xxChart sets the Error5xxChart property value. The Error5xxChart property

func (*Statistics) SetGeoTrafficDistribution

func (m *Statistics) SetGeoTrafficDistribution(value Statistics_GeoTrafficDistributionable)

SetGeoTrafficDistribution sets the GeoTrafficDistribution property value. The GeoTrafficDistribution property

func (*Statistics) SetOriginResponseTimeChart

func (m *Statistics) SetOriginResponseTimeChart(value Statistics_OriginResponseTimeChartable)

SetOriginResponseTimeChart sets the OriginResponseTimeChart property value. The OriginResponseTimeChart property

func (*Statistics) SetOriginShieldBandwidthUsedChart

func (m *Statistics) SetOriginShieldBandwidthUsedChart(value Statistics_OriginShieldBandwidthUsedChartable)

SetOriginShieldBandwidthUsedChart sets the OriginShieldBandwidthUsedChart property value. The OriginShieldBandwidthUsedChart property

func (*Statistics) SetOriginShieldInternalBandwidthUsedChart

func (m *Statistics) SetOriginShieldInternalBandwidthUsedChart(value Statistics_OriginShieldInternalBandwidthUsedChartable)

SetOriginShieldInternalBandwidthUsedChart sets the OriginShieldInternalBandwidthUsedChart property value. The OriginShieldInternalBandwidthUsedChart property

func (*Statistics) SetOriginTrafficChart

func (m *Statistics) SetOriginTrafficChart(value Statistics_OriginTrafficChartable)

SetOriginTrafficChart sets the OriginTrafficChart property value. The OriginTrafficChart property

func (*Statistics) SetPullRequestsPulledChart

func (m *Statistics) SetPullRequestsPulledChart(value Statistics_PullRequestsPulledChartable)

SetPullRequestsPulledChart sets the PullRequestsPulledChart property value. The PullRequestsPulledChart property

func (*Statistics) SetRequestsServedChart

func (m *Statistics) SetRequestsServedChart(value Statistics_RequestsServedChartable)

SetRequestsServedChart sets the RequestsServedChart property value. The RequestsServedChart property

func (*Statistics) SetTotalBandwidthUsed

func (m *Statistics) SetTotalBandwidthUsed(value *int64)

SetTotalBandwidthUsed sets the TotalBandwidthUsed property value. The TotalBandwidthUsed property

func (*Statistics) SetTotalOriginTraffic

func (m *Statistics) SetTotalOriginTraffic(value *int64)

SetTotalOriginTraffic sets the TotalOriginTraffic property value. The TotalOriginTraffic property

func (*Statistics) SetTotalRequestsServed

func (m *Statistics) SetTotalRequestsServed(value *int64)

SetTotalRequestsServed sets the TotalRequestsServed property value. The TotalRequestsServed property

func (*Statistics) SetUserBalanceHistoryChart

func (m *Statistics) SetUserBalanceHistoryChart(value Statistics_UserBalanceHistoryChartable)

SetUserBalanceHistoryChart sets the UserBalanceHistoryChart property value. The UserBalanceHistoryChart property

type Statistics_BandwidthCachedChart

type Statistics_BandwidthCachedChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_BandwidthCachedChart

func NewStatistics_BandwidthCachedChart() *Statistics_BandwidthCachedChart

NewStatistics_BandwidthCachedChart instantiates a new Statistics_BandwidthCachedChart and sets the default values.

func (*Statistics_BandwidthCachedChart) GetAdditionalData

func (m *Statistics_BandwidthCachedChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_BandwidthCachedChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_BandwidthCachedChart) Serialize

Serialize serializes information the current object

func (*Statistics_BandwidthCachedChart) SetAdditionalData

func (m *Statistics_BandwidthCachedChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_BandwidthUsedChart

type Statistics_BandwidthUsedChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_BandwidthUsedChart

func NewStatistics_BandwidthUsedChart() *Statistics_BandwidthUsedChart

NewStatistics_BandwidthUsedChart instantiates a new Statistics_BandwidthUsedChart and sets the default values.

func (*Statistics_BandwidthUsedChart) GetAdditionalData

func (m *Statistics_BandwidthUsedChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_BandwidthUsedChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_BandwidthUsedChart) Serialize

Serialize serializes information the current object

func (*Statistics_BandwidthUsedChart) SetAdditionalData

func (m *Statistics_BandwidthUsedChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_CacheHitRateChart

type Statistics_CacheHitRateChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_CacheHitRateChart

func NewStatistics_CacheHitRateChart() *Statistics_CacheHitRateChart

NewStatistics_CacheHitRateChart instantiates a new Statistics_CacheHitRateChart and sets the default values.

func (*Statistics_CacheHitRateChart) GetAdditionalData

func (m *Statistics_CacheHitRateChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_CacheHitRateChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_CacheHitRateChart) Serialize

Serialize serializes information the current object

func (*Statistics_CacheHitRateChart) SetAdditionalData

func (m *Statistics_CacheHitRateChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_Error3xxChart

type Statistics_Error3xxChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_Error3xxChart

func NewStatistics_Error3xxChart() *Statistics_Error3xxChart

NewStatistics_Error3xxChart instantiates a new Statistics_Error3xxChart and sets the default values.

func (*Statistics_Error3xxChart) GetAdditionalData

func (m *Statistics_Error3xxChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_Error3xxChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_Error3xxChart) Serialize

Serialize serializes information the current object

func (*Statistics_Error3xxChart) SetAdditionalData

func (m *Statistics_Error3xxChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_Error4xxChart

type Statistics_Error4xxChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_Error4xxChart

func NewStatistics_Error4xxChart() *Statistics_Error4xxChart

NewStatistics_Error4xxChart instantiates a new Statistics_Error4xxChart and sets the default values.

func (*Statistics_Error4xxChart) GetAdditionalData

func (m *Statistics_Error4xxChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_Error4xxChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_Error4xxChart) Serialize

Serialize serializes information the current object

func (*Statistics_Error4xxChart) SetAdditionalData

func (m *Statistics_Error4xxChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_Error5xxChart

type Statistics_Error5xxChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_Error5xxChart

func NewStatistics_Error5xxChart() *Statistics_Error5xxChart

NewStatistics_Error5xxChart instantiates a new Statistics_Error5xxChart and sets the default values.

func (*Statistics_Error5xxChart) GetAdditionalData

func (m *Statistics_Error5xxChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_Error5xxChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_Error5xxChart) Serialize

Serialize serializes information the current object

func (*Statistics_Error5xxChart) SetAdditionalData

func (m *Statistics_Error5xxChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_GeoTrafficDistribution

type Statistics_GeoTrafficDistribution struct {
	// contains filtered or unexported fields
}

func NewStatistics_GeoTrafficDistribution

func NewStatistics_GeoTrafficDistribution() *Statistics_GeoTrafficDistribution

NewStatistics_GeoTrafficDistribution instantiates a new Statistics_GeoTrafficDistribution and sets the default values.

func (*Statistics_GeoTrafficDistribution) GetAdditionalData

func (m *Statistics_GeoTrafficDistribution) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_GeoTrafficDistribution) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_GeoTrafficDistribution) Serialize

Serialize serializes information the current object

func (*Statistics_GeoTrafficDistribution) SetAdditionalData

func (m *Statistics_GeoTrafficDistribution) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_OriginResponseTimeChart

type Statistics_OriginResponseTimeChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_OriginResponseTimeChart

func NewStatistics_OriginResponseTimeChart() *Statistics_OriginResponseTimeChart

NewStatistics_OriginResponseTimeChart instantiates a new Statistics_OriginResponseTimeChart and sets the default values.

func (*Statistics_OriginResponseTimeChart) GetAdditionalData

func (m *Statistics_OriginResponseTimeChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_OriginResponseTimeChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_OriginResponseTimeChart) Serialize

Serialize serializes information the current object

func (*Statistics_OriginResponseTimeChart) SetAdditionalData

func (m *Statistics_OriginResponseTimeChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_OriginShieldBandwidthUsedChart

type Statistics_OriginShieldBandwidthUsedChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_OriginShieldBandwidthUsedChart

func NewStatistics_OriginShieldBandwidthUsedChart() *Statistics_OriginShieldBandwidthUsedChart

NewStatistics_OriginShieldBandwidthUsedChart instantiates a new Statistics_OriginShieldBandwidthUsedChart and sets the default values.

func (*Statistics_OriginShieldBandwidthUsedChart) GetAdditionalData

func (m *Statistics_OriginShieldBandwidthUsedChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_OriginShieldBandwidthUsedChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_OriginShieldBandwidthUsedChart) Serialize

Serialize serializes information the current object

func (*Statistics_OriginShieldBandwidthUsedChart) SetAdditionalData

func (m *Statistics_OriginShieldBandwidthUsedChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_OriginShieldInternalBandwidthUsedChart

type Statistics_OriginShieldInternalBandwidthUsedChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_OriginShieldInternalBandwidthUsedChart

func NewStatistics_OriginShieldInternalBandwidthUsedChart() *Statistics_OriginShieldInternalBandwidthUsedChart

NewStatistics_OriginShieldInternalBandwidthUsedChart instantiates a new Statistics_OriginShieldInternalBandwidthUsedChart and sets the default values.

func (*Statistics_OriginShieldInternalBandwidthUsedChart) GetAdditionalData

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_OriginShieldInternalBandwidthUsedChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_OriginShieldInternalBandwidthUsedChart) Serialize

Serialize serializes information the current object

func (*Statistics_OriginShieldInternalBandwidthUsedChart) SetAdditionalData

func (m *Statistics_OriginShieldInternalBandwidthUsedChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_OriginTrafficChart

type Statistics_OriginTrafficChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_OriginTrafficChart

func NewStatistics_OriginTrafficChart() *Statistics_OriginTrafficChart

NewStatistics_OriginTrafficChart instantiates a new Statistics_OriginTrafficChart and sets the default values.

func (*Statistics_OriginTrafficChart) GetAdditionalData

func (m *Statistics_OriginTrafficChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_OriginTrafficChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_OriginTrafficChart) Serialize

Serialize serializes information the current object

func (*Statistics_OriginTrafficChart) SetAdditionalData

func (m *Statistics_OriginTrafficChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_PullRequestsPulledChart

type Statistics_PullRequestsPulledChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_PullRequestsPulledChart

func NewStatistics_PullRequestsPulledChart() *Statistics_PullRequestsPulledChart

NewStatistics_PullRequestsPulledChart instantiates a new Statistics_PullRequestsPulledChart and sets the default values.

func (*Statistics_PullRequestsPulledChart) GetAdditionalData

func (m *Statistics_PullRequestsPulledChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_PullRequestsPulledChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_PullRequestsPulledChart) Serialize

Serialize serializes information the current object

func (*Statistics_PullRequestsPulledChart) SetAdditionalData

func (m *Statistics_PullRequestsPulledChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_RequestsServedChart

type Statistics_RequestsServedChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_RequestsServedChart

func NewStatistics_RequestsServedChart() *Statistics_RequestsServedChart

NewStatistics_RequestsServedChart instantiates a new Statistics_RequestsServedChart and sets the default values.

func (*Statistics_RequestsServedChart) GetAdditionalData

func (m *Statistics_RequestsServedChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_RequestsServedChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_RequestsServedChart) Serialize

Serialize serializes information the current object

func (*Statistics_RequestsServedChart) SetAdditionalData

func (m *Statistics_RequestsServedChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statistics_UserBalanceHistoryChart

type Statistics_UserBalanceHistoryChart struct {
	// contains filtered or unexported fields
}

func NewStatistics_UserBalanceHistoryChart

func NewStatistics_UserBalanceHistoryChart() *Statistics_UserBalanceHistoryChart

NewStatistics_UserBalanceHistoryChart instantiates a new Statistics_UserBalanceHistoryChart and sets the default values.

func (*Statistics_UserBalanceHistoryChart) GetAdditionalData

func (m *Statistics_UserBalanceHistoryChart) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*Statistics_UserBalanceHistoryChart) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*Statistics_UserBalanceHistoryChart) Serialize

Serialize serializes information the current object

func (*Statistics_UserBalanceHistoryChart) SetAdditionalData

func (m *Statistics_UserBalanceHistoryChart) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

type Statisticsable

type Statisticsable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetAverageOriginResponseTime() *int32
	GetBandwidthCachedChart() Statistics_BandwidthCachedChartable
	GetBandwidthUsedChart() Statistics_BandwidthUsedChartable
	GetCacheHitRate() *float64
	GetCacheHitRateChart() Statistics_CacheHitRateChartable
	GetError3xxChart() Statistics_Error3xxChartable
	GetError4xxChart() Statistics_Error4xxChartable
	GetError5xxChart() Statistics_Error5xxChartable
	GetGeoTrafficDistribution() Statistics_GeoTrafficDistributionable
	GetOriginResponseTimeChart() Statistics_OriginResponseTimeChartable
	GetOriginShieldBandwidthUsedChart() Statistics_OriginShieldBandwidthUsedChartable
	GetOriginShieldInternalBandwidthUsedChart() Statistics_OriginShieldInternalBandwidthUsedChartable
	GetOriginTrafficChart() Statistics_OriginTrafficChartable
	GetPullRequestsPulledChart() Statistics_PullRequestsPulledChartable
	GetRequestsServedChart() Statistics_RequestsServedChartable
	GetTotalBandwidthUsed() *int64
	GetTotalOriginTraffic() *int64
	GetTotalRequestsServed() *int64
	GetUserBalanceHistoryChart() Statistics_UserBalanceHistoryChartable
	SetAverageOriginResponseTime(value *int32)
	SetBandwidthCachedChart(value Statistics_BandwidthCachedChartable)
	SetBandwidthUsedChart(value Statistics_BandwidthUsedChartable)
	SetCacheHitRate(value *float64)
	SetCacheHitRateChart(value Statistics_CacheHitRateChartable)
	SetError3xxChart(value Statistics_Error3xxChartable)
	SetError4xxChart(value Statistics_Error4xxChartable)
	SetError5xxChart(value Statistics_Error5xxChartable)
	SetGeoTrafficDistribution(value Statistics_GeoTrafficDistributionable)
	SetOriginResponseTimeChart(value Statistics_OriginResponseTimeChartable)
	SetOriginShieldBandwidthUsedChart(value Statistics_OriginShieldBandwidthUsedChartable)
	SetOriginShieldInternalBandwidthUsedChart(value Statistics_OriginShieldInternalBandwidthUsedChartable)
	SetOriginTrafficChart(value Statistics_OriginTrafficChartable)
	SetPullRequestsPulledChart(value Statistics_PullRequestsPulledChartable)
	SetRequestsServedChart(value Statistics_RequestsServedChartable)
	SetTotalBandwidthUsed(value *int64)
	SetTotalOriginTraffic(value *int64)
	SetTotalRequestsServed(value *int64)
	SetUserBalanceHistoryChart(value Statistics_UserBalanceHistoryChartable)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL