Name | Type | Description | Notes |
---|---|---|---|
ServingNfTypeList | Pointer to []NFType | [optional] | |
ServingNfSetIdList | Pointer to []string | [optional] | |
TaiList | Pointer to []Tai | [optional] | |
TaiRangeList | Pointer to []TaiRange | [optional] |
func NewMfafInfo() *MfafInfo
NewMfafInfo instantiates a new MfafInfo 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 NewMfafInfoWithDefaults() *MfafInfo
NewMfafInfoWithDefaults instantiates a new MfafInfo 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 *MfafInfo) GetServingNfTypeList() []NFType
GetServingNfTypeList returns the ServingNfTypeList field if non-nil, zero value otherwise.
func (o *MfafInfo) GetServingNfTypeListOk() (*[]NFType, bool)
GetServingNfTypeListOk returns a tuple with the ServingNfTypeList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MfafInfo) SetServingNfTypeList(v []NFType)
SetServingNfTypeList sets ServingNfTypeList field to given value.
func (o *MfafInfo) HasServingNfTypeList() bool
HasServingNfTypeList returns a boolean if a field has been set.
func (o *MfafInfo) GetServingNfSetIdList() []string
GetServingNfSetIdList returns the ServingNfSetIdList field if non-nil, zero value otherwise.
func (o *MfafInfo) GetServingNfSetIdListOk() (*[]string, bool)
GetServingNfSetIdListOk returns a tuple with the ServingNfSetIdList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MfafInfo) SetServingNfSetIdList(v []string)
SetServingNfSetIdList sets ServingNfSetIdList field to given value.
func (o *MfafInfo) HasServingNfSetIdList() bool
HasServingNfSetIdList returns a boolean if a field has been set.
func (o *MfafInfo) GetTaiList() []Tai
GetTaiList returns the TaiList field if non-nil, zero value otherwise.
func (o *MfafInfo) GetTaiListOk() (*[]Tai, bool)
GetTaiListOk returns a tuple with the TaiList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MfafInfo) SetTaiList(v []Tai)
SetTaiList sets TaiList field to given value.
func (o *MfafInfo) HasTaiList() bool
HasTaiList returns a boolean if a field has been set.
func (o *MfafInfo) GetTaiRangeList() []TaiRange
GetTaiRangeList returns the TaiRangeList field if non-nil, zero value otherwise.
func (o *MfafInfo) GetTaiRangeListOk() (*[]TaiRange, bool)
GetTaiRangeListOk returns a tuple with the TaiRangeList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MfafInfo) SetTaiRangeList(v []TaiRange)
SetTaiRangeList sets TaiRangeList field to given value.
func (o *MfafInfo) HasTaiRangeList() bool
HasTaiRangeList returns a boolean if a field has been set.