Skip to content

ApChannelLoadResult

Properties

Name Type Description Notes
ChannelLoads2g Pointer to []ApChannel List of 2G channel loads. [optional]
ChannelLoads5g Pointer to []ApChannel List of 5G channel loads. [optional]
ChannelLoads6g Pointer to []ApChannel List of 6G channel loads. [optional]

Methods

NewApChannelLoadResult

func NewApChannelLoadResult() *ApChannelLoadResult

NewApChannelLoadResult instantiates a new ApChannelLoadResult 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

NewApChannelLoadResultWithDefaults

func NewApChannelLoadResultWithDefaults() *ApChannelLoadResult

NewApChannelLoadResultWithDefaults instantiates a new ApChannelLoadResult 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

GetChannelLoads2g

func (o *ApChannelLoadResult) GetChannelLoads2g() []ApChannel

GetChannelLoads2g returns the ChannelLoads2g field if non-nil, zero value otherwise.

GetChannelLoads2gOk

func (o *ApChannelLoadResult) GetChannelLoads2gOk() (*[]ApChannel, bool)

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

SetChannelLoads2g

func (o *ApChannelLoadResult) SetChannelLoads2g(v []ApChannel)

SetChannelLoads2g sets ChannelLoads2g field to given value.

HasChannelLoads2g

func (o *ApChannelLoadResult) HasChannelLoads2g() bool

HasChannelLoads2g returns a boolean if a field has been set.

GetChannelLoads5g

func (o *ApChannelLoadResult) GetChannelLoads5g() []ApChannel

GetChannelLoads5g returns the ChannelLoads5g field if non-nil, zero value otherwise.

GetChannelLoads5gOk

func (o *ApChannelLoadResult) GetChannelLoads5gOk() (*[]ApChannel, bool)

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

SetChannelLoads5g

func (o *ApChannelLoadResult) SetChannelLoads5g(v []ApChannel)

SetChannelLoads5g sets ChannelLoads5g field to given value.

HasChannelLoads5g

func (o *ApChannelLoadResult) HasChannelLoads5g() bool

HasChannelLoads5g returns a boolean if a field has been set.

GetChannelLoads6g

func (o *ApChannelLoadResult) GetChannelLoads6g() []ApChannel

GetChannelLoads6g returns the ChannelLoads6g field if non-nil, zero value otherwise.

GetChannelLoads6gOk

func (o *ApChannelLoadResult) GetChannelLoads6gOk() (*[]ApChannel, bool)

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

SetChannelLoads6g

func (o *ApChannelLoadResult) SetChannelLoads6g(v []ApChannel)

SetChannelLoads6g sets ChannelLoads6g field to given value.

HasChannelLoads6g

func (o *ApChannelLoadResult) HasChannelLoads6g() bool

HasChannelLoads6g returns a boolean if a field has been set.

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