Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.34 KB

File metadata and controls

134 lines (73 loc) · 4.34 KB

CdnStatisticGetRequestResponse

Properties

Name Type Description Notes
Code2xx Pointer to StructuresStatisticSeriesData [optional]
Code3xx Pointer to StructuresStatisticSeriesData [optional]
Code4xx Pointer to StructuresStatisticSeriesData [optional]
Code5xx Pointer to StructuresStatisticSeriesData [optional]

Methods

NewCdnStatisticGetRequestResponse

func NewCdnStatisticGetRequestResponse() *CdnStatisticGetRequestResponse

NewCdnStatisticGetRequestResponse instantiates a new CdnStatisticGetRequestResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCdnStatisticGetRequestResponseWithDefaults

func NewCdnStatisticGetRequestResponseWithDefaults() *CdnStatisticGetRequestResponse

NewCdnStatisticGetRequestResponseWithDefaults instantiates a new CdnStatisticGetRequestResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetCode2xx

func (o *CdnStatisticGetRequestResponse) GetCode2xx() StructuresStatisticSeriesData

GetCode2xx returns the Code2xx field if non-nil, zero value otherwise.

GetCode2xxOk

func (o *CdnStatisticGetRequestResponse) GetCode2xxOk() (*StructuresStatisticSeriesData, bool)

GetCode2xxOk returns a tuple with the Code2xx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode2xx

func (o *CdnStatisticGetRequestResponse) SetCode2xx(v StructuresStatisticSeriesData)

SetCode2xx sets Code2xx field to given value.

HasCode2xx

func (o *CdnStatisticGetRequestResponse) HasCode2xx() bool

HasCode2xx returns a boolean if a field has been set.

GetCode3xx

func (o *CdnStatisticGetRequestResponse) GetCode3xx() StructuresStatisticSeriesData

GetCode3xx returns the Code3xx field if non-nil, zero value otherwise.

GetCode3xxOk

func (o *CdnStatisticGetRequestResponse) GetCode3xxOk() (*StructuresStatisticSeriesData, bool)

GetCode3xxOk returns a tuple with the Code3xx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode3xx

func (o *CdnStatisticGetRequestResponse) SetCode3xx(v StructuresStatisticSeriesData)

SetCode3xx sets Code3xx field to given value.

HasCode3xx

func (o *CdnStatisticGetRequestResponse) HasCode3xx() bool

HasCode3xx returns a boolean if a field has been set.

GetCode4xx

func (o *CdnStatisticGetRequestResponse) GetCode4xx() StructuresStatisticSeriesData

GetCode4xx returns the Code4xx field if non-nil, zero value otherwise.

GetCode4xxOk

func (o *CdnStatisticGetRequestResponse) GetCode4xxOk() (*StructuresStatisticSeriesData, bool)

GetCode4xxOk returns a tuple with the Code4xx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode4xx

func (o *CdnStatisticGetRequestResponse) SetCode4xx(v StructuresStatisticSeriesData)

SetCode4xx sets Code4xx field to given value.

HasCode4xx

func (o *CdnStatisticGetRequestResponse) HasCode4xx() bool

HasCode4xx returns a boolean if a field has been set.

GetCode5xx

func (o *CdnStatisticGetRequestResponse) GetCode5xx() StructuresStatisticSeriesData

GetCode5xx returns the Code5xx field if non-nil, zero value otherwise.

GetCode5xxOk

func (o *CdnStatisticGetRequestResponse) GetCode5xxOk() (*StructuresStatisticSeriesData, bool)

GetCode5xxOk returns a tuple with the Code5xx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode5xx

func (o *CdnStatisticGetRequestResponse) SetCode5xx(v StructuresStatisticSeriesData)

SetCode5xx sets Code5xx field to given value.

HasCode5xx

func (o *CdnStatisticGetRequestResponse) HasCode5xx() bool

HasCode5xx returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]