| Name | Type | Description | Notes |
|---|---|---|---|
| PrimaryFilterMatches | []string | Spans matching the primary filter | |
| SecondaryFilterMatches | []string | Spans matching the secondary filter |
func NewTraceQueryMatchAllOf(primaryFilterMatches []string, secondaryFilterMatches []string, ) *TraceQueryMatchAllOf
NewTraceQueryMatchAllOf instantiates a new TraceQueryMatchAllOf 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 NewTraceQueryMatchAllOfWithDefaults() *TraceQueryMatchAllOf
NewTraceQueryMatchAllOfWithDefaults instantiates a new TraceQueryMatchAllOf 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 *TraceQueryMatchAllOf) GetPrimaryFilterMatches() []string
GetPrimaryFilterMatches returns the PrimaryFilterMatches field if non-nil, zero value otherwise.
func (o *TraceQueryMatchAllOf) GetPrimaryFilterMatchesOk() (*[]string, bool)
GetPrimaryFilterMatchesOk returns a tuple with the PrimaryFilterMatches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TraceQueryMatchAllOf) SetPrimaryFilterMatches(v []string)
SetPrimaryFilterMatches sets PrimaryFilterMatches field to given value.
func (o *TraceQueryMatchAllOf) GetSecondaryFilterMatches() []string
GetSecondaryFilterMatches returns the SecondaryFilterMatches field if non-nil, zero value otherwise.
func (o *TraceQueryMatchAllOf) GetSecondaryFilterMatchesOk() (*[]string, bool)
GetSecondaryFilterMatchesOk returns a tuple with the SecondaryFilterMatches field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TraceQueryMatchAllOf) SetSecondaryFilterMatches(v []string)
SetSecondaryFilterMatches sets SecondaryFilterMatches field to given value.