Name | Type | Description | Notes |
---|---|---|---|
ConditionType | string | ||
AfEvents | Pointer to []AfEvent | [optional] | |
SnssaiList | Pointer to []Snssai | [optional] | |
PfdData | Pointer to PfdData | [optional] | |
GpsiRanges | Pointer to []IdentityRange | [optional] | |
ExternalGroupIdentifiersRanges | Pointer to []IdentityRange | [optional] | |
ServedFqdnList | Pointer to []string | [optional] |
func NewNefCond(conditionType string, ) *NefCond
NewNefCond instantiates a new NefCond 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 NewNefCondWithDefaults() *NefCond
NewNefCondWithDefaults instantiates a new NefCond 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 *NefCond) GetConditionType() string
GetConditionType returns the ConditionType field if non-nil, zero value otherwise.
func (o *NefCond) GetConditionTypeOk() (*string, bool)
GetConditionTypeOk returns a tuple with the ConditionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NefCond) SetConditionType(v string)
SetConditionType sets ConditionType field to given value.
func (o *NefCond) GetAfEvents() []AfEvent
GetAfEvents returns the AfEvents field if non-nil, zero value otherwise.
func (o *NefCond) GetAfEventsOk() (*[]AfEvent, bool)
GetAfEventsOk returns a tuple with the AfEvents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NefCond) SetAfEvents(v []AfEvent)
SetAfEvents sets AfEvents field to given value.
func (o *NefCond) HasAfEvents() bool
HasAfEvents returns a boolean if a field has been set.
func (o *NefCond) GetSnssaiList() []Snssai
GetSnssaiList returns the SnssaiList field if non-nil, zero value otherwise.
func (o *NefCond) GetSnssaiListOk() (*[]Snssai, bool)
GetSnssaiListOk returns a tuple with the SnssaiList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NefCond) SetSnssaiList(v []Snssai)
SetSnssaiList sets SnssaiList field to given value.
func (o *NefCond) HasSnssaiList() bool
HasSnssaiList returns a boolean if a field has been set.
func (o *NefCond) GetPfdData() PfdData
GetPfdData returns the PfdData field if non-nil, zero value otherwise.
func (o *NefCond) GetPfdDataOk() (*PfdData, bool)
GetPfdDataOk returns a tuple with the PfdData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NefCond) SetPfdData(v PfdData)
SetPfdData sets PfdData field to given value.
func (o *NefCond) HasPfdData() bool
HasPfdData returns a boolean if a field has been set.
func (o *NefCond) GetGpsiRanges() []IdentityRange
GetGpsiRanges returns the GpsiRanges field if non-nil, zero value otherwise.
func (o *NefCond) GetGpsiRangesOk() (*[]IdentityRange, bool)
GetGpsiRangesOk returns a tuple with the GpsiRanges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NefCond) SetGpsiRanges(v []IdentityRange)
SetGpsiRanges sets GpsiRanges field to given value.
func (o *NefCond) HasGpsiRanges() bool
HasGpsiRanges returns a boolean if a field has been set.
func (o *NefCond) GetExternalGroupIdentifiersRanges() []IdentityRange
GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field if non-nil, zero value otherwise.
func (o *NefCond) GetExternalGroupIdentifiersRangesOk() (*[]IdentityRange, bool)
GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NefCond) SetExternalGroupIdentifiersRanges(v []IdentityRange)
SetExternalGroupIdentifiersRanges sets ExternalGroupIdentifiersRanges field to given value.
func (o *NefCond) HasExternalGroupIdentifiersRanges() bool
HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (o *NefCond) GetServedFqdnList() []string
GetServedFqdnList returns the ServedFqdnList field if non-nil, zero value otherwise.
func (o *NefCond) GetServedFqdnListOk() (*[]string, bool)
GetServedFqdnListOk returns a tuple with the ServedFqdnList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NefCond) SetServedFqdnList(v []string)
SetServedFqdnList sets ServedFqdnList field to given value.
func (o *NefCond) HasServedFqdnList() bool
HasServedFqdnList returns a boolean if a field has been set.