Skip to content

TopApByInterferenceVO

Properties

Name Type Description Notes
TopAp2gInterList Pointer to []ApInterferenceVO [optional]
TopAp5gInterList Pointer to []ApInterferenceVO [optional]
TopAp6gInterList Pointer to []ApInterferenceVO [optional]

Methods

NewTopApByInterferenceVO

func NewTopApByInterferenceVO() *TopApByInterferenceVO

NewTopApByInterferenceVO instantiates a new TopApByInterferenceVO 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

NewTopApByInterferenceVOWithDefaults

func NewTopApByInterferenceVOWithDefaults() *TopApByInterferenceVO

NewTopApByInterferenceVOWithDefaults instantiates a new TopApByInterferenceVO 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

GetTopAp2gInterList

func (o *TopApByInterferenceVO) GetTopAp2gInterList() []ApInterferenceVO

GetTopAp2gInterList returns the TopAp2gInterList field if non-nil, zero value otherwise.

GetTopAp2gInterListOk

func (o *TopApByInterferenceVO) GetTopAp2gInterListOk() (*[]ApInterferenceVO, bool)

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

SetTopAp2gInterList

func (o *TopApByInterferenceVO) SetTopAp2gInterList(v []ApInterferenceVO)

SetTopAp2gInterList sets TopAp2gInterList field to given value.

HasTopAp2gInterList

func (o *TopApByInterferenceVO) HasTopAp2gInterList() bool

HasTopAp2gInterList returns a boolean if a field has been set.

GetTopAp5gInterList

func (o *TopApByInterferenceVO) GetTopAp5gInterList() []ApInterferenceVO

GetTopAp5gInterList returns the TopAp5gInterList field if non-nil, zero value otherwise.

GetTopAp5gInterListOk

func (o *TopApByInterferenceVO) GetTopAp5gInterListOk() (*[]ApInterferenceVO, bool)

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

SetTopAp5gInterList

func (o *TopApByInterferenceVO) SetTopAp5gInterList(v []ApInterferenceVO)

SetTopAp5gInterList sets TopAp5gInterList field to given value.

HasTopAp5gInterList

func (o *TopApByInterferenceVO) HasTopAp5gInterList() bool

HasTopAp5gInterList returns a boolean if a field has been set.

GetTopAp6gInterList

func (o *TopApByInterferenceVO) GetTopAp6gInterList() []ApInterferenceVO

GetTopAp6gInterList returns the TopAp6gInterList field if non-nil, zero value otherwise.

GetTopAp6gInterListOk

func (o *TopApByInterferenceVO) GetTopAp6gInterListOk() (*[]ApInterferenceVO, bool)

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

SetTopAp6gInterList

func (o *TopApByInterferenceVO) SetTopAp6gInterList(v []ApInterferenceVO)

SetTopAp6gInterList sets TopAp6gInterList field to given value.

HasTopAp6gInterList

func (o *TopApByInterferenceVO) HasTopAp6gInterList() bool

HasTopAp6gInterList returns a boolean if a field has been set.

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