| Name | Type | Description | Notes |
|---|---|---|---|
| Code2xx | Pointer to StructuresStatisticSeriesData | [optional] | |
| Code3xx | Pointer to StructuresStatisticSeriesData | [optional] | |
| Code4xx | Pointer to StructuresStatisticSeriesData | [optional] | |
| Code5xx | Pointer to StructuresStatisticSeriesData | [optional] |
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
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
func (o *CdnStatisticGetRequestResponse) GetCode2xx() StructuresStatisticSeriesData
GetCode2xx returns the Code2xx field if non-nil, zero value otherwise.
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.
func (o *CdnStatisticGetRequestResponse) SetCode2xx(v StructuresStatisticSeriesData)
SetCode2xx sets Code2xx field to given value.
func (o *CdnStatisticGetRequestResponse) HasCode2xx() bool
HasCode2xx returns a boolean if a field has been set.
func (o *CdnStatisticGetRequestResponse) GetCode3xx() StructuresStatisticSeriesData
GetCode3xx returns the Code3xx field if non-nil, zero value otherwise.
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.
func (o *CdnStatisticGetRequestResponse) SetCode3xx(v StructuresStatisticSeriesData)
SetCode3xx sets Code3xx field to given value.
func (o *CdnStatisticGetRequestResponse) HasCode3xx() bool
HasCode3xx returns a boolean if a field has been set.
func (o *CdnStatisticGetRequestResponse) GetCode4xx() StructuresStatisticSeriesData
GetCode4xx returns the Code4xx field if non-nil, zero value otherwise.
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.
func (o *CdnStatisticGetRequestResponse) SetCode4xx(v StructuresStatisticSeriesData)
SetCode4xx sets Code4xx field to given value.
func (o *CdnStatisticGetRequestResponse) HasCode4xx() bool
HasCode4xx returns a boolean if a field has been set.
func (o *CdnStatisticGetRequestResponse) GetCode5xx() StructuresStatisticSeriesData
GetCode5xx returns the Code5xx field if non-nil, zero value otherwise.
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.
func (o *CdnStatisticGetRequestResponse) SetCode5xx(v StructuresStatisticSeriesData)
SetCode5xx sets Code5xx field to given value.
func (o *CdnStatisticGetRequestResponse) HasCode5xx() bool
HasCode5xx returns a boolean if a field has been set.