Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.03 KB

File metadata and controls

72 lines (39 loc) · 2.03 KB

TraceApiSpanNotFound

Properties

Name Type Description Notes
TraceId string
SpanId string

Methods

NewTraceApiSpanNotFound

func NewTraceApiSpanNotFound(traceId string, spanId string, ) *TraceApiSpanNotFound

NewTraceApiSpanNotFound instantiates a new TraceApiSpanNotFound 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

NewTraceApiSpanNotFoundWithDefaults

func NewTraceApiSpanNotFoundWithDefaults() *TraceApiSpanNotFound

NewTraceApiSpanNotFoundWithDefaults instantiates a new TraceApiSpanNotFound 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

GetTraceId

func (o *TraceApiSpanNotFound) GetTraceId() string

GetTraceId returns the TraceId field if non-nil, zero value otherwise.

GetTraceIdOk

func (o *TraceApiSpanNotFound) GetTraceIdOk() (*string, bool)

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

SetTraceId

func (o *TraceApiSpanNotFound) SetTraceId(v string)

SetTraceId sets TraceId field to given value.

GetSpanId

func (o *TraceApiSpanNotFound) GetSpanId() string

GetSpanId returns the SpanId field if non-nil, zero value otherwise.

GetSpanIdOk

func (o *TraceApiSpanNotFound) GetSpanIdOk() (*string, bool)

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

SetSpanId

func (o *TraceApiSpanNotFound) SetSpanId(v string)

SetSpanId sets SpanId field to given value.

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