Name | Type | Description | Notes |
---|---|---|---|
DataRx | Pointer to StatisticSeriesData | [optional] | |
DataTx | Pointer to StatisticSeriesData | [optional] | |
DataRxPrivate | Pointer to StatisticSeriesData | [optional] | |
DataTxPrivate | Pointer to StatisticSeriesData | [optional] |
func NewStatisticGetNetworkResponse() *StatisticGetNetworkResponse
NewStatisticGetNetworkResponse instantiates a new StatisticGetNetworkResponse 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 NewStatisticGetNetworkResponseWithDefaults() *StatisticGetNetworkResponse
NewStatisticGetNetworkResponseWithDefaults instantiates a new StatisticGetNetworkResponse 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 *StatisticGetNetworkResponse) GetDataRx() StatisticSeriesData
GetDataRx returns the DataRx field if non-nil, zero value otherwise.
func (o *StatisticGetNetworkResponse) GetDataRxOk() (*StatisticSeriesData, bool)
GetDataRxOk returns a tuple with the DataRx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatisticGetNetworkResponse) SetDataRx(v StatisticSeriesData)
SetDataRx sets DataRx field to given value.
func (o *StatisticGetNetworkResponse) HasDataRx() bool
HasDataRx returns a boolean if a field has been set.
func (o *StatisticGetNetworkResponse) GetDataTx() StatisticSeriesData
GetDataTx returns the DataTx field if non-nil, zero value otherwise.
func (o *StatisticGetNetworkResponse) GetDataTxOk() (*StatisticSeriesData, bool)
GetDataTxOk returns a tuple with the DataTx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatisticGetNetworkResponse) SetDataTx(v StatisticSeriesData)
SetDataTx sets DataTx field to given value.
func (o *StatisticGetNetworkResponse) HasDataTx() bool
HasDataTx returns a boolean if a field has been set.
func (o *StatisticGetNetworkResponse) GetDataRxPrivate() StatisticSeriesData
GetDataRxPrivate returns the DataRxPrivate field if non-nil, zero value otherwise.
func (o *StatisticGetNetworkResponse) GetDataRxPrivateOk() (*StatisticSeriesData, bool)
GetDataRxPrivateOk returns a tuple with the DataRxPrivate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatisticGetNetworkResponse) SetDataRxPrivate(v StatisticSeriesData)
SetDataRxPrivate sets DataRxPrivate field to given value.
func (o *StatisticGetNetworkResponse) HasDataRxPrivate() bool
HasDataRxPrivate returns a boolean if a field has been set.
func (o *StatisticGetNetworkResponse) GetDataTxPrivate() StatisticSeriesData
GetDataTxPrivate returns the DataTxPrivate field if non-nil, zero value otherwise.
func (o *StatisticGetNetworkResponse) GetDataTxPrivateOk() (*StatisticSeriesData, bool)
GetDataTxPrivateOk returns a tuple with the DataTxPrivate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatisticGetNetworkResponse) SetDataTxPrivate(v StatisticSeriesData)
SetDataTxPrivate sets DataTxPrivate field to given value.
func (o *StatisticGetNetworkResponse) HasDataTxPrivate() bool
HasDataTxPrivate returns a boolean if a field has been set.