Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.82 KB

File metadata and controls

238 lines (129 loc) · 6.82 KB

OpenTelemetryRuleSet

Properties

Name Type Description Notes
Id Pointer to string [optional]
Name Pointer to string [optional]
ServiceInstanceId Pointer to string [optional]
ServiceNamespace Pointer to string [optional]
ServiceName Pointer to string [optional]
ExportUnconfirmedErrors Pointer to bool [optional]
ExtraMetadata Pointer to map[string]string [optional]
Metrics Pointer to map[string]string [optional]

Methods

NewOpenTelemetryRuleSet

func NewOpenTelemetryRuleSet() *OpenTelemetryRuleSet

NewOpenTelemetryRuleSet instantiates a new OpenTelemetryRuleSet 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

NewOpenTelemetryRuleSetWithDefaults

func NewOpenTelemetryRuleSetWithDefaults() *OpenTelemetryRuleSet

NewOpenTelemetryRuleSetWithDefaults instantiates a new OpenTelemetryRuleSet 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

GetId

func (o *OpenTelemetryRuleSet) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *OpenTelemetryRuleSet) GetIdOk() (*string, bool)

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

SetId

func (o *OpenTelemetryRuleSet) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *OpenTelemetryRuleSet) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *OpenTelemetryRuleSet) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *OpenTelemetryRuleSet) GetNameOk() (*string, bool)

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

SetName

func (o *OpenTelemetryRuleSet) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *OpenTelemetryRuleSet) HasName() bool

HasName returns a boolean if a field has been set.

GetServiceInstanceId

func (o *OpenTelemetryRuleSet) GetServiceInstanceId() string

GetServiceInstanceId returns the ServiceInstanceId field if non-nil, zero value otherwise.

GetServiceInstanceIdOk

func (o *OpenTelemetryRuleSet) GetServiceInstanceIdOk() (*string, bool)

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

SetServiceInstanceId

func (o *OpenTelemetryRuleSet) SetServiceInstanceId(v string)

SetServiceInstanceId sets ServiceInstanceId field to given value.

HasServiceInstanceId

func (o *OpenTelemetryRuleSet) HasServiceInstanceId() bool

HasServiceInstanceId returns a boolean if a field has been set.

GetServiceNamespace

func (o *OpenTelemetryRuleSet) GetServiceNamespace() string

GetServiceNamespace returns the ServiceNamespace field if non-nil, zero value otherwise.

GetServiceNamespaceOk

func (o *OpenTelemetryRuleSet) GetServiceNamespaceOk() (*string, bool)

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

SetServiceNamespace

func (o *OpenTelemetryRuleSet) SetServiceNamespace(v string)

SetServiceNamespace sets ServiceNamespace field to given value.

HasServiceNamespace

func (o *OpenTelemetryRuleSet) HasServiceNamespace() bool

HasServiceNamespace returns a boolean if a field has been set.

GetServiceName

func (o *OpenTelemetryRuleSet) GetServiceName() string

GetServiceName returns the ServiceName field if non-nil, zero value otherwise.

GetServiceNameOk

func (o *OpenTelemetryRuleSet) GetServiceNameOk() (*string, bool)

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

SetServiceName

func (o *OpenTelemetryRuleSet) SetServiceName(v string)

SetServiceName sets ServiceName field to given value.

HasServiceName

func (o *OpenTelemetryRuleSet) HasServiceName() bool

HasServiceName returns a boolean if a field has been set.

GetExportUnconfirmedErrors

func (o *OpenTelemetryRuleSet) GetExportUnconfirmedErrors() bool

GetExportUnconfirmedErrors returns the ExportUnconfirmedErrors field if non-nil, zero value otherwise.

GetExportUnconfirmedErrorsOk

func (o *OpenTelemetryRuleSet) GetExportUnconfirmedErrorsOk() (*bool, bool)

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

SetExportUnconfirmedErrors

func (o *OpenTelemetryRuleSet) SetExportUnconfirmedErrors(v bool)

SetExportUnconfirmedErrors sets ExportUnconfirmedErrors field to given value.

HasExportUnconfirmedErrors

func (o *OpenTelemetryRuleSet) HasExportUnconfirmedErrors() bool

HasExportUnconfirmedErrors returns a boolean if a field has been set.

GetExtraMetadata

func (o *OpenTelemetryRuleSet) GetExtraMetadata() map[string]string

GetExtraMetadata returns the ExtraMetadata field if non-nil, zero value otherwise.

GetExtraMetadataOk

func (o *OpenTelemetryRuleSet) GetExtraMetadataOk() (*map[string]string, bool)

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

SetExtraMetadata

func (o *OpenTelemetryRuleSet) SetExtraMetadata(v map[string]string)

SetExtraMetadata sets ExtraMetadata field to given value.

HasExtraMetadata

func (o *OpenTelemetryRuleSet) HasExtraMetadata() bool

HasExtraMetadata returns a boolean if a field has been set.

GetMetrics

func (o *OpenTelemetryRuleSet) GetMetrics() map[string]string

GetMetrics returns the Metrics field if non-nil, zero value otherwise.

GetMetricsOk

func (o *OpenTelemetryRuleSet) GetMetricsOk() (*map[string]string, bool)

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

SetMetrics

func (o *OpenTelemetryRuleSet) SetMetrics(v map[string]string)

SetMetrics sets Metrics field to given value.

HasMetrics

func (o *OpenTelemetryRuleSet) HasMetrics() bool

HasMetrics returns a boolean if a field has been set.

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