OpenAPI_FaultMnS

package
v0.0.0-...-e403a3c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2023 License: MIT Imports: 20 Imported by: 0

README

Go API client for OpenAPI_FaultMnS

OAS 3.0.1 definition of the Fault Supervision MnS © 2023, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 17.3.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import OpenAPI_FaultMnS "gitee.com/konglinglong/openapi/OpenAPI_FaultMnS"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value OpenAPI_FaultMnS.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), OpenAPI_FaultMnS.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value OpenAPI_FaultMnS.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), OpenAPI_FaultMnS.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using OpenAPI_FaultMnS.ContextOperationServerIndices and OpenAPI_FaultMnS.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), OpenAPI_FaultMnS.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), OpenAPI_FaultMnS.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://example.com/3GPPManagement/FaultSupervisionMnS/XXX

Class Method HTTP request Description
DefaultAPI AlarmsAlarmCountGet Get /alarms/alarmCount Get the alarm count per perceived severity
DefaultAPI AlarmsAlarmIdCommentsPost Post /alarms/{alarmId}/comments Add a comment to a single alarm
DefaultAPI AlarmsAlarmIdPatch Patch /alarms/{alarmId} Clear, acknowledge or unacknowledge a single alarm
DefaultAPI AlarmsGet Get /alarms Retrieve multiple alarms
DefaultAPI AlarmsPatch Patch /alarms Clear, acknowledge or unacknowledge multiple alarms
DefaultAPI SubscriptionsPost Post /subscriptions Create a subscription
DefaultAPI SubscriptionsSubscriptionIdDelete Delete /subscriptions/{subscriptionId} Delete a subscription

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)
View Source
var AllowedAckStateEnumValues = []AckState{
	"ACKNOWLEDGED",
	"UNACKNOWLEDGED",
}

All allowed values of AckState enum

View Source
var AllowedAlarmAckStateEnumValues = []AlarmAckState{
	"ALL_ALARMS",
	"ALL_ACTIVE_ALARMS",
	"ALL_ACTIVE_AND_ACKNOWLEDGED_ALARMS",
	"ALL_ACTIVE_AND_UNACKNOWLEDGED_ALARMS",
	"ALL_CLEARED_AND_UNACKNOWLEDGED_ALARMS",
	"ALL_UNACKNOWLEDGED_ALARMS",
}

All allowed values of AlarmAckState enum

View Source
var AllowedAlarmListAlignmentRequirementEnumValues = []AlarmListAlignmentRequirement{
	"ALIGNMENT_REQUIRED",
	"ALIGNMENT_NOT_REQUIRED",
}

All allowed values of AlarmListAlignmentRequirement enum

View Source
var AllowedAlarmNotificationTypesEnumValues = []AlarmNotificationTypes{
	"notifyNewAlarm",
	"notifyChangedAlarm",
	"notifyChangedAlarmGeneral",
	"notifyAckStateChanged",
	"notifyCorrelatedNotificationChanged",
	"notifyComments",
	"notifyClearedAlarm",
	"notifyAlarmListRebuilt",
	"notifyPotentialFaultyAlarmList",
}

All allowed values of AlarmNotificationTypes enum

View Source
var AllowedAlarmTypeEnumValues = []AlarmType{
	"COMMUNICATIONS_ALARM",
	"QUALITY_OF_SERVICE_ALARM",
	"PROCESSING_ERROR_ALARM",
	"EQUIPMENT_ALARM",
	"ENVIRONMENTAL_ALARM",
	"INTEGRITY_VIOLATION",
	"OPERATIONAL_VIOLATION",
	"PHYSICAL_VIOLATION",
	"SECURITY_SERVICE_OR_MECHANISM_VIOLATION",
	"TIME_DOMAIN_VIOLATION",
}

All allowed values of AlarmType enum

View Source
var AllowedCmNotificationTypesEnumValues = []CmNotificationTypes{
	"notifyMOICreation",
	"notifyMOIDeletion",
	"notifyMOIAttributeValueChanges",
	"notifyMOIChanges",
}

All allowed values of CmNotificationTypes enum

View Source
var AllowedFileNotificationTypesEnumValues = []FileNotificationTypes{
	"notifyFileReady",
	"notifyFilePreparationError",
}

All allowed values of FileNotificationTypes enum

View Source
var AllowedHeartbeatNotificationTypesEnumValues = []HeartbeatNotificationTypes{
	"notifyHeartbeat",
}

All allowed values of HeartbeatNotificationTypes enum

View Source
var AllowedPerceivedSeverityEnumValues = []PerceivedSeverity{
	"INDETERMINATE",
	"CRITICAL",
	"MAJOR",
	"MINOR",
	"WARNING",
	"CLEARED",
}

All allowed values of PerceivedSeverity enum

View Source
var AllowedPerfNotificationTypesEnumValues = []PerfNotificationTypes{
	"notifyThresholdCrossing",
}

All allowed values of PerfNotificationTypes enum

View Source
var AllowedTrendIndicationEnumValues = []TrendIndication{
	"MORE_SEVERE",
	"NO_CHANGE",
	"LESS_SEVERE",
}

All allowed values of TrendIndication enum

Functions

func CacheExpires

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types

type APIClient

type APIClient struct {
	DefaultAPI *DefaultAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Fault Supervision MnS API v17.3.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AckState

type AckState string

AckState the model 'AckState'

const (
	ACKSTATE_ACKNOWLEDGED   AckState = "ACKNOWLEDGED"
	ACKSTATE_UNACKNOWLEDGED AckState = "UNACKNOWLEDGED"
)

List of AckState

func NewAckStateFromValue

func NewAckStateFromValue(v string) (*AckState, error)

NewAckStateFromValue returns a pointer to a valid AckState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AckState) IsValid

func (v AckState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AckState) Ptr

func (v AckState) Ptr() *AckState

Ptr returns reference to AckState value

func (*AckState) UnmarshalJSON

func (v *AckState) UnmarshalJSON(src []byte) error

type AlarmAckState

type AlarmAckState string

AlarmAckState the model 'AlarmAckState'

const (
	ALARMACKSTATE_ALARMS                            AlarmAckState = "ALL_ALARMS"
	ALARMACKSTATE_ACTIVE_ALARMS                     AlarmAckState = "ALL_ACTIVE_ALARMS"
	ALARMACKSTATE_ACTIVE_AND_ACKNOWLEDGED_ALARMS    AlarmAckState = "ALL_ACTIVE_AND_ACKNOWLEDGED_ALARMS"
	ALARMACKSTATE_ACTIVE_AND_UNACKNOWLEDGED_ALARMS  AlarmAckState = "ALL_ACTIVE_AND_UNACKNOWLEDGED_ALARMS"
	ALARMACKSTATE_CLEARED_AND_UNACKNOWLEDGED_ALARMS AlarmAckState = "ALL_CLEARED_AND_UNACKNOWLEDGED_ALARMS"
	ALARMACKSTATE_UNACKNOWLEDGED_ALARMS             AlarmAckState = "ALL_UNACKNOWLEDGED_ALARMS"
)

List of AlarmAckState

func NewAlarmAckStateFromValue

func NewAlarmAckStateFromValue(v string) (*AlarmAckState, error)

NewAlarmAckStateFromValue returns a pointer to a valid AlarmAckState for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AlarmAckState) IsValid

func (v AlarmAckState) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AlarmAckState) Ptr

func (v AlarmAckState) Ptr() *AlarmAckState

Ptr returns reference to AlarmAckState value

func (*AlarmAckState) UnmarshalJSON

func (v *AlarmAckState) UnmarshalJSON(src []byte) error

type AlarmCount

type AlarmCount struct {
	CriticalCount      int32 `json:"criticalCount"`
	MajorCount         int32 `json:"majorCount"`
	MinorCount         int32 `json:"minorCount"`
	WarningCount       int32 `json:"warningCount"`
	IndeterminateCount int32 `json:"indeterminateCount"`
	ClearedCount       int32 `json:"clearedCount"`
}

AlarmCount struct for AlarmCount

func NewAlarmCount

func NewAlarmCount(criticalCount int32, majorCount int32, minorCount int32, warningCount int32, indeterminateCount int32, clearedCount int32) *AlarmCount

NewAlarmCount instantiates a new AlarmCount 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 NewAlarmCountWithDefaults

func NewAlarmCountWithDefaults() *AlarmCount

NewAlarmCountWithDefaults instantiates a new AlarmCount 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 (*AlarmCount) GetClearedCount

func (o *AlarmCount) GetClearedCount() int32

GetClearedCount returns the ClearedCount field value

func (*AlarmCount) GetClearedCountOk

func (o *AlarmCount) GetClearedCountOk() (*int32, bool)

GetClearedCountOk returns a tuple with the ClearedCount field value and a boolean to check if the value has been set.

func (*AlarmCount) GetCriticalCount

func (o *AlarmCount) GetCriticalCount() int32

GetCriticalCount returns the CriticalCount field value

func (*AlarmCount) GetCriticalCountOk

func (o *AlarmCount) GetCriticalCountOk() (*int32, bool)

GetCriticalCountOk returns a tuple with the CriticalCount field value and a boolean to check if the value has been set.

func (*AlarmCount) GetIndeterminateCount

func (o *AlarmCount) GetIndeterminateCount() int32

GetIndeterminateCount returns the IndeterminateCount field value

func (*AlarmCount) GetIndeterminateCountOk

func (o *AlarmCount) GetIndeterminateCountOk() (*int32, bool)

GetIndeterminateCountOk returns a tuple with the IndeterminateCount field value and a boolean to check if the value has been set.

func (*AlarmCount) GetMajorCount

func (o *AlarmCount) GetMajorCount() int32

GetMajorCount returns the MajorCount field value

func (*AlarmCount) GetMajorCountOk

func (o *AlarmCount) GetMajorCountOk() (*int32, bool)

GetMajorCountOk returns a tuple with the MajorCount field value and a boolean to check if the value has been set.

func (*AlarmCount) GetMinorCount

func (o *AlarmCount) GetMinorCount() int32

GetMinorCount returns the MinorCount field value

func (*AlarmCount) GetMinorCountOk

func (o *AlarmCount) GetMinorCountOk() (*int32, bool)

GetMinorCountOk returns a tuple with the MinorCount field value and a boolean to check if the value has been set.

func (*AlarmCount) GetWarningCount

func (o *AlarmCount) GetWarningCount() int32

GetWarningCount returns the WarningCount field value

func (*AlarmCount) GetWarningCountOk

func (o *AlarmCount) GetWarningCountOk() (*int32, bool)

GetWarningCountOk returns a tuple with the WarningCount field value and a boolean to check if the value has been set.

func (AlarmCount) MarshalJSON

func (o AlarmCount) MarshalJSON() ([]byte, error)

func (*AlarmCount) SetClearedCount

func (o *AlarmCount) SetClearedCount(v int32)

SetClearedCount sets field value

func (*AlarmCount) SetCriticalCount

func (o *AlarmCount) SetCriticalCount(v int32)

SetCriticalCount sets field value

func (*AlarmCount) SetIndeterminateCount

func (o *AlarmCount) SetIndeterminateCount(v int32)

SetIndeterminateCount sets field value

func (*AlarmCount) SetMajorCount

func (o *AlarmCount) SetMajorCount(v int32)

SetMajorCount sets field value

func (*AlarmCount) SetMinorCount

func (o *AlarmCount) SetMinorCount(v int32)

SetMinorCount sets field value

func (*AlarmCount) SetWarningCount

func (o *AlarmCount) SetWarningCount(v int32)

SetWarningCount sets field value

func (AlarmCount) ToMap

func (o AlarmCount) ToMap() (map[string]interface{}, error)

func (*AlarmCount) UnmarshalJSON

func (o *AlarmCount) UnmarshalJSON(bytes []byte) (err error)

type AlarmListAlignmentRequirement

type AlarmListAlignmentRequirement string

AlarmListAlignmentRequirement the model 'AlarmListAlignmentRequirement'

const (
	ALARMLISTALIGNMENTREQUIREMENT_REQUIRED     AlarmListAlignmentRequirement = "ALIGNMENT_REQUIRED"
	ALARMLISTALIGNMENTREQUIREMENT_NOT_REQUIRED AlarmListAlignmentRequirement = "ALIGNMENT_NOT_REQUIRED"
)

List of AlarmListAlignmentRequirement

func NewAlarmListAlignmentRequirementFromValue

func NewAlarmListAlignmentRequirementFromValue(v string) (*AlarmListAlignmentRequirement, error)

NewAlarmListAlignmentRequirementFromValue returns a pointer to a valid AlarmListAlignmentRequirement for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AlarmListAlignmentRequirement) IsValid

func (v AlarmListAlignmentRequirement) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AlarmListAlignmentRequirement) Ptr

Ptr returns reference to AlarmListAlignmentRequirement value

func (*AlarmListAlignmentRequirement) UnmarshalJSON

func (v *AlarmListAlignmentRequirement) UnmarshalJSON(src []byte) error

type AlarmNotificationTypes

type AlarmNotificationTypes string

AlarmNotificationTypes the model 'AlarmNotificationTypes'

const (
	ALARMNOTIFICATIONTYPES_NOTIFY_NEW_ALARM                       AlarmNotificationTypes = "notifyNewAlarm"
	ALARMNOTIFICATIONTYPES_NOTIFY_CHANGED_ALARM                   AlarmNotificationTypes = "notifyChangedAlarm"
	ALARMNOTIFICATIONTYPES_NOTIFY_CHANGED_ALARM_GENERAL           AlarmNotificationTypes = "notifyChangedAlarmGeneral"
	ALARMNOTIFICATIONTYPES_NOTIFY_ACK_STATE_CHANGED               AlarmNotificationTypes = "notifyAckStateChanged"
	ALARMNOTIFICATIONTYPES_NOTIFY_CORRELATED_NOTIFICATION_CHANGED AlarmNotificationTypes = "notifyCorrelatedNotificationChanged"
	ALARMNOTIFICATIONTYPES_NOTIFY_COMMENTS                        AlarmNotificationTypes = "notifyComments"
	ALARMNOTIFICATIONTYPES_NOTIFY_CLEARED_ALARM                   AlarmNotificationTypes = "notifyClearedAlarm"
	ALARMNOTIFICATIONTYPES_NOTIFY_ALARM_LIST_REBUILT              AlarmNotificationTypes = "notifyAlarmListRebuilt"
	ALARMNOTIFICATIONTYPES_NOTIFY_POTENTIAL_FAULTY_ALARM_LIST     AlarmNotificationTypes = "notifyPotentialFaultyAlarmList"
)

List of AlarmNotificationTypes

func NewAlarmNotificationTypesFromValue

func NewAlarmNotificationTypesFromValue(v string) (*AlarmNotificationTypes, error)

NewAlarmNotificationTypesFromValue returns a pointer to a valid AlarmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AlarmNotificationTypes) IsValid

func (v AlarmNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AlarmNotificationTypes) Ptr

Ptr returns reference to AlarmNotificationTypes value

func (*AlarmNotificationTypes) UnmarshalJSON

func (v *AlarmNotificationTypes) UnmarshalJSON(src []byte) error

type AlarmRecord

type AlarmRecord struct {
	ObjectInstance          *string                  `json:"objectInstance,omitempty"`
	NotificationId          *int32                   `json:"notificationId,omitempty"`
	AlarmRaisedTime         *time.Time               `json:"alarmRaisedTime,omitempty"`
	AlarmChangedTime        *time.Time               `json:"alarmChangedTime,omitempty"`
	AlarmClearedTime        *time.Time               `json:"alarmClearedTime,omitempty"`
	AlarmType               *AlarmType               `json:"alarmType,omitempty"`
	ProbableCause           NullableInt32            `json:"probableCause,omitempty"`
	SpecificProblem         *SpecificProblem         `json:"specificProblem,omitempty"`
	PerceivedSeverity       *PerceivedSeverity       `json:"perceivedSeverity,omitempty"`
	BackedUpStatus          *bool                    `json:"backedUpStatus,omitempty"`
	BackUpObject            *string                  `json:"backUpObject,omitempty"`
	TrendIndication         *TrendIndication         `json:"trendIndication,omitempty"`
	Thresholdinfo           *ThresholdInfo           `json:"thresholdinfo,omitempty"`
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	// The first array item contains the attribute name value pairs with the new values, and the second array item the attribute name value pairs with the optional old values.
	StateChangeDefinition []map[string]interface{} `json:"stateChangeDefinition,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	MonitoredAttributes   map[string]interface{} `json:"monitoredAttributes,omitempty"`
	ProposedRepairActions *string                `json:"proposedRepairActions,omitempty"`
	AdditionalText        *string                `json:"additionalText,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	AdditionalInformation map[string]interface{} `json:"additionalInformation,omitempty"`
	RootCauseIndicator    *bool                  `json:"rootCauseIndicator,omitempty"`
	AckTime               *time.Time             `json:"ackTime,omitempty"`
	AckUserId             *string                `json:"ackUserId,omitempty"`
	AckSystemId           *string                `json:"ackSystemId,omitempty"`
	AckState              *AckState              `json:"ackState,omitempty"`
	ClearUserId           *string                `json:"clearUserId,omitempty"`
	ClearSystemId         *string                `json:"clearSystemId,omitempty"`
	ServiceUser           *string                `json:"serviceUser,omitempty"`
	ServiceProvider       *string                `json:"serviceProvider,omitempty"`
	SecurityAlarmDetector *string                `json:"securityAlarmDetector,omitempty"`
}

AlarmRecord The alarmId is not a property of an alarm record. It is used as key in the map of alarm records instead.

func NewAlarmRecord

func NewAlarmRecord() *AlarmRecord

NewAlarmRecord instantiates a new AlarmRecord 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 NewAlarmRecordWithDefaults

func NewAlarmRecordWithDefaults() *AlarmRecord

NewAlarmRecordWithDefaults instantiates a new AlarmRecord 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 (*AlarmRecord) GetAckState

func (o *AlarmRecord) GetAckState() AckState

GetAckState returns the AckState field value if set, zero value otherwise.

func (*AlarmRecord) GetAckStateOk

func (o *AlarmRecord) GetAckStateOk() (*AckState, bool)

GetAckStateOk returns a tuple with the AckState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetAckSystemId

func (o *AlarmRecord) GetAckSystemId() string

GetAckSystemId returns the AckSystemId field value if set, zero value otherwise.

func (*AlarmRecord) GetAckSystemIdOk

func (o *AlarmRecord) GetAckSystemIdOk() (*string, bool)

GetAckSystemIdOk returns a tuple with the AckSystemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetAckTime

func (o *AlarmRecord) GetAckTime() time.Time

GetAckTime returns the AckTime field value if set, zero value otherwise.

func (*AlarmRecord) GetAckTimeOk

func (o *AlarmRecord) GetAckTimeOk() (*time.Time, bool)

GetAckTimeOk returns a tuple with the AckTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetAckUserId

func (o *AlarmRecord) GetAckUserId() string

GetAckUserId returns the AckUserId field value if set, zero value otherwise.

func (*AlarmRecord) GetAckUserIdOk

func (o *AlarmRecord) GetAckUserIdOk() (*string, bool)

GetAckUserIdOk returns a tuple with the AckUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetAdditionalInformation

func (o *AlarmRecord) GetAdditionalInformation() map[string]interface{}

GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.

func (*AlarmRecord) GetAdditionalInformationOk

func (o *AlarmRecord) GetAdditionalInformationOk() (map[string]interface{}, bool)

GetAdditionalInformationOk returns a tuple with the AdditionalInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetAdditionalText

func (o *AlarmRecord) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*AlarmRecord) GetAdditionalTextOk

func (o *AlarmRecord) GetAdditionalTextOk() (*string, bool)

GetAdditionalTextOk returns a tuple with the AdditionalText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetAlarmChangedTime

func (o *AlarmRecord) GetAlarmChangedTime() time.Time

GetAlarmChangedTime returns the AlarmChangedTime field value if set, zero value otherwise.

func (*AlarmRecord) GetAlarmChangedTimeOk

func (o *AlarmRecord) GetAlarmChangedTimeOk() (*time.Time, bool)

GetAlarmChangedTimeOk returns a tuple with the AlarmChangedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetAlarmClearedTime

func (o *AlarmRecord) GetAlarmClearedTime() time.Time

GetAlarmClearedTime returns the AlarmClearedTime field value if set, zero value otherwise.

func (*AlarmRecord) GetAlarmClearedTimeOk

func (o *AlarmRecord) GetAlarmClearedTimeOk() (*time.Time, bool)

GetAlarmClearedTimeOk returns a tuple with the AlarmClearedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetAlarmRaisedTime

func (o *AlarmRecord) GetAlarmRaisedTime() time.Time

GetAlarmRaisedTime returns the AlarmRaisedTime field value if set, zero value otherwise.

func (*AlarmRecord) GetAlarmRaisedTimeOk

func (o *AlarmRecord) GetAlarmRaisedTimeOk() (*time.Time, bool)

GetAlarmRaisedTimeOk returns a tuple with the AlarmRaisedTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetAlarmType

func (o *AlarmRecord) GetAlarmType() AlarmType

GetAlarmType returns the AlarmType field value if set, zero value otherwise.

func (*AlarmRecord) GetAlarmTypeOk

func (o *AlarmRecord) GetAlarmTypeOk() (*AlarmType, bool)

GetAlarmTypeOk returns a tuple with the AlarmType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetBackUpObject

func (o *AlarmRecord) GetBackUpObject() string

GetBackUpObject returns the BackUpObject field value if set, zero value otherwise.

func (*AlarmRecord) GetBackUpObjectOk

func (o *AlarmRecord) GetBackUpObjectOk() (*string, bool)

GetBackUpObjectOk returns a tuple with the BackUpObject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetBackedUpStatus

func (o *AlarmRecord) GetBackedUpStatus() bool

GetBackedUpStatus returns the BackedUpStatus field value if set, zero value otherwise.

func (*AlarmRecord) GetBackedUpStatusOk

func (o *AlarmRecord) GetBackedUpStatusOk() (*bool, bool)

GetBackedUpStatusOk returns a tuple with the BackedUpStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetClearSystemId

func (o *AlarmRecord) GetClearSystemId() string

GetClearSystemId returns the ClearSystemId field value if set, zero value otherwise.

func (*AlarmRecord) GetClearSystemIdOk

func (o *AlarmRecord) GetClearSystemIdOk() (*string, bool)

GetClearSystemIdOk returns a tuple with the ClearSystemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetClearUserId

func (o *AlarmRecord) GetClearUserId() string

GetClearUserId returns the ClearUserId field value if set, zero value otherwise.

func (*AlarmRecord) GetClearUserIdOk

func (o *AlarmRecord) GetClearUserIdOk() (*string, bool)

GetClearUserIdOk returns a tuple with the ClearUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetCorrelatedNotifications

func (o *AlarmRecord) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*AlarmRecord) GetCorrelatedNotificationsOk

func (o *AlarmRecord) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)

GetCorrelatedNotificationsOk returns a tuple with the CorrelatedNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetMonitoredAttributes

func (o *AlarmRecord) GetMonitoredAttributes() map[string]interface{}

GetMonitoredAttributes returns the MonitoredAttributes field value if set, zero value otherwise.

func (*AlarmRecord) GetMonitoredAttributesOk

func (o *AlarmRecord) GetMonitoredAttributesOk() (map[string]interface{}, bool)

GetMonitoredAttributesOk returns a tuple with the MonitoredAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetNotificationId

func (o *AlarmRecord) GetNotificationId() int32

GetNotificationId returns the NotificationId field value if set, zero value otherwise.

func (*AlarmRecord) GetNotificationIdOk

func (o *AlarmRecord) GetNotificationIdOk() (*int32, bool)

GetNotificationIdOk returns a tuple with the NotificationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetObjectInstance

func (o *AlarmRecord) GetObjectInstance() string

GetObjectInstance returns the ObjectInstance field value if set, zero value otherwise.

func (*AlarmRecord) GetObjectInstanceOk

func (o *AlarmRecord) GetObjectInstanceOk() (*string, bool)

GetObjectInstanceOk returns a tuple with the ObjectInstance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetPerceivedSeverity

func (o *AlarmRecord) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value if set, zero value otherwise.

func (*AlarmRecord) GetPerceivedSeverityOk

func (o *AlarmRecord) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetProbableCause

func (o *AlarmRecord) GetProbableCause() int32

GetProbableCause returns the ProbableCause field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlarmRecord) GetProbableCauseOk

func (o *AlarmRecord) GetProbableCauseOk() (*int32, bool)

GetProbableCauseOk returns a tuple with the ProbableCause field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlarmRecord) GetProposedRepairActions

func (o *AlarmRecord) GetProposedRepairActions() string

GetProposedRepairActions returns the ProposedRepairActions field value if set, zero value otherwise.

func (*AlarmRecord) GetProposedRepairActionsOk

func (o *AlarmRecord) GetProposedRepairActionsOk() (*string, bool)

GetProposedRepairActionsOk returns a tuple with the ProposedRepairActions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetRootCauseIndicator

func (o *AlarmRecord) GetRootCauseIndicator() bool

GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.

func (*AlarmRecord) GetRootCauseIndicatorOk

func (o *AlarmRecord) GetRootCauseIndicatorOk() (*bool, bool)

GetRootCauseIndicatorOk returns a tuple with the RootCauseIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetSecurityAlarmDetector

func (o *AlarmRecord) GetSecurityAlarmDetector() string

GetSecurityAlarmDetector returns the SecurityAlarmDetector field value if set, zero value otherwise.

func (*AlarmRecord) GetSecurityAlarmDetectorOk

func (o *AlarmRecord) GetSecurityAlarmDetectorOk() (*string, bool)

GetSecurityAlarmDetectorOk returns a tuple with the SecurityAlarmDetector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetServiceProvider

func (o *AlarmRecord) GetServiceProvider() string

GetServiceProvider returns the ServiceProvider field value if set, zero value otherwise.

func (*AlarmRecord) GetServiceProviderOk

func (o *AlarmRecord) GetServiceProviderOk() (*string, bool)

GetServiceProviderOk returns a tuple with the ServiceProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetServiceUser

func (o *AlarmRecord) GetServiceUser() string

GetServiceUser returns the ServiceUser field value if set, zero value otherwise.

func (*AlarmRecord) GetServiceUserOk

func (o *AlarmRecord) GetServiceUserOk() (*string, bool)

GetServiceUserOk returns a tuple with the ServiceUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetSpecificProblem

func (o *AlarmRecord) GetSpecificProblem() SpecificProblem

GetSpecificProblem returns the SpecificProblem field value if set, zero value otherwise.

func (*AlarmRecord) GetSpecificProblemOk

func (o *AlarmRecord) GetSpecificProblemOk() (*SpecificProblem, bool)

GetSpecificProblemOk returns a tuple with the SpecificProblem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetStateChangeDefinition

func (o *AlarmRecord) GetStateChangeDefinition() []map[string]interface{}

GetStateChangeDefinition returns the StateChangeDefinition field value if set, zero value otherwise.

func (*AlarmRecord) GetStateChangeDefinitionOk

func (o *AlarmRecord) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)

GetStateChangeDefinitionOk returns a tuple with the StateChangeDefinition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetThresholdinfo

func (o *AlarmRecord) GetThresholdinfo() ThresholdInfo

GetThresholdinfo returns the Thresholdinfo field value if set, zero value otherwise.

func (*AlarmRecord) GetThresholdinfoOk

func (o *AlarmRecord) GetThresholdinfoOk() (*ThresholdInfo, bool)

GetThresholdinfoOk returns a tuple with the Thresholdinfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) GetTrendIndication

func (o *AlarmRecord) GetTrendIndication() TrendIndication

GetTrendIndication returns the TrendIndication field value if set, zero value otherwise.

func (*AlarmRecord) GetTrendIndicationOk

func (o *AlarmRecord) GetTrendIndicationOk() (*TrendIndication, bool)

GetTrendIndicationOk returns a tuple with the TrendIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmRecord) HasAckState

func (o *AlarmRecord) HasAckState() bool

HasAckState returns a boolean if a field has been set.

func (*AlarmRecord) HasAckSystemId

func (o *AlarmRecord) HasAckSystemId() bool

HasAckSystemId returns a boolean if a field has been set.

func (*AlarmRecord) HasAckTime

func (o *AlarmRecord) HasAckTime() bool

HasAckTime returns a boolean if a field has been set.

func (*AlarmRecord) HasAckUserId

func (o *AlarmRecord) HasAckUserId() bool

HasAckUserId returns a boolean if a field has been set.

func (*AlarmRecord) HasAdditionalInformation

func (o *AlarmRecord) HasAdditionalInformation() bool

HasAdditionalInformation returns a boolean if a field has been set.

func (*AlarmRecord) HasAdditionalText

func (o *AlarmRecord) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*AlarmRecord) HasAlarmChangedTime

func (o *AlarmRecord) HasAlarmChangedTime() bool

HasAlarmChangedTime returns a boolean if a field has been set.

func (*AlarmRecord) HasAlarmClearedTime

func (o *AlarmRecord) HasAlarmClearedTime() bool

HasAlarmClearedTime returns a boolean if a field has been set.

func (*AlarmRecord) HasAlarmRaisedTime

func (o *AlarmRecord) HasAlarmRaisedTime() bool

HasAlarmRaisedTime returns a boolean if a field has been set.

func (*AlarmRecord) HasAlarmType

func (o *AlarmRecord) HasAlarmType() bool

HasAlarmType returns a boolean if a field has been set.

func (*AlarmRecord) HasBackUpObject

func (o *AlarmRecord) HasBackUpObject() bool

HasBackUpObject returns a boolean if a field has been set.

func (*AlarmRecord) HasBackedUpStatus

func (o *AlarmRecord) HasBackedUpStatus() bool

HasBackedUpStatus returns a boolean if a field has been set.

func (*AlarmRecord) HasClearSystemId

func (o *AlarmRecord) HasClearSystemId() bool

HasClearSystemId returns a boolean if a field has been set.

func (*AlarmRecord) HasClearUserId

func (o *AlarmRecord) HasClearUserId() bool

HasClearUserId returns a boolean if a field has been set.

func (*AlarmRecord) HasCorrelatedNotifications

func (o *AlarmRecord) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*AlarmRecord) HasMonitoredAttributes

func (o *AlarmRecord) HasMonitoredAttributes() bool

HasMonitoredAttributes returns a boolean if a field has been set.

func (*AlarmRecord) HasNotificationId

func (o *AlarmRecord) HasNotificationId() bool

HasNotificationId returns a boolean if a field has been set.

func (*AlarmRecord) HasObjectInstance

func (o *AlarmRecord) HasObjectInstance() bool

HasObjectInstance returns a boolean if a field has been set.

func (*AlarmRecord) HasPerceivedSeverity

func (o *AlarmRecord) HasPerceivedSeverity() bool

HasPerceivedSeverity returns a boolean if a field has been set.

func (*AlarmRecord) HasProbableCause

func (o *AlarmRecord) HasProbableCause() bool

HasProbableCause returns a boolean if a field has been set.

func (*AlarmRecord) HasProposedRepairActions

func (o *AlarmRecord) HasProposedRepairActions() bool

HasProposedRepairActions returns a boolean if a field has been set.

func (*AlarmRecord) HasRootCauseIndicator

func (o *AlarmRecord) HasRootCauseIndicator() bool

HasRootCauseIndicator returns a boolean if a field has been set.

func (*AlarmRecord) HasSecurityAlarmDetector

func (o *AlarmRecord) HasSecurityAlarmDetector() bool

HasSecurityAlarmDetector returns a boolean if a field has been set.

func (*AlarmRecord) HasServiceProvider

func (o *AlarmRecord) HasServiceProvider() bool

HasServiceProvider returns a boolean if a field has been set.

func (*AlarmRecord) HasServiceUser

func (o *AlarmRecord) HasServiceUser() bool

HasServiceUser returns a boolean if a field has been set.

func (*AlarmRecord) HasSpecificProblem

func (o *AlarmRecord) HasSpecificProblem() bool

HasSpecificProblem returns a boolean if a field has been set.

func (*AlarmRecord) HasStateChangeDefinition

func (o *AlarmRecord) HasStateChangeDefinition() bool

HasStateChangeDefinition returns a boolean if a field has been set.

func (*AlarmRecord) HasThresholdinfo

func (o *AlarmRecord) HasThresholdinfo() bool

HasThresholdinfo returns a boolean if a field has been set.

func (*AlarmRecord) HasTrendIndication

func (o *AlarmRecord) HasTrendIndication() bool

HasTrendIndication returns a boolean if a field has been set.

func (AlarmRecord) MarshalJSON

func (o AlarmRecord) MarshalJSON() ([]byte, error)

func (*AlarmRecord) SetAckState

func (o *AlarmRecord) SetAckState(v AckState)

SetAckState gets a reference to the given AckState and assigns it to the AckState field.

func (*AlarmRecord) SetAckSystemId

func (o *AlarmRecord) SetAckSystemId(v string)

SetAckSystemId gets a reference to the given string and assigns it to the AckSystemId field.

func (*AlarmRecord) SetAckTime

func (o *AlarmRecord) SetAckTime(v time.Time)

SetAckTime gets a reference to the given time.Time and assigns it to the AckTime field.

func (*AlarmRecord) SetAckUserId

func (o *AlarmRecord) SetAckUserId(v string)

SetAckUserId gets a reference to the given string and assigns it to the AckUserId field.

func (*AlarmRecord) SetAdditionalInformation

func (o *AlarmRecord) SetAdditionalInformation(v map[string]interface{})

SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.

func (*AlarmRecord) SetAdditionalText

func (o *AlarmRecord) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*AlarmRecord) SetAlarmChangedTime

func (o *AlarmRecord) SetAlarmChangedTime(v time.Time)

SetAlarmChangedTime gets a reference to the given time.Time and assigns it to the AlarmChangedTime field.

func (*AlarmRecord) SetAlarmClearedTime

func (o *AlarmRecord) SetAlarmClearedTime(v time.Time)

SetAlarmClearedTime gets a reference to the given time.Time and assigns it to the AlarmClearedTime field.

func (*AlarmRecord) SetAlarmRaisedTime

func (o *AlarmRecord) SetAlarmRaisedTime(v time.Time)

SetAlarmRaisedTime gets a reference to the given time.Time and assigns it to the AlarmRaisedTime field.

func (*AlarmRecord) SetAlarmType

func (o *AlarmRecord) SetAlarmType(v AlarmType)

SetAlarmType gets a reference to the given AlarmType and assigns it to the AlarmType field.

func (*AlarmRecord) SetBackUpObject

func (o *AlarmRecord) SetBackUpObject(v string)

SetBackUpObject gets a reference to the given string and assigns it to the BackUpObject field.

func (*AlarmRecord) SetBackedUpStatus

func (o *AlarmRecord) SetBackedUpStatus(v bool)

SetBackedUpStatus gets a reference to the given bool and assigns it to the BackedUpStatus field.

func (*AlarmRecord) SetClearSystemId

func (o *AlarmRecord) SetClearSystemId(v string)

SetClearSystemId gets a reference to the given string and assigns it to the ClearSystemId field.

func (*AlarmRecord) SetClearUserId

func (o *AlarmRecord) SetClearUserId(v string)

SetClearUserId gets a reference to the given string and assigns it to the ClearUserId field.

func (*AlarmRecord) SetCorrelatedNotifications

func (o *AlarmRecord) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*AlarmRecord) SetMonitoredAttributes

func (o *AlarmRecord) SetMonitoredAttributes(v map[string]interface{})

SetMonitoredAttributes gets a reference to the given map[string]interface{} and assigns it to the MonitoredAttributes field.

func (*AlarmRecord) SetNotificationId

func (o *AlarmRecord) SetNotificationId(v int32)

SetNotificationId gets a reference to the given int32 and assigns it to the NotificationId field.

func (*AlarmRecord) SetObjectInstance

func (o *AlarmRecord) SetObjectInstance(v string)

SetObjectInstance gets a reference to the given string and assigns it to the ObjectInstance field.

func (*AlarmRecord) SetPerceivedSeverity

func (o *AlarmRecord) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity gets a reference to the given PerceivedSeverity and assigns it to the PerceivedSeverity field.

func (*AlarmRecord) SetProbableCause

func (o *AlarmRecord) SetProbableCause(v int32)

SetProbableCause gets a reference to the given NullableInt32 and assigns it to the ProbableCause field.

func (*AlarmRecord) SetProbableCauseNil

func (o *AlarmRecord) SetProbableCauseNil()

SetProbableCauseNil sets the value for ProbableCause to be an explicit nil

func (*AlarmRecord) SetProposedRepairActions

func (o *AlarmRecord) SetProposedRepairActions(v string)

SetProposedRepairActions gets a reference to the given string and assigns it to the ProposedRepairActions field.

func (*AlarmRecord) SetRootCauseIndicator

func (o *AlarmRecord) SetRootCauseIndicator(v bool)

SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.

func (*AlarmRecord) SetSecurityAlarmDetector

func (o *AlarmRecord) SetSecurityAlarmDetector(v string)

SetSecurityAlarmDetector gets a reference to the given string and assigns it to the SecurityAlarmDetector field.

func (*AlarmRecord) SetServiceProvider

func (o *AlarmRecord) SetServiceProvider(v string)

SetServiceProvider gets a reference to the given string and assigns it to the ServiceProvider field.

func (*AlarmRecord) SetServiceUser

func (o *AlarmRecord) SetServiceUser(v string)

SetServiceUser gets a reference to the given string and assigns it to the ServiceUser field.

func (*AlarmRecord) SetSpecificProblem

func (o *AlarmRecord) SetSpecificProblem(v SpecificProblem)

SetSpecificProblem gets a reference to the given SpecificProblem and assigns it to the SpecificProblem field.

func (*AlarmRecord) SetStateChangeDefinition

func (o *AlarmRecord) SetStateChangeDefinition(v []map[string]interface{})

SetStateChangeDefinition gets a reference to the given []map[string]interface{} and assigns it to the StateChangeDefinition field.

func (*AlarmRecord) SetThresholdinfo

func (o *AlarmRecord) SetThresholdinfo(v ThresholdInfo)

SetThresholdinfo gets a reference to the given ThresholdInfo and assigns it to the Thresholdinfo field.

func (*AlarmRecord) SetTrendIndication

func (o *AlarmRecord) SetTrendIndication(v TrendIndication)

SetTrendIndication gets a reference to the given TrendIndication and assigns it to the TrendIndication field.

func (AlarmRecord) ToMap

func (o AlarmRecord) ToMap() (map[string]interface{}, error)

func (*AlarmRecord) UnsetProbableCause

func (o *AlarmRecord) UnsetProbableCause()

UnsetProbableCause ensures that no value is present for ProbableCause, not even an explicit nil

type AlarmType

type AlarmType string

AlarmType the model 'AlarmType'

const (
	ALARMTYPE_COMMUNICATIONS_ALARM                    AlarmType = "COMMUNICATIONS_ALARM"
	ALARMTYPE_QUALITY_OF_SERVICE_ALARM                AlarmType = "QUALITY_OF_SERVICE_ALARM"
	ALARMTYPE_PROCESSING_ERROR_ALARM                  AlarmType = "PROCESSING_ERROR_ALARM"
	ALARMTYPE_EQUIPMENT_ALARM                         AlarmType = "EQUIPMENT_ALARM"
	ALARMTYPE_ENVIRONMENTAL_ALARM                     AlarmType = "ENVIRONMENTAL_ALARM"
	ALARMTYPE_INTEGRITY_VIOLATION                     AlarmType = "INTEGRITY_VIOLATION"
	ALARMTYPE_OPERATIONAL_VIOLATION                   AlarmType = "OPERATIONAL_VIOLATION"
	ALARMTYPE_PHYSICAL_VIOLATION                      AlarmType = "PHYSICAL_VIOLATION"
	ALARMTYPE_SECURITY_SERVICE_OR_MECHANISM_VIOLATION AlarmType = "SECURITY_SERVICE_OR_MECHANISM_VIOLATION"
	ALARMTYPE_TIME_DOMAIN_VIOLATION                   AlarmType = "TIME_DOMAIN_VIOLATION"
)

List of AlarmType

func NewAlarmTypeFromValue

func NewAlarmTypeFromValue(v string) (*AlarmType, error)

NewAlarmTypeFromValue returns a pointer to a valid AlarmType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (AlarmType) IsValid

func (v AlarmType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (AlarmType) Ptr

func (v AlarmType) Ptr() *AlarmType

Ptr returns reference to AlarmType value

func (*AlarmType) UnmarshalJSON

func (v *AlarmType) UnmarshalJSON(src []byte) error

type AlarmsAlarmIdPatchRequest

type AlarmsAlarmIdPatchRequest struct {
	MergePatchAcknowledgeAlarm *MergePatchAcknowledgeAlarm
	MergePatchClearAlarm       *MergePatchClearAlarm
}

AlarmsAlarmIdPatchRequest - struct for AlarmsAlarmIdPatchRequest

func MergePatchAcknowledgeAlarmAsAlarmsAlarmIdPatchRequest

func MergePatchAcknowledgeAlarmAsAlarmsAlarmIdPatchRequest(v *MergePatchAcknowledgeAlarm) AlarmsAlarmIdPatchRequest

MergePatchAcknowledgeAlarmAsAlarmsAlarmIdPatchRequest is a convenience function that returns MergePatchAcknowledgeAlarm wrapped in AlarmsAlarmIdPatchRequest

func MergePatchClearAlarmAsAlarmsAlarmIdPatchRequest

func MergePatchClearAlarmAsAlarmsAlarmIdPatchRequest(v *MergePatchClearAlarm) AlarmsAlarmIdPatchRequest

MergePatchClearAlarmAsAlarmsAlarmIdPatchRequest is a convenience function that returns MergePatchClearAlarm wrapped in AlarmsAlarmIdPatchRequest

func (*AlarmsAlarmIdPatchRequest) GetActualInstance

func (obj *AlarmsAlarmIdPatchRequest) GetActualInstance() interface{}

Get the actual instance

func (AlarmsAlarmIdPatchRequest) MarshalJSON

func (src AlarmsAlarmIdPatchRequest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AlarmsAlarmIdPatchRequest) UnmarshalJSON

func (dst *AlarmsAlarmIdPatchRequest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type AlarmsGet200ResponseValue

type AlarmsGet200ResponseValue struct {
	LastNotificationHeader *NotificationHeader `json:"lastNotificationHeader,omitempty"`
	// Collection of comments. The comment identifiers are allocated by the MnS producer and used as key in the map.
	Comments *map[string]Comment `json:"comments,omitempty"`
}

AlarmsGet200ResponseValue struct for AlarmsGet200ResponseValue

func NewAlarmsGet200ResponseValue

func NewAlarmsGet200ResponseValue() *AlarmsGet200ResponseValue

NewAlarmsGet200ResponseValue instantiates a new AlarmsGet200ResponseValue 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 NewAlarmsGet200ResponseValueWithDefaults

func NewAlarmsGet200ResponseValueWithDefaults() *AlarmsGet200ResponseValue

NewAlarmsGet200ResponseValueWithDefaults instantiates a new AlarmsGet200ResponseValue 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 (*AlarmsGet200ResponseValue) GetComments

func (o *AlarmsGet200ResponseValue) GetComments() map[string]Comment

GetComments returns the Comments field value if set, zero value otherwise.

func (*AlarmsGet200ResponseValue) GetCommentsOk

func (o *AlarmsGet200ResponseValue) GetCommentsOk() (*map[string]Comment, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmsGet200ResponseValue) GetLastNotificationHeader

func (o *AlarmsGet200ResponseValue) GetLastNotificationHeader() NotificationHeader

GetLastNotificationHeader returns the LastNotificationHeader field value if set, zero value otherwise.

func (*AlarmsGet200ResponseValue) GetLastNotificationHeaderOk

func (o *AlarmsGet200ResponseValue) GetLastNotificationHeaderOk() (*NotificationHeader, bool)

GetLastNotificationHeaderOk returns a tuple with the LastNotificationHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlarmsGet200ResponseValue) HasComments

func (o *AlarmsGet200ResponseValue) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*AlarmsGet200ResponseValue) HasLastNotificationHeader

func (o *AlarmsGet200ResponseValue) HasLastNotificationHeader() bool

HasLastNotificationHeader returns a boolean if a field has been set.

func (AlarmsGet200ResponseValue) MarshalJSON

func (o AlarmsGet200ResponseValue) MarshalJSON() ([]byte, error)

func (*AlarmsGet200ResponseValue) SetComments

func (o *AlarmsGet200ResponseValue) SetComments(v map[string]Comment)

SetComments gets a reference to the given map[string]Comment and assigns it to the Comments field.

func (*AlarmsGet200ResponseValue) SetLastNotificationHeader

func (o *AlarmsGet200ResponseValue) SetLastNotificationHeader(v NotificationHeader)

SetLastNotificationHeader gets a reference to the given NotificationHeader and assigns it to the LastNotificationHeader field.

func (AlarmsGet200ResponseValue) ToMap

func (o AlarmsGet200ResponseValue) ToMap() (map[string]interface{}, error)

type AlarmsPatchRequest

type AlarmsPatchRequest struct {
	MapmapOfStringMergePatchAcknowledgeAlarm *map[string]MergePatchAcknowledgeAlarm
	MapmapOfStringMergePatchClearAlarm       *map[string]MergePatchClearAlarm
}

AlarmsPatchRequest - struct for AlarmsPatchRequest

func MapmapOfStringMergePatchAcknowledgeAlarmAsAlarmsPatchRequest

func MapmapOfStringMergePatchAcknowledgeAlarmAsAlarmsPatchRequest(v *map[string]MergePatchAcknowledgeAlarm) AlarmsPatchRequest

map[string]MergePatchAcknowledgeAlarmAsAlarmsPatchRequest is a convenience function that returns map[string]MergePatchAcknowledgeAlarm wrapped in AlarmsPatchRequest

func MapmapOfStringMergePatchClearAlarmAsAlarmsPatchRequest

func MapmapOfStringMergePatchClearAlarmAsAlarmsPatchRequest(v *map[string]MergePatchClearAlarm) AlarmsPatchRequest

map[string]MergePatchClearAlarmAsAlarmsPatchRequest is a convenience function that returns map[string]MergePatchClearAlarm wrapped in AlarmsPatchRequest

func (*AlarmsPatchRequest) GetActualInstance

func (obj *AlarmsPatchRequest) GetActualInstance() interface{}

Get the actual instance

func (AlarmsPatchRequest) MarshalJSON

func (src AlarmsPatchRequest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*AlarmsPatchRequest) UnmarshalJSON

func (dst *AlarmsPatchRequest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ApiAlarmsAlarmCountGetRequest

type ApiAlarmsAlarmCountGetRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiAlarmsAlarmCountGetRequest) AlarmAckState

func (ApiAlarmsAlarmCountGetRequest) Execute

func (ApiAlarmsAlarmCountGetRequest) Filter

type ApiAlarmsAlarmIdCommentsPostRequest

type ApiAlarmsAlarmIdCommentsPostRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiAlarmsAlarmIdCommentsPostRequest) Comment

func (ApiAlarmsAlarmIdCommentsPostRequest) Execute

type ApiAlarmsAlarmIdPatchRequest

type ApiAlarmsAlarmIdPatchRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiAlarmsAlarmIdPatchRequest) AlarmsAlarmIdPatchRequest

func (r ApiAlarmsAlarmIdPatchRequest) AlarmsAlarmIdPatchRequest(alarmsAlarmIdPatchRequest AlarmsAlarmIdPatchRequest) ApiAlarmsAlarmIdPatchRequest

func (ApiAlarmsAlarmIdPatchRequest) Execute

type ApiAlarmsGetRequest

type ApiAlarmsGetRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiAlarmsGetRequest) AlarmAckState

func (r ApiAlarmsGetRequest) AlarmAckState(alarmAckState AlarmAckState) ApiAlarmsGetRequest

func (ApiAlarmsGetRequest) BaseObjectInstance

func (r ApiAlarmsGetRequest) BaseObjectInstance(baseObjectInstance string) ApiAlarmsGetRequest

func (ApiAlarmsGetRequest) Execute

func (ApiAlarmsGetRequest) Filter

type ApiAlarmsPatchRequest

type ApiAlarmsPatchRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiAlarmsPatchRequest) AlarmsPatchRequest

func (r ApiAlarmsPatchRequest) AlarmsPatchRequest(alarmsPatchRequest AlarmsPatchRequest) ApiAlarmsPatchRequest

Patch documents for acknowledging and unacknowledging, or clearing multiple alarms. The keys in the map are the alarmIds to be patched.

func (ApiAlarmsPatchRequest) Execute

func (r ApiAlarmsPatchRequest) Execute() (*http.Response, error)

type ApiSubscriptionsPostRequest

type ApiSubscriptionsPostRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiSubscriptionsPostRequest) Execute

func (ApiSubscriptionsPostRequest) Subscription

type ApiSubscriptionsSubscriptionIdDeleteRequest

type ApiSubscriptionsSubscriptionIdDeleteRequest struct {
	ApiService *DefaultAPIService
	// contains filtered or unexported fields
}

func (ApiSubscriptionsSubscriptionIdDeleteRequest) Execute

type BasicAuth

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type CmNotificationTypes

type CmNotificationTypes string

CmNotificationTypes the model 'CmNotificationTypes'

const (
	CMNOTIFICATIONTYPES_NOTIFY_MOI_CREATION                CmNotificationTypes = "notifyMOICreation"
	CMNOTIFICATIONTYPES_NOTIFY_MOI_DELETION                CmNotificationTypes = "notifyMOIDeletion"
	CMNOTIFICATIONTYPES_NOTIFY_MOI_ATTRIBUTE_VALUE_CHANGES CmNotificationTypes = "notifyMOIAttributeValueChanges"
	CMNOTIFICATIONTYPES_NOTIFY_MOI_CHANGES                 CmNotificationTypes = "notifyMOIChanges"
)

List of CmNotificationTypes

func NewCmNotificationTypesFromValue

func NewCmNotificationTypesFromValue(v string) (*CmNotificationTypes, error)

NewCmNotificationTypesFromValue returns a pointer to a valid CmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CmNotificationTypes) IsValid

func (v CmNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (CmNotificationTypes) Ptr

Ptr returns reference to CmNotificationTypes value

func (*CmNotificationTypes) UnmarshalJSON

func (v *CmNotificationTypes) UnmarshalJSON(src []byte) error

type Comment

type Comment struct {
	CommentTime     *time.Time `json:"commentTime,omitempty"`
	CommentUserId   *string    `json:"commentUserId,omitempty"`
	CommentSystemId *string    `json:"commentSystemId,omitempty"`
	CommentText     *string    `json:"commentText,omitempty"`
}

Comment struct for Comment

func NewComment

func NewComment() *Comment

NewComment instantiates a new Comment 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 NewCommentWithDefaults

func NewCommentWithDefaults() *Comment

NewCommentWithDefaults instantiates a new Comment 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 (*Comment) GetCommentSystemId

func (o *Comment) GetCommentSystemId() string

GetCommentSystemId returns the CommentSystemId field value if set, zero value otherwise.

func (*Comment) GetCommentSystemIdOk

func (o *Comment) GetCommentSystemIdOk() (*string, bool)

GetCommentSystemIdOk returns a tuple with the CommentSystemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetCommentText

func (o *Comment) GetCommentText() string

GetCommentText returns the CommentText field value if set, zero value otherwise.

func (*Comment) GetCommentTextOk

func (o *Comment) GetCommentTextOk() (*string, bool)

GetCommentTextOk returns a tuple with the CommentText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetCommentTime

func (o *Comment) GetCommentTime() time.Time

GetCommentTime returns the CommentTime field value if set, zero value otherwise.

func (*Comment) GetCommentTimeOk

func (o *Comment) GetCommentTimeOk() (*time.Time, bool)

GetCommentTimeOk returns a tuple with the CommentTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) GetCommentUserId

func (o *Comment) GetCommentUserId() string

GetCommentUserId returns the CommentUserId field value if set, zero value otherwise.

func (*Comment) GetCommentUserIdOk

func (o *Comment) GetCommentUserIdOk() (*string, bool)

GetCommentUserIdOk returns a tuple with the CommentUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Comment) HasCommentSystemId

func (o *Comment) HasCommentSystemId() bool

HasCommentSystemId returns a boolean if a field has been set.

func (*Comment) HasCommentText

func (o *Comment) HasCommentText() bool

HasCommentText returns a boolean if a field has been set.

func (*Comment) HasCommentTime

func (o *Comment) HasCommentTime() bool

HasCommentTime returns a boolean if a field has been set.

func (*Comment) HasCommentUserId

func (o *Comment) HasCommentUserId() bool

HasCommentUserId returns a boolean if a field has been set.

func (Comment) MarshalJSON

func (o Comment) MarshalJSON() ([]byte, error)

func (*Comment) SetCommentSystemId

func (o *Comment) SetCommentSystemId(v string)

SetCommentSystemId gets a reference to the given string and assigns it to the CommentSystemId field.

func (*Comment) SetCommentText

func (o *Comment) SetCommentText(v string)

SetCommentText gets a reference to the given string and assigns it to the CommentText field.

func (*Comment) SetCommentTime

func (o *Comment) SetCommentTime(v time.Time)

SetCommentTime gets a reference to the given time.Time and assigns it to the CommentTime field.

func (*Comment) SetCommentUserId

func (o *Comment) SetCommentUserId(v string)

SetCommentUserId gets a reference to the given string and assigns it to the CommentUserId field.

func (Comment) ToMap

func (o Comment) ToMap() (map[string]interface{}, error)

type Configuration

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type CorrelatedNotification

type CorrelatedNotification struct {
	SourceObjectInstance string  `json:"sourceObjectInstance"`
	NotificationIds      []int32 `json:"notificationIds"`
}

CorrelatedNotification struct for CorrelatedNotification

func NewCorrelatedNotification

func NewCorrelatedNotification(sourceObjectInstance string, notificationIds []int32) *CorrelatedNotification

NewCorrelatedNotification instantiates a new CorrelatedNotification 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 NewCorrelatedNotificationWithDefaults

func NewCorrelatedNotificationWithDefaults() *CorrelatedNotification

NewCorrelatedNotificationWithDefaults instantiates a new CorrelatedNotification 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 (*CorrelatedNotification) GetNotificationIds

func (o *CorrelatedNotification) GetNotificationIds() []int32

GetNotificationIds returns the NotificationIds field value

func (*CorrelatedNotification) GetNotificationIdsOk

func (o *CorrelatedNotification) GetNotificationIdsOk() ([]int32, bool)

GetNotificationIdsOk returns a tuple with the NotificationIds field value and a boolean to check if the value has been set.

func (*CorrelatedNotification) GetSourceObjectInstance

func (o *CorrelatedNotification) GetSourceObjectInstance() string

GetSourceObjectInstance returns the SourceObjectInstance field value

func (*CorrelatedNotification) GetSourceObjectInstanceOk

func (o *CorrelatedNotification) GetSourceObjectInstanceOk() (*string, bool)

GetSourceObjectInstanceOk returns a tuple with the SourceObjectInstance field value and a boolean to check if the value has been set.

func (CorrelatedNotification) MarshalJSON

func (o CorrelatedNotification) MarshalJSON() ([]byte, error)

func (*CorrelatedNotification) SetNotificationIds

func (o *CorrelatedNotification) SetNotificationIds(v []int32)

SetNotificationIds sets field value

func (*CorrelatedNotification) SetSourceObjectInstance

func (o *CorrelatedNotification) SetSourceObjectInstance(v string)

SetSourceObjectInstance sets field value

func (CorrelatedNotification) ToMap

func (o CorrelatedNotification) ToMap() (map[string]interface{}, error)

func (*CorrelatedNotification) UnmarshalJSON

func (o *CorrelatedNotification) UnmarshalJSON(bytes []byte) (err error)

type DefaultAPIService

type DefaultAPIService service

DefaultAPIService DefaultAPI service

func (*DefaultAPIService) AlarmsAlarmCountGet

func (a *DefaultAPIService) AlarmsAlarmCountGet(ctx context.Context) ApiAlarmsAlarmCountGetRequest

AlarmsAlarmCountGet Get the alarm count per perceived severity

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAlarmsAlarmCountGetRequest

func (*DefaultAPIService) AlarmsAlarmCountGetExecute

func (a *DefaultAPIService) AlarmsAlarmCountGetExecute(r ApiAlarmsAlarmCountGetRequest) (*AlarmCount, *http.Response, error)

Execute executes the request

@return AlarmCount

func (*DefaultAPIService) AlarmsAlarmIdCommentsPost

func (a *DefaultAPIService) AlarmsAlarmIdCommentsPost(ctx context.Context, alarmId string) ApiAlarmsAlarmIdCommentsPostRequest

AlarmsAlarmIdCommentsPost Add a comment to a single alarm

Adds a comment to an alarm identified by alarmId. The id of the new comment is allocated by the producer.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param alarmId Identifies the alarm to which the comment shall be added.
@return ApiAlarmsAlarmIdCommentsPostRequest

func (*DefaultAPIService) AlarmsAlarmIdCommentsPostExecute

func (a *DefaultAPIService) AlarmsAlarmIdCommentsPostExecute(r ApiAlarmsAlarmIdCommentsPostRequest) (*Comment, *http.Response, error)

Execute executes the request

@return Comment

func (*DefaultAPIService) AlarmsAlarmIdPatch

func (a *DefaultAPIService) AlarmsAlarmIdPatch(ctx context.Context, alarmId string) ApiAlarmsAlarmIdPatchRequest

AlarmsAlarmIdPatch Clear, acknowledge or unacknowledge a single alarm

Clears, acknowledges or unacknowldeges a single alarm by patching the alarm information. A conditional acknowledge request based on the perceived severity is not supported.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param alarmId Identifies the alarm to be patched.
@return ApiAlarmsAlarmIdPatchRequest

func (*DefaultAPIService) AlarmsAlarmIdPatchExecute

func (a *DefaultAPIService) AlarmsAlarmIdPatchExecute(r ApiAlarmsAlarmIdPatchRequest) (*http.Response, error)

Execute executes the request

func (*DefaultAPIService) AlarmsGet

AlarmsGet Retrieve multiple alarms

Retrieves the alarms identified by alarmAckState, baseObjectInstance and filter.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAlarmsGetRequest

func (*DefaultAPIService) AlarmsGetExecute

Execute executes the request

@return map[string]AlarmsGet200ResponseValue

func (*DefaultAPIService) AlarmsPatch

AlarmsPatch Clear, acknowledge or unacknowledge multiple alarms

Clears, acknowledges or unacknowledges multiple alarms using patch. Depending on which action is to be performed, different merge patch documents need to be used.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiAlarmsPatchRequest

func (*DefaultAPIService) AlarmsPatchExecute

func (a *DefaultAPIService) AlarmsPatchExecute(r ApiAlarmsPatchRequest) (*http.Response, error)

Execute executes the request

func (*DefaultAPIService) SubscriptionsPost

SubscriptionsPost Create a subscription

To create a subscription the representation of the subscription is POSTed on the /subscriptions collection resource.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiSubscriptionsPostRequest

func (*DefaultAPIService) SubscriptionsPostExecute

func (a *DefaultAPIService) SubscriptionsPostExecute(r ApiSubscriptionsPostRequest) (*Subscription, *http.Response, error)

Execute executes the request

@return Subscription

func (*DefaultAPIService) SubscriptionsSubscriptionIdDelete

func (a *DefaultAPIService) SubscriptionsSubscriptionIdDelete(ctx context.Context, subscriptionId string) ApiSubscriptionsSubscriptionIdDeleteRequest

SubscriptionsSubscriptionIdDelete Delete a subscription

The subscription is deleted by deleting the corresponding subscription resource. The resource to be deleted is identified with the path component of the URI.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param subscriptionId Identifies the subscription to be deleted.
@return ApiSubscriptionsSubscriptionIdDeleteRequest

func (*DefaultAPIService) SubscriptionsSubscriptionIdDeleteExecute

func (a *DefaultAPIService) SubscriptionsSubscriptionIdDeleteExecute(r ApiSubscriptionsSubscriptionIdDeleteRequest) (*http.Response, error)

Execute executes the request

type ErrorResponse

type ErrorResponse struct {
	Error *ErrorResponseError `json:"error,omitempty"`
}

ErrorResponse Default schema for the response message body in case the request is not successful.

func NewErrorResponse

func NewErrorResponse() *ErrorResponse

NewErrorResponse instantiates a new ErrorResponse 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 NewErrorResponseWithDefaults

func NewErrorResponseWithDefaults() *ErrorResponse

NewErrorResponseWithDefaults instantiates a new ErrorResponse 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 (*ErrorResponse) GetError

func (o *ErrorResponse) GetError() ErrorResponseError

GetError returns the Error field value if set, zero value otherwise.

func (*ErrorResponse) GetErrorOk

func (o *ErrorResponse) GetErrorOk() (*ErrorResponseError, bool)

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ErrorResponse) HasError

func (o *ErrorResponse) HasError() bool

HasError returns a boolean if a field has been set.

func (ErrorResponse) MarshalJSON

func (o ErrorResponse) MarshalJSON() ([]byte, error)

func (*ErrorResponse) SetError

func (o *ErrorResponse) SetError(v ErrorResponseError)

SetError gets a reference to the given ErrorResponseError and assigns it to the Error field.

func (ErrorResponse) ToMap

func (o ErrorResponse) ToMap() (map[string]interface{}, error)

type ErrorResponseError

type ErrorResponseError struct {
	ErrorInfo *string `json:"errorInfo,omitempty"`
}

ErrorResponseError struct for ErrorResponseError

func NewErrorResponseError

func NewErrorResponseError() *ErrorResponseError

NewErrorResponseError instantiates a new ErrorResponseError 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 NewErrorResponseErrorWithDefaults

func NewErrorResponseErrorWithDefaults() *ErrorResponseError

NewErrorResponseErrorWithDefaults instantiates a new ErrorResponseError 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 (*ErrorResponseError) GetErrorInfo

func (o *ErrorResponseError) GetErrorInfo() string

GetErrorInfo returns the ErrorInfo field value if set, zero value otherwise.

func (*ErrorResponseError) GetErrorInfoOk

func (o *ErrorResponseError) GetErrorInfoOk() (*string, bool)

GetErrorInfoOk returns a tuple with the ErrorInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ErrorResponseError) HasErrorInfo

func (o *ErrorResponseError) HasErrorInfo() bool

HasErrorInfo returns a boolean if a field has been set.

func (ErrorResponseError) MarshalJSON

func (o ErrorResponseError) MarshalJSON() ([]byte, error)

func (*ErrorResponseError) SetErrorInfo

func (o *ErrorResponseError) SetErrorInfo(v string)

SetErrorInfo gets a reference to the given string and assigns it to the ErrorInfo field.

func (ErrorResponseError) ToMap

func (o ErrorResponseError) ToMap() (map[string]interface{}, error)

type FailedAlarm

type FailedAlarm struct {
	AlarmId       string `json:"alarmId"`
	FailureReason string `json:"failureReason"`
}

FailedAlarm struct for FailedAlarm

func NewFailedAlarm

func NewFailedAlarm(alarmId string, failureReason string) *FailedAlarm

NewFailedAlarm instantiates a new FailedAlarm 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 NewFailedAlarmWithDefaults

func NewFailedAlarmWithDefaults() *FailedAlarm

NewFailedAlarmWithDefaults instantiates a new FailedAlarm 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 (*FailedAlarm) GetAlarmId

func (o *FailedAlarm) GetAlarmId() string

GetAlarmId returns the AlarmId field value

func (*FailedAlarm) GetAlarmIdOk

func (o *FailedAlarm) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*FailedAlarm) GetFailureReason

func (o *FailedAlarm) GetFailureReason() string

GetFailureReason returns the FailureReason field value

func (*FailedAlarm) GetFailureReasonOk

func (o *FailedAlarm) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value and a boolean to check if the value has been set.

func (FailedAlarm) MarshalJSON

func (o FailedAlarm) MarshalJSON() ([]byte, error)

func (*FailedAlarm) SetAlarmId

func (o *FailedAlarm) SetAlarmId(v string)

SetAlarmId sets field value

func (*FailedAlarm) SetFailureReason

func (o *FailedAlarm) SetFailureReason(v string)

SetFailureReason sets field value

func (FailedAlarm) ToMap

func (o FailedAlarm) ToMap() (map[string]interface{}, error)

func (*FailedAlarm) UnmarshalJSON

func (o *FailedAlarm) UnmarshalJSON(bytes []byte) (err error)

type FileNotificationTypes

type FileNotificationTypes string

FileNotificationTypes the model 'FileNotificationTypes'

const (
	FILENOTIFICATIONTYPES_NOTIFY_FILE_READY             FileNotificationTypes = "notifyFileReady"
	FILENOTIFICATIONTYPES_NOTIFY_FILE_PREPARATION_ERROR FileNotificationTypes = "notifyFilePreparationError"
)

List of FileNotificationTypes

func NewFileNotificationTypesFromValue

func NewFileNotificationTypesFromValue(v string) (*FileNotificationTypes, error)

NewFileNotificationTypesFromValue returns a pointer to a valid FileNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (FileNotificationTypes) IsValid

func (v FileNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (FileNotificationTypes) Ptr

Ptr returns reference to FileNotificationTypes value

func (*FileNotificationTypes) UnmarshalJSON

func (v *FileNotificationTypes) UnmarshalJSON(src []byte) error

type GenericOpenAPIError

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type HeartbeatNotificationTypes

type HeartbeatNotificationTypes string

HeartbeatNotificationTypes the model 'HeartbeatNotificationTypes'

const (
	HEARTBEATNOTIFICATIONTYPES_NOTIFY_HEARTBEAT HeartbeatNotificationTypes = "notifyHeartbeat"
)

List of HeartbeatNotificationTypes

func NewHeartbeatNotificationTypesFromValue

func NewHeartbeatNotificationTypesFromValue(v string) (*HeartbeatNotificationTypes, error)

NewHeartbeatNotificationTypesFromValue returns a pointer to a valid HeartbeatNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (HeartbeatNotificationTypes) IsValid

func (v HeartbeatNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (HeartbeatNotificationTypes) Ptr

Ptr returns reference to HeartbeatNotificationTypes value

func (*HeartbeatNotificationTypes) UnmarshalJSON

func (v *HeartbeatNotificationTypes) UnmarshalJSON(src []byte) error

type MappedNullable

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MergePatchAcknowledgeAlarm

type MergePatchAcknowledgeAlarm struct {
	AckUserId   string   `json:"ackUserId"`
	AckSystemId *string  `json:"ackSystemId,omitempty"`
	AckState    AckState `json:"ackState"`
}

MergePatchAcknowledgeAlarm Patch document acknowledging or unacknowledging a single alarm. For acknowledging an alarm the value of ackState is ACKNOWLEDGED, for unacknowledging an alarm the value of ackState is UNACKNOWLEDGED.

func NewMergePatchAcknowledgeAlarm

func NewMergePatchAcknowledgeAlarm(ackUserId string, ackState AckState) *MergePatchAcknowledgeAlarm

NewMergePatchAcknowledgeAlarm instantiates a new MergePatchAcknowledgeAlarm 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 NewMergePatchAcknowledgeAlarmWithDefaults

func NewMergePatchAcknowledgeAlarmWithDefaults() *MergePatchAcknowledgeAlarm

NewMergePatchAcknowledgeAlarmWithDefaults instantiates a new MergePatchAcknowledgeAlarm 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 (*MergePatchAcknowledgeAlarm) GetAckState

func (o *MergePatchAcknowledgeAlarm) GetAckState() AckState

GetAckState returns the AckState field value

func (*MergePatchAcknowledgeAlarm) GetAckStateOk

func (o *MergePatchAcknowledgeAlarm) GetAckStateOk() (*AckState, bool)

GetAckStateOk returns a tuple with the AckState field value and a boolean to check if the value has been set.

func (*MergePatchAcknowledgeAlarm) GetAckSystemId

func (o *MergePatchAcknowledgeAlarm) GetAckSystemId() string

GetAckSystemId returns the AckSystemId field value if set, zero value otherwise.

func (*MergePatchAcknowledgeAlarm) GetAckSystemIdOk

func (o *MergePatchAcknowledgeAlarm) GetAckSystemIdOk() (*string, bool)

GetAckSystemIdOk returns a tuple with the AckSystemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MergePatchAcknowledgeAlarm) GetAckUserId

func (o *MergePatchAcknowledgeAlarm) GetAckUserId() string

GetAckUserId returns the AckUserId field value

func (*MergePatchAcknowledgeAlarm) GetAckUserIdOk

func (o *MergePatchAcknowledgeAlarm) GetAckUserIdOk() (*string, bool)

GetAckUserIdOk returns a tuple with the AckUserId field value and a boolean to check if the value has been set.

func (*MergePatchAcknowledgeAlarm) HasAckSystemId

func (o *MergePatchAcknowledgeAlarm) HasAckSystemId() bool

HasAckSystemId returns a boolean if a field has been set.

func (MergePatchAcknowledgeAlarm) MarshalJSON

func (o MergePatchAcknowledgeAlarm) MarshalJSON() ([]byte, error)

func (*MergePatchAcknowledgeAlarm) SetAckState

func (o *MergePatchAcknowledgeAlarm) SetAckState(v AckState)

SetAckState sets field value

func (*MergePatchAcknowledgeAlarm) SetAckSystemId

func (o *MergePatchAcknowledgeAlarm) SetAckSystemId(v string)

SetAckSystemId gets a reference to the given string and assigns it to the AckSystemId field.

func (*MergePatchAcknowledgeAlarm) SetAckUserId

func (o *MergePatchAcknowledgeAlarm) SetAckUserId(v string)

SetAckUserId sets field value

func (MergePatchAcknowledgeAlarm) ToMap

func (o MergePatchAcknowledgeAlarm) ToMap() (map[string]interface{}, error)

func (*MergePatchAcknowledgeAlarm) UnmarshalJSON

func (o *MergePatchAcknowledgeAlarm) UnmarshalJSON(bytes []byte) (err error)

type MergePatchClearAlarm

type MergePatchClearAlarm struct {
	ClearUserId       string  `json:"clearUserId"`
	ClearSystemId     *string `json:"clearSystemId,omitempty"`
	PerceivedSeverity string  `json:"perceivedSeverity"`
}

MergePatchClearAlarm Patch document for clearing a single alarm

func NewMergePatchClearAlarm

func NewMergePatchClearAlarm(clearUserId string, perceivedSeverity string) *MergePatchClearAlarm

NewMergePatchClearAlarm instantiates a new MergePatchClearAlarm 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 NewMergePatchClearAlarmWithDefaults

func NewMergePatchClearAlarmWithDefaults() *MergePatchClearAlarm

NewMergePatchClearAlarmWithDefaults instantiates a new MergePatchClearAlarm 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 (*MergePatchClearAlarm) GetClearSystemId

func (o *MergePatchClearAlarm) GetClearSystemId() string

GetClearSystemId returns the ClearSystemId field value if set, zero value otherwise.

func (*MergePatchClearAlarm) GetClearSystemIdOk

func (o *MergePatchClearAlarm) GetClearSystemIdOk() (*string, bool)

GetClearSystemIdOk returns a tuple with the ClearSystemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MergePatchClearAlarm) GetClearUserId

func (o *MergePatchClearAlarm) GetClearUserId() string

GetClearUserId returns the ClearUserId field value

func (*MergePatchClearAlarm) GetClearUserIdOk

func (o *MergePatchClearAlarm) GetClearUserIdOk() (*string, bool)

GetClearUserIdOk returns a tuple with the ClearUserId field value and a boolean to check if the value has been set.

func (*MergePatchClearAlarm) GetPerceivedSeverity

func (o *MergePatchClearAlarm) GetPerceivedSeverity() string

GetPerceivedSeverity returns the PerceivedSeverity field value

func (*MergePatchClearAlarm) GetPerceivedSeverityOk

func (o *MergePatchClearAlarm) GetPerceivedSeverityOk() (*string, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.

func (*MergePatchClearAlarm) HasClearSystemId

func (o *MergePatchClearAlarm) HasClearSystemId() bool

HasClearSystemId returns a boolean if a field has been set.

func (MergePatchClearAlarm) MarshalJSON

func (o MergePatchClearAlarm) MarshalJSON() ([]byte, error)

func (*MergePatchClearAlarm) SetClearSystemId

func (o *MergePatchClearAlarm) SetClearSystemId(v string)

SetClearSystemId gets a reference to the given string and assigns it to the ClearSystemId field.

func (*MergePatchClearAlarm) SetClearUserId

func (o *MergePatchClearAlarm) SetClearUserId(v string)

SetClearUserId sets field value

func (*MergePatchClearAlarm) SetPerceivedSeverity

func (o *MergePatchClearAlarm) SetPerceivedSeverity(v string)

SetPerceivedSeverity sets field value

func (MergePatchClearAlarm) ToMap

func (o MergePatchClearAlarm) ToMap() (map[string]interface{}, error)

func (*MergePatchClearAlarm) UnmarshalJSON

func (o *MergePatchClearAlarm) UnmarshalJSON(bytes []byte) (err error)

type NotificationHeader

type NotificationHeader struct {
	Href             string           `json:"href"`
	NotificationId   int32            `json:"notificationId"`
	NotificationType NotificationType `json:"notificationType"`
	EventTime        time.Time        `json:"eventTime"`
	SystemDN         string           `json:"systemDN"`
}

NotificationHeader struct for NotificationHeader

func NewNotificationHeader

func NewNotificationHeader(href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotificationHeader

NewNotificationHeader instantiates a new NotificationHeader 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 NewNotificationHeaderWithDefaults

func NewNotificationHeaderWithDefaults() *NotificationHeader

NewNotificationHeaderWithDefaults instantiates a new NotificationHeader 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 (*NotificationHeader) GetEventTime

func (o *NotificationHeader) GetEventTime() time.Time

GetEventTime returns the EventTime field value

func (*NotificationHeader) GetEventTimeOk

func (o *NotificationHeader) GetEventTimeOk() (*time.Time, bool)

GetEventTimeOk returns a tuple with the EventTime field value and a boolean to check if the value has been set.

func (*NotificationHeader) GetHref

func (o *NotificationHeader) GetHref() string

GetHref returns the Href field value

func (*NotificationHeader) GetHrefOk

func (o *NotificationHeader) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field value and a boolean to check if the value has been set.

func (*NotificationHeader) GetNotificationId

func (o *NotificationHeader) GetNotificationId() int32

GetNotificationId returns the NotificationId field value

func (*NotificationHeader) GetNotificationIdOk

func (o *NotificationHeader) GetNotificationIdOk() (*int32, bool)

GetNotificationIdOk returns a tuple with the NotificationId field value and a boolean to check if the value has been set.

func (*NotificationHeader) GetNotificationType

func (o *NotificationHeader) GetNotificationType() NotificationType

GetNotificationType returns the NotificationType field value

func (*NotificationHeader) GetNotificationTypeOk

func (o *NotificationHeader) GetNotificationTypeOk() (*NotificationType, bool)

GetNotificationTypeOk returns a tuple with the NotificationType field value and a boolean to check if the value has been set.

func (*NotificationHeader) GetSystemDN

func (o *NotificationHeader) GetSystemDN() string

GetSystemDN returns the SystemDN field value

func (*NotificationHeader) GetSystemDNOk

func (o *NotificationHeader) GetSystemDNOk() (*string, bool)

GetSystemDNOk returns a tuple with the SystemDN field value and a boolean to check if the value has been set.

func (NotificationHeader) MarshalJSON

func (o NotificationHeader) MarshalJSON() ([]byte, error)

func (*NotificationHeader) SetEventTime

func (o *NotificationHeader) SetEventTime(v time.Time)

SetEventTime sets field value

func (*NotificationHeader) SetHref

func (o *NotificationHeader) SetHref(v string)

SetHref sets field value

func (*NotificationHeader) SetNotificationId

func (o *NotificationHeader) SetNotificationId(v int32)

SetNotificationId sets field value

func (*NotificationHeader) SetNotificationType

func (o *NotificationHeader) SetNotificationType(v NotificationType)

SetNotificationType sets field value

func (*NotificationHeader) SetSystemDN

func (o *NotificationHeader) SetSystemDN(v string)

SetSystemDN sets field value

func (NotificationHeader) ToMap

func (o NotificationHeader) ToMap() (map[string]interface{}, error)

func (*NotificationHeader) UnmarshalJSON

func (o *NotificationHeader) UnmarshalJSON(bytes []byte) (err error)

type NotificationType

type NotificationType struct {
	AlarmNotificationTypes     *AlarmNotificationTypes
	CmNotificationTypes        *CmNotificationTypes
	FileNotificationTypes      *FileNotificationTypes
	HeartbeatNotificationTypes *HeartbeatNotificationTypes
	PerfNotificationTypes      *PerfNotificationTypes
}

NotificationType - struct for NotificationType

func AlarmNotificationTypesAsNotificationType

func AlarmNotificationTypesAsNotificationType(v *AlarmNotificationTypes) NotificationType

AlarmNotificationTypesAsNotificationType is a convenience function that returns AlarmNotificationTypes wrapped in NotificationType

func CmNotificationTypesAsNotificationType

func CmNotificationTypesAsNotificationType(v *CmNotificationTypes) NotificationType

CmNotificationTypesAsNotificationType is a convenience function that returns CmNotificationTypes wrapped in NotificationType

func FileNotificationTypesAsNotificationType

func FileNotificationTypesAsNotificationType(v *FileNotificationTypes) NotificationType

FileNotificationTypesAsNotificationType is a convenience function that returns FileNotificationTypes wrapped in NotificationType

func HeartbeatNotificationTypesAsNotificationType

func HeartbeatNotificationTypesAsNotificationType(v *HeartbeatNotificationTypes) NotificationType

HeartbeatNotificationTypesAsNotificationType is a convenience function that returns HeartbeatNotificationTypes wrapped in NotificationType

func PerfNotificationTypesAsNotificationType

func PerfNotificationTypesAsNotificationType(v *PerfNotificationTypes) NotificationType

PerfNotificationTypesAsNotificationType is a convenience function that returns PerfNotificationTypes wrapped in NotificationType

func (*NotificationType) GetActualInstance

func (obj *NotificationType) GetActualInstance() interface{}

Get the actual instance

func (NotificationType) MarshalJSON

func (src NotificationType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*NotificationType) UnmarshalJSON

func (dst *NotificationType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type NotifyAckStateChanged

type NotifyAckStateChanged struct {
	NotificationHeader
	AlarmId           string            `json:"alarmId"`
	AlarmType         AlarmType         `json:"alarmType"`
	ProbableCause     NullableInt32     `json:"probableCause"`
	PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"`
	AckState          AckState          `json:"ackState"`
	AckUserId         string            `json:"ackUserId"`
	AckSystemId       *string           `json:"ackSystemId,omitempty"`
}

NotifyAckStateChanged struct for NotifyAckStateChanged

func NewNotifyAckStateChanged

func NewNotifyAckStateChanged(alarmId string, alarmType AlarmType, probableCause NullableInt32, perceivedSeverity PerceivedSeverity, ackState AckState, ackUserId string, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyAckStateChanged

NewNotifyAckStateChanged instantiates a new NotifyAckStateChanged 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 NewNotifyAckStateChangedWithDefaults

func NewNotifyAckStateChangedWithDefaults() *NotifyAckStateChanged

NewNotifyAckStateChangedWithDefaults instantiates a new NotifyAckStateChanged 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 (*NotifyAckStateChanged) GetAckState

func (o *NotifyAckStateChanged) GetAckState() AckState

GetAckState returns the AckState field value

func (*NotifyAckStateChanged) GetAckStateOk

func (o *NotifyAckStateChanged) GetAckStateOk() (*AckState, bool)

GetAckStateOk returns a tuple with the AckState field value and a boolean to check if the value has been set.

func (*NotifyAckStateChanged) GetAckSystemId

func (o *NotifyAckStateChanged) GetAckSystemId() string

GetAckSystemId returns the AckSystemId field value if set, zero value otherwise.

func (*NotifyAckStateChanged) GetAckSystemIdOk

func (o *NotifyAckStateChanged) GetAckSystemIdOk() (*string, bool)

GetAckSystemIdOk returns a tuple with the AckSystemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyAckStateChanged) GetAckUserId

func (o *NotifyAckStateChanged) GetAckUserId() string

GetAckUserId returns the AckUserId field value

func (*NotifyAckStateChanged) GetAckUserIdOk

func (o *NotifyAckStateChanged) GetAckUserIdOk() (*string, bool)

GetAckUserIdOk returns a tuple with the AckUserId field value and a boolean to check if the value has been set.

func (*NotifyAckStateChanged) GetAlarmId

func (o *NotifyAckStateChanged) GetAlarmId() string

GetAlarmId returns the AlarmId field value

func (*NotifyAckStateChanged) GetAlarmIdOk

func (o *NotifyAckStateChanged) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*NotifyAckStateChanged) GetAlarmType

func (o *NotifyAckStateChanged) GetAlarmType() AlarmType

GetAlarmType returns the AlarmType field value

func (*NotifyAckStateChanged) GetAlarmTypeOk

func (o *NotifyAckStateChanged) GetAlarmTypeOk() (*AlarmType, bool)

GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.

func (*NotifyAckStateChanged) GetPerceivedSeverity

func (o *NotifyAckStateChanged) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value

func (*NotifyAckStateChanged) GetPerceivedSeverityOk

func (o *NotifyAckStateChanged) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.

func (*NotifyAckStateChanged) GetProbableCause

func (o *NotifyAckStateChanged) GetProbableCause() int32

GetProbableCause returns the ProbableCause field value If the value is explicit nil, the zero value for int32 will be returned

func (*NotifyAckStateChanged) GetProbableCauseOk

func (o *NotifyAckStateChanged) GetProbableCauseOk() (*int32, bool)

GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotifyAckStateChanged) HasAckSystemId

func (o *NotifyAckStateChanged) HasAckSystemId() bool

HasAckSystemId returns a boolean if a field has been set.

func (NotifyAckStateChanged) MarshalJSON

func (o NotifyAckStateChanged) MarshalJSON() ([]byte, error)

func (*NotifyAckStateChanged) SetAckState

func (o *NotifyAckStateChanged) SetAckState(v AckState)

SetAckState sets field value

func (*NotifyAckStateChanged) SetAckSystemId

func (o *NotifyAckStateChanged) SetAckSystemId(v string)

SetAckSystemId gets a reference to the given string and assigns it to the AckSystemId field.

func (*NotifyAckStateChanged) SetAckUserId

func (o *NotifyAckStateChanged) SetAckUserId(v string)

SetAckUserId sets field value

func (*NotifyAckStateChanged) SetAlarmId

func (o *NotifyAckStateChanged) SetAlarmId(v string)

SetAlarmId sets field value

func (*NotifyAckStateChanged) SetAlarmType

func (o *NotifyAckStateChanged) SetAlarmType(v AlarmType)

SetAlarmType sets field value

func (*NotifyAckStateChanged) SetPerceivedSeverity

func (o *NotifyAckStateChanged) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity sets field value

func (*NotifyAckStateChanged) SetProbableCause

func (o *NotifyAckStateChanged) SetProbableCause(v int32)

SetProbableCause sets field value

func (NotifyAckStateChanged) ToMap

func (o NotifyAckStateChanged) ToMap() (map[string]interface{}, error)

func (*NotifyAckStateChanged) UnmarshalJSON

func (o *NotifyAckStateChanged) UnmarshalJSON(bytes []byte) (err error)

type NotifyAlarmListRebuilt

type NotifyAlarmListRebuilt struct {
	NotificationHeader
	Reason                        string                         `json:"reason"`
	AlarmListAlignmentRequirement *AlarmListAlignmentRequirement `json:"alarmListAlignmentRequirement,omitempty"`
}

NotifyAlarmListRebuilt struct for NotifyAlarmListRebuilt

func NewNotifyAlarmListRebuilt

func NewNotifyAlarmListRebuilt(reason string, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyAlarmListRebuilt

NewNotifyAlarmListRebuilt instantiates a new NotifyAlarmListRebuilt 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 NewNotifyAlarmListRebuiltWithDefaults

func NewNotifyAlarmListRebuiltWithDefaults() *NotifyAlarmListRebuilt

NewNotifyAlarmListRebuiltWithDefaults instantiates a new NotifyAlarmListRebuilt 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 (*NotifyAlarmListRebuilt) GetAlarmListAlignmentRequirement

func (o *NotifyAlarmListRebuilt) GetAlarmListAlignmentRequirement() AlarmListAlignmentRequirement

GetAlarmListAlignmentRequirement returns the AlarmListAlignmentRequirement field value if set, zero value otherwise.

func (*NotifyAlarmListRebuilt) GetAlarmListAlignmentRequirementOk

func (o *NotifyAlarmListRebuilt) GetAlarmListAlignmentRequirementOk() (*AlarmListAlignmentRequirement, bool)

GetAlarmListAlignmentRequirementOk returns a tuple with the AlarmListAlignmentRequirement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyAlarmListRebuilt) GetReason

func (o *NotifyAlarmListRebuilt) GetReason() string

GetReason returns the Reason field value

func (*NotifyAlarmListRebuilt) GetReasonOk

func (o *NotifyAlarmListRebuilt) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.

func (*NotifyAlarmListRebuilt) HasAlarmListAlignmentRequirement

func (o *NotifyAlarmListRebuilt) HasAlarmListAlignmentRequirement() bool

HasAlarmListAlignmentRequirement returns a boolean if a field has been set.

func (NotifyAlarmListRebuilt) MarshalJSON

func (o NotifyAlarmListRebuilt) MarshalJSON() ([]byte, error)

func (*NotifyAlarmListRebuilt) SetAlarmListAlignmentRequirement

func (o *NotifyAlarmListRebuilt) SetAlarmListAlignmentRequirement(v AlarmListAlignmentRequirement)

SetAlarmListAlignmentRequirement gets a reference to the given AlarmListAlignmentRequirement and assigns it to the AlarmListAlignmentRequirement field.

func (*NotifyAlarmListRebuilt) SetReason

func (o *NotifyAlarmListRebuilt) SetReason(v string)

SetReason sets field value

func (NotifyAlarmListRebuilt) ToMap

func (o NotifyAlarmListRebuilt) ToMap() (map[string]interface{}, error)

func (*NotifyAlarmListRebuilt) UnmarshalJSON

func (o *NotifyAlarmListRebuilt) UnmarshalJSON(bytes []byte) (err error)

type NotifyChangedAlarm

type NotifyChangedAlarm struct {
	NotificationHeader
	AlarmId           string            `json:"alarmId"`
	AlarmType         AlarmType         `json:"alarmType"`
	ProbableCause     NullableInt32     `json:"probableCause"`
	PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"`
}

NotifyChangedAlarm struct for NotifyChangedAlarm

func NewNotifyChangedAlarm

func NewNotifyChangedAlarm(alarmId string, alarmType AlarmType, probableCause NullableInt32, perceivedSeverity PerceivedSeverity, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyChangedAlarm

NewNotifyChangedAlarm instantiates a new NotifyChangedAlarm 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 NewNotifyChangedAlarmWithDefaults

func NewNotifyChangedAlarmWithDefaults() *NotifyChangedAlarm

NewNotifyChangedAlarmWithDefaults instantiates a new NotifyChangedAlarm 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 (*NotifyChangedAlarm) GetAlarmId

func (o *NotifyChangedAlarm) GetAlarmId() string

GetAlarmId returns the AlarmId field value

func (*NotifyChangedAlarm) GetAlarmIdOk

func (o *NotifyChangedAlarm) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*NotifyChangedAlarm) GetAlarmType

func (o *NotifyChangedAlarm) GetAlarmType() AlarmType

GetAlarmType returns the AlarmType field value

func (*NotifyChangedAlarm) GetAlarmTypeOk

func (o *NotifyChangedAlarm) GetAlarmTypeOk() (*AlarmType, bool)

GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.

func (*NotifyChangedAlarm) GetPerceivedSeverity

func (o *NotifyChangedAlarm) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value

func (*NotifyChangedAlarm) GetPerceivedSeverityOk

func (o *NotifyChangedAlarm) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.

func (*NotifyChangedAlarm) GetProbableCause

func (o *NotifyChangedAlarm) GetProbableCause() int32

GetProbableCause returns the ProbableCause field value If the value is explicit nil, the zero value for int32 will be returned

func (*NotifyChangedAlarm) GetProbableCauseOk

func (o *NotifyChangedAlarm) GetProbableCauseOk() (*int32, bool)

GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (NotifyChangedAlarm) MarshalJSON

func (o NotifyChangedAlarm) MarshalJSON() ([]byte, error)

func (*NotifyChangedAlarm) SetAlarmId

func (o *NotifyChangedAlarm) SetAlarmId(v string)

SetAlarmId sets field value

func (*NotifyChangedAlarm) SetAlarmType

func (o *NotifyChangedAlarm) SetAlarmType(v AlarmType)

SetAlarmType sets field value

func (*NotifyChangedAlarm) SetPerceivedSeverity

func (o *NotifyChangedAlarm) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity sets field value

func (*NotifyChangedAlarm) SetProbableCause

func (o *NotifyChangedAlarm) SetProbableCause(v int32)

SetProbableCause sets field value

func (NotifyChangedAlarm) ToMap

func (o NotifyChangedAlarm) ToMap() (map[string]interface{}, error)

func (*NotifyChangedAlarm) UnmarshalJSON

func (o *NotifyChangedAlarm) UnmarshalJSON(bytes []byte) (err error)

type NotifyChangedAlarmGeneral

type NotifyChangedAlarmGeneral struct {
	NotificationHeader
	AlarmId                 string                   `json:"alarmId"`
	AlarmType               AlarmType                `json:"alarmType"`
	ProbableCause           NullableInt32            `json:"probableCause"`
	SpecificProblem         *SpecificProblem         `json:"specificProblem,omitempty"`
	PerceivedSeverity       *PerceivedSeverity       `json:"perceivedSeverity,omitempty"`
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	BackedUpStatus          *bool                    `json:"backedUpStatus,omitempty"`
	BackUpObject            *string                  `json:"backUpObject,omitempty"`
	TrendIndication         *TrendIndication         `json:"trendIndication,omitempty"`
	ThresholdInfo           *ThresholdInfo           `json:"thresholdInfo,omitempty"`
	// The first array item contains the attribute name value pairs with the new values, and the second array item the attribute name value pairs with the optional old values.
	StateChangeDefinition []map[string]interface{} `json:"stateChangeDefinition,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	MonitoredAttributes   map[string]interface{} `json:"monitoredAttributes,omitempty"`
	ProposedRepairActions *string                `json:"proposedRepairActions,omitempty"`
	AdditionalText        *string                `json:"additionalText,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	AdditionalInformation map[string]interface{} `json:"additionalInformation,omitempty"`
	RootCauseIndicator    *bool                  `json:"rootCauseIndicator,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	ChangedAlarmAttributes map[string]interface{} `json:"changedAlarmAttributes,omitempty"`
}

NotifyChangedAlarmGeneral struct for NotifyChangedAlarmGeneral

func NewNotifyChangedAlarmGeneral

func NewNotifyChangedAlarmGeneral(alarmId string, alarmType AlarmType, probableCause NullableInt32, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyChangedAlarmGeneral

NewNotifyChangedAlarmGeneral instantiates a new NotifyChangedAlarmGeneral 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 NewNotifyChangedAlarmGeneralWithDefaults

func NewNotifyChangedAlarmGeneralWithDefaults() *NotifyChangedAlarmGeneral

NewNotifyChangedAlarmGeneralWithDefaults instantiates a new NotifyChangedAlarmGeneral 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 (*NotifyChangedAlarmGeneral) GetAdditionalInformation

func (o *NotifyChangedAlarmGeneral) GetAdditionalInformation() map[string]interface{}

GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetAdditionalInformationOk

func (o *NotifyChangedAlarmGeneral) GetAdditionalInformationOk() (map[string]interface{}, bool)

GetAdditionalInformationOk returns a tuple with the AdditionalInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetAdditionalText

func (o *NotifyChangedAlarmGeneral) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetAdditionalTextOk

func (o *NotifyChangedAlarmGeneral) GetAdditionalTextOk() (*string, bool)

GetAdditionalTextOk returns a tuple with the AdditionalText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetAlarmId

func (o *NotifyChangedAlarmGeneral) GetAlarmId() string

GetAlarmId returns the AlarmId field value

func (*NotifyChangedAlarmGeneral) GetAlarmIdOk

func (o *NotifyChangedAlarmGeneral) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetAlarmType

func (o *NotifyChangedAlarmGeneral) GetAlarmType() AlarmType

GetAlarmType returns the AlarmType field value

func (*NotifyChangedAlarmGeneral) GetAlarmTypeOk

func (o *NotifyChangedAlarmGeneral) GetAlarmTypeOk() (*AlarmType, bool)

GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetBackUpObject

func (o *NotifyChangedAlarmGeneral) GetBackUpObject() string

GetBackUpObject returns the BackUpObject field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetBackUpObjectOk

func (o *NotifyChangedAlarmGeneral) GetBackUpObjectOk() (*string, bool)

GetBackUpObjectOk returns a tuple with the BackUpObject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetBackedUpStatus

func (o *NotifyChangedAlarmGeneral) GetBackedUpStatus() bool

GetBackedUpStatus returns the BackedUpStatus field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetBackedUpStatusOk

func (o *NotifyChangedAlarmGeneral) GetBackedUpStatusOk() (*bool, bool)

GetBackedUpStatusOk returns a tuple with the BackedUpStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetChangedAlarmAttributes

func (o *NotifyChangedAlarmGeneral) GetChangedAlarmAttributes() map[string]interface{}

GetChangedAlarmAttributes returns the ChangedAlarmAttributes field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetChangedAlarmAttributesOk

func (o *NotifyChangedAlarmGeneral) GetChangedAlarmAttributesOk() (map[string]interface{}, bool)

GetChangedAlarmAttributesOk returns a tuple with the ChangedAlarmAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetCorrelatedNotifications

func (o *NotifyChangedAlarmGeneral) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetCorrelatedNotificationsOk

func (o *NotifyChangedAlarmGeneral) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)

GetCorrelatedNotificationsOk returns a tuple with the CorrelatedNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetMonitoredAttributes

func (o *NotifyChangedAlarmGeneral) GetMonitoredAttributes() map[string]interface{}

GetMonitoredAttributes returns the MonitoredAttributes field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetMonitoredAttributesOk

func (o *NotifyChangedAlarmGeneral) GetMonitoredAttributesOk() (map[string]interface{}, bool)

GetMonitoredAttributesOk returns a tuple with the MonitoredAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetPerceivedSeverity

func (o *NotifyChangedAlarmGeneral) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetPerceivedSeverityOk

func (o *NotifyChangedAlarmGeneral) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetProbableCause

func (o *NotifyChangedAlarmGeneral) GetProbableCause() int32

GetProbableCause returns the ProbableCause field value If the value is explicit nil, the zero value for int32 will be returned

func (*NotifyChangedAlarmGeneral) GetProbableCauseOk

func (o *NotifyChangedAlarmGeneral) GetProbableCauseOk() (*int32, bool)

GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotifyChangedAlarmGeneral) GetProposedRepairActions

func (o *NotifyChangedAlarmGeneral) GetProposedRepairActions() string

GetProposedRepairActions returns the ProposedRepairActions field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetProposedRepairActionsOk

func (o *NotifyChangedAlarmGeneral) GetProposedRepairActionsOk() (*string, bool)

GetProposedRepairActionsOk returns a tuple with the ProposedRepairActions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetRootCauseIndicator

func (o *NotifyChangedAlarmGeneral) GetRootCauseIndicator() bool

GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetRootCauseIndicatorOk

func (o *NotifyChangedAlarmGeneral) GetRootCauseIndicatorOk() (*bool, bool)

GetRootCauseIndicatorOk returns a tuple with the RootCauseIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetSpecificProblem

func (o *NotifyChangedAlarmGeneral) GetSpecificProblem() SpecificProblem

GetSpecificProblem returns the SpecificProblem field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetSpecificProblemOk

func (o *NotifyChangedAlarmGeneral) GetSpecificProblemOk() (*SpecificProblem, bool)

GetSpecificProblemOk returns a tuple with the SpecificProblem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetStateChangeDefinition

func (o *NotifyChangedAlarmGeneral) GetStateChangeDefinition() []map[string]interface{}

GetStateChangeDefinition returns the StateChangeDefinition field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetStateChangeDefinitionOk

func (o *NotifyChangedAlarmGeneral) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)

GetStateChangeDefinitionOk returns a tuple with the StateChangeDefinition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetThresholdInfo

func (o *NotifyChangedAlarmGeneral) GetThresholdInfo() ThresholdInfo

GetThresholdInfo returns the ThresholdInfo field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetThresholdInfoOk

func (o *NotifyChangedAlarmGeneral) GetThresholdInfoOk() (*ThresholdInfo, bool)

GetThresholdInfoOk returns a tuple with the ThresholdInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) GetTrendIndication

func (o *NotifyChangedAlarmGeneral) GetTrendIndication() TrendIndication

GetTrendIndication returns the TrendIndication field value if set, zero value otherwise.

func (*NotifyChangedAlarmGeneral) GetTrendIndicationOk

func (o *NotifyChangedAlarmGeneral) GetTrendIndicationOk() (*TrendIndication, bool)

GetTrendIndicationOk returns a tuple with the TrendIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedAlarmGeneral) HasAdditionalInformation

func (o *NotifyChangedAlarmGeneral) HasAdditionalInformation() bool

HasAdditionalInformation returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasAdditionalText

func (o *NotifyChangedAlarmGeneral) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasBackUpObject

func (o *NotifyChangedAlarmGeneral) HasBackUpObject() bool

HasBackUpObject returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasBackedUpStatus

func (o *NotifyChangedAlarmGeneral) HasBackedUpStatus() bool

HasBackedUpStatus returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasChangedAlarmAttributes

func (o *NotifyChangedAlarmGeneral) HasChangedAlarmAttributes() bool

HasChangedAlarmAttributes returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasCorrelatedNotifications

func (o *NotifyChangedAlarmGeneral) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasMonitoredAttributes

func (o *NotifyChangedAlarmGeneral) HasMonitoredAttributes() bool

HasMonitoredAttributes returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasPerceivedSeverity

func (o *NotifyChangedAlarmGeneral) HasPerceivedSeverity() bool

HasPerceivedSeverity returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasProposedRepairActions

func (o *NotifyChangedAlarmGeneral) HasProposedRepairActions() bool

HasProposedRepairActions returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasRootCauseIndicator

func (o *NotifyChangedAlarmGeneral) HasRootCauseIndicator() bool

HasRootCauseIndicator returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasSpecificProblem

func (o *NotifyChangedAlarmGeneral) HasSpecificProblem() bool

HasSpecificProblem returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasStateChangeDefinition

func (o *NotifyChangedAlarmGeneral) HasStateChangeDefinition() bool

HasStateChangeDefinition returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasThresholdInfo

func (o *NotifyChangedAlarmGeneral) HasThresholdInfo() bool

HasThresholdInfo returns a boolean if a field has been set.

func (*NotifyChangedAlarmGeneral) HasTrendIndication

func (o *NotifyChangedAlarmGeneral) HasTrendIndication() bool

HasTrendIndication returns a boolean if a field has been set.

func (NotifyChangedAlarmGeneral) MarshalJSON

func (o NotifyChangedAlarmGeneral) MarshalJSON() ([]byte, error)

func (*NotifyChangedAlarmGeneral) SetAdditionalInformation

func (o *NotifyChangedAlarmGeneral) SetAdditionalInformation(v map[string]interface{})

SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.

func (*NotifyChangedAlarmGeneral) SetAdditionalText

func (o *NotifyChangedAlarmGeneral) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*NotifyChangedAlarmGeneral) SetAlarmId

func (o *NotifyChangedAlarmGeneral) SetAlarmId(v string)

SetAlarmId sets field value

func (*NotifyChangedAlarmGeneral) SetAlarmType

func (o *NotifyChangedAlarmGeneral) SetAlarmType(v AlarmType)

SetAlarmType sets field value

func (*NotifyChangedAlarmGeneral) SetBackUpObject

func (o *NotifyChangedAlarmGeneral) SetBackUpObject(v string)

SetBackUpObject gets a reference to the given string and assigns it to the BackUpObject field.

func (*NotifyChangedAlarmGeneral) SetBackedUpStatus

func (o *NotifyChangedAlarmGeneral) SetBackedUpStatus(v bool)

SetBackedUpStatus gets a reference to the given bool and assigns it to the BackedUpStatus field.

func (*NotifyChangedAlarmGeneral) SetChangedAlarmAttributes

func (o *NotifyChangedAlarmGeneral) SetChangedAlarmAttributes(v map[string]interface{})

SetChangedAlarmAttributes gets a reference to the given map[string]interface{} and assigns it to the ChangedAlarmAttributes field.

func (*NotifyChangedAlarmGeneral) SetCorrelatedNotifications

func (o *NotifyChangedAlarmGeneral) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyChangedAlarmGeneral) SetMonitoredAttributes

func (o *NotifyChangedAlarmGeneral) SetMonitoredAttributes(v map[string]interface{})

SetMonitoredAttributes gets a reference to the given map[string]interface{} and assigns it to the MonitoredAttributes field.

func (*NotifyChangedAlarmGeneral) SetPerceivedSeverity

func (o *NotifyChangedAlarmGeneral) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity gets a reference to the given PerceivedSeverity and assigns it to the PerceivedSeverity field.

func (*NotifyChangedAlarmGeneral) SetProbableCause

func (o *NotifyChangedAlarmGeneral) SetProbableCause(v int32)

SetProbableCause sets field value

func (*NotifyChangedAlarmGeneral) SetProposedRepairActions

func (o *NotifyChangedAlarmGeneral) SetProposedRepairActions(v string)

SetProposedRepairActions gets a reference to the given string and assigns it to the ProposedRepairActions field.

func (*NotifyChangedAlarmGeneral) SetRootCauseIndicator

func (o *NotifyChangedAlarmGeneral) SetRootCauseIndicator(v bool)

SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.

func (*NotifyChangedAlarmGeneral) SetSpecificProblem

func (o *NotifyChangedAlarmGeneral) SetSpecificProblem(v SpecificProblem)

SetSpecificProblem gets a reference to the given SpecificProblem and assigns it to the SpecificProblem field.

func (*NotifyChangedAlarmGeneral) SetStateChangeDefinition

func (o *NotifyChangedAlarmGeneral) SetStateChangeDefinition(v []map[string]interface{})

SetStateChangeDefinition gets a reference to the given []map[string]interface{} and assigns it to the StateChangeDefinition field.

func (*NotifyChangedAlarmGeneral) SetThresholdInfo

func (o *NotifyChangedAlarmGeneral) SetThresholdInfo(v ThresholdInfo)

SetThresholdInfo gets a reference to the given ThresholdInfo and assigns it to the ThresholdInfo field.

func (*NotifyChangedAlarmGeneral) SetTrendIndication

func (o *NotifyChangedAlarmGeneral) SetTrendIndication(v TrendIndication)

SetTrendIndication gets a reference to the given TrendIndication and assigns it to the TrendIndication field.

func (NotifyChangedAlarmGeneral) ToMap

func (o NotifyChangedAlarmGeneral) ToMap() (map[string]interface{}, error)

func (*NotifyChangedAlarmGeneral) UnmarshalJSON

func (o *NotifyChangedAlarmGeneral) UnmarshalJSON(bytes []byte) (err error)

type NotifyChangedSecAlarmGeneral

type NotifyChangedSecAlarmGeneral struct {
	NotificationHeader
	AlarmId                 string                   `json:"alarmId"`
	AlarmType               AlarmType                `json:"alarmType"`
	ProbableCause           NullableInt32            `json:"probableCause"`
	PerceivedSeverity       *PerceivedSeverity       `json:"perceivedSeverity,omitempty"`
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	AdditionalText          *string                  `json:"additionalText,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	AdditionalInformation map[string]interface{} `json:"additionalInformation,omitempty"`
	RootCauseIndicator    *bool                  `json:"rootCauseIndicator,omitempty"`
	ServiceUser           string                 `json:"serviceUser"`
	ServiceProvider       string                 `json:"serviceProvider"`
	SecurityAlarmDetector string                 `json:"securityAlarmDetector"`
	// The key of this map is the attribute name, and the value the attribute value.
	ChangedAlarmAttributes map[string]interface{} `json:"changedAlarmAttributes,omitempty"`
}

NotifyChangedSecAlarmGeneral struct for NotifyChangedSecAlarmGeneral

func NewNotifyChangedSecAlarmGeneral

func NewNotifyChangedSecAlarmGeneral(alarmId string, alarmType AlarmType, probableCause NullableInt32, serviceUser string, serviceProvider string, securityAlarmDetector string, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyChangedSecAlarmGeneral

NewNotifyChangedSecAlarmGeneral instantiates a new NotifyChangedSecAlarmGeneral 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 NewNotifyChangedSecAlarmGeneralWithDefaults

func NewNotifyChangedSecAlarmGeneralWithDefaults() *NotifyChangedSecAlarmGeneral

NewNotifyChangedSecAlarmGeneralWithDefaults instantiates a new NotifyChangedSecAlarmGeneral 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 (*NotifyChangedSecAlarmGeneral) GetAdditionalInformation

func (o *NotifyChangedSecAlarmGeneral) GetAdditionalInformation() map[string]interface{}

GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.

func (*NotifyChangedSecAlarmGeneral) GetAdditionalInformationOk

func (o *NotifyChangedSecAlarmGeneral) GetAdditionalInformationOk() (map[string]interface{}, bool)

GetAdditionalInformationOk returns a tuple with the AdditionalInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetAdditionalText

func (o *NotifyChangedSecAlarmGeneral) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*NotifyChangedSecAlarmGeneral) GetAdditionalTextOk

func (o *NotifyChangedSecAlarmGeneral) GetAdditionalTextOk() (*string, bool)

GetAdditionalTextOk returns a tuple with the AdditionalText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetAlarmId

func (o *NotifyChangedSecAlarmGeneral) GetAlarmId() string

GetAlarmId returns the AlarmId field value

func (*NotifyChangedSecAlarmGeneral) GetAlarmIdOk

func (o *NotifyChangedSecAlarmGeneral) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetAlarmType

func (o *NotifyChangedSecAlarmGeneral) GetAlarmType() AlarmType

GetAlarmType returns the AlarmType field value

func (*NotifyChangedSecAlarmGeneral) GetAlarmTypeOk

func (o *NotifyChangedSecAlarmGeneral) GetAlarmTypeOk() (*AlarmType, bool)

GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetChangedAlarmAttributes

func (o *NotifyChangedSecAlarmGeneral) GetChangedAlarmAttributes() map[string]interface{}

GetChangedAlarmAttributes returns the ChangedAlarmAttributes field value if set, zero value otherwise.

func (*NotifyChangedSecAlarmGeneral) GetChangedAlarmAttributesOk

func (o *NotifyChangedSecAlarmGeneral) GetChangedAlarmAttributesOk() (map[string]interface{}, bool)

GetChangedAlarmAttributesOk returns a tuple with the ChangedAlarmAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetCorrelatedNotifications

func (o *NotifyChangedSecAlarmGeneral) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyChangedSecAlarmGeneral) GetCorrelatedNotificationsOk

func (o *NotifyChangedSecAlarmGeneral) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)

GetCorrelatedNotificationsOk returns a tuple with the CorrelatedNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetPerceivedSeverity

func (o *NotifyChangedSecAlarmGeneral) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value if set, zero value otherwise.

func (*NotifyChangedSecAlarmGeneral) GetPerceivedSeverityOk

func (o *NotifyChangedSecAlarmGeneral) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetProbableCause

func (o *NotifyChangedSecAlarmGeneral) GetProbableCause() int32

GetProbableCause returns the ProbableCause field value If the value is explicit nil, the zero value for int32 will be returned

func (*NotifyChangedSecAlarmGeneral) GetProbableCauseOk

func (o *NotifyChangedSecAlarmGeneral) GetProbableCauseOk() (*int32, bool)

GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotifyChangedSecAlarmGeneral) GetRootCauseIndicator

func (o *NotifyChangedSecAlarmGeneral) GetRootCauseIndicator() bool

GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.

func (*NotifyChangedSecAlarmGeneral) GetRootCauseIndicatorOk

func (o *NotifyChangedSecAlarmGeneral) GetRootCauseIndicatorOk() (*bool, bool)

GetRootCauseIndicatorOk returns a tuple with the RootCauseIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetSecurityAlarmDetector

func (o *NotifyChangedSecAlarmGeneral) GetSecurityAlarmDetector() string

GetSecurityAlarmDetector returns the SecurityAlarmDetector field value

func (*NotifyChangedSecAlarmGeneral) GetSecurityAlarmDetectorOk

func (o *NotifyChangedSecAlarmGeneral) GetSecurityAlarmDetectorOk() (*string, bool)

GetSecurityAlarmDetectorOk returns a tuple with the SecurityAlarmDetector field value and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetServiceProvider

func (o *NotifyChangedSecAlarmGeneral) GetServiceProvider() string

GetServiceProvider returns the ServiceProvider field value

func (*NotifyChangedSecAlarmGeneral) GetServiceProviderOk

func (o *NotifyChangedSecAlarmGeneral) GetServiceProviderOk() (*string, bool)

GetServiceProviderOk returns a tuple with the ServiceProvider field value and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) GetServiceUser

func (o *NotifyChangedSecAlarmGeneral) GetServiceUser() string

GetServiceUser returns the ServiceUser field value

func (*NotifyChangedSecAlarmGeneral) GetServiceUserOk

func (o *NotifyChangedSecAlarmGeneral) GetServiceUserOk() (*string, bool)

GetServiceUserOk returns a tuple with the ServiceUser field value and a boolean to check if the value has been set.

func (*NotifyChangedSecAlarmGeneral) HasAdditionalInformation

func (o *NotifyChangedSecAlarmGeneral) HasAdditionalInformation() bool

HasAdditionalInformation returns a boolean if a field has been set.

func (*NotifyChangedSecAlarmGeneral) HasAdditionalText

func (o *NotifyChangedSecAlarmGeneral) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*NotifyChangedSecAlarmGeneral) HasChangedAlarmAttributes

func (o *NotifyChangedSecAlarmGeneral) HasChangedAlarmAttributes() bool

HasChangedAlarmAttributes returns a boolean if a field has been set.

func (*NotifyChangedSecAlarmGeneral) HasCorrelatedNotifications

func (o *NotifyChangedSecAlarmGeneral) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*NotifyChangedSecAlarmGeneral) HasPerceivedSeverity

func (o *NotifyChangedSecAlarmGeneral) HasPerceivedSeverity() bool

HasPerceivedSeverity returns a boolean if a field has been set.

func (*NotifyChangedSecAlarmGeneral) HasRootCauseIndicator

func (o *NotifyChangedSecAlarmGeneral) HasRootCauseIndicator() bool

HasRootCauseIndicator returns a boolean if a field has been set.

func (NotifyChangedSecAlarmGeneral) MarshalJSON

func (o NotifyChangedSecAlarmGeneral) MarshalJSON() ([]byte, error)

func (*NotifyChangedSecAlarmGeneral) SetAdditionalInformation

func (o *NotifyChangedSecAlarmGeneral) SetAdditionalInformation(v map[string]interface{})

SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.

func (*NotifyChangedSecAlarmGeneral) SetAdditionalText

func (o *NotifyChangedSecAlarmGeneral) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*NotifyChangedSecAlarmGeneral) SetAlarmId

func (o *NotifyChangedSecAlarmGeneral) SetAlarmId(v string)

SetAlarmId sets field value

func (*NotifyChangedSecAlarmGeneral) SetAlarmType

func (o *NotifyChangedSecAlarmGeneral) SetAlarmType(v AlarmType)

SetAlarmType sets field value

func (*NotifyChangedSecAlarmGeneral) SetChangedAlarmAttributes

func (o *NotifyChangedSecAlarmGeneral) SetChangedAlarmAttributes(v map[string]interface{})

SetChangedAlarmAttributes gets a reference to the given map[string]interface{} and assigns it to the ChangedAlarmAttributes field.

func (*NotifyChangedSecAlarmGeneral) SetCorrelatedNotifications

func (o *NotifyChangedSecAlarmGeneral) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyChangedSecAlarmGeneral) SetPerceivedSeverity

func (o *NotifyChangedSecAlarmGeneral) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity gets a reference to the given PerceivedSeverity and assigns it to the PerceivedSeverity field.

func (*NotifyChangedSecAlarmGeneral) SetProbableCause

func (o *NotifyChangedSecAlarmGeneral) SetProbableCause(v int32)

SetProbableCause sets field value

func (*NotifyChangedSecAlarmGeneral) SetRootCauseIndicator

func (o *NotifyChangedSecAlarmGeneral) SetRootCauseIndicator(v bool)

SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.

func (*NotifyChangedSecAlarmGeneral) SetSecurityAlarmDetector

func (o *NotifyChangedSecAlarmGeneral) SetSecurityAlarmDetector(v string)

SetSecurityAlarmDetector sets field value

func (*NotifyChangedSecAlarmGeneral) SetServiceProvider

func (o *NotifyChangedSecAlarmGeneral) SetServiceProvider(v string)

SetServiceProvider sets field value

func (*NotifyChangedSecAlarmGeneral) SetServiceUser

func (o *NotifyChangedSecAlarmGeneral) SetServiceUser(v string)

SetServiceUser sets field value

func (NotifyChangedSecAlarmGeneral) ToMap

func (o NotifyChangedSecAlarmGeneral) ToMap() (map[string]interface{}, error)

func (*NotifyChangedSecAlarmGeneral) UnmarshalJSON

func (o *NotifyChangedSecAlarmGeneral) UnmarshalJSON(bytes []byte) (err error)

type NotifyClearedAlarm

type NotifyClearedAlarm struct {
	NotificationHeader
	AlarmId                 string                   `json:"alarmId"`
	AlarmType               AlarmType                `json:"alarmType"`
	ProbableCause           NullableInt32            `json:"probableCause"`
	PerceivedSeverity       PerceivedSeverity        `json:"perceivedSeverity"`
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	ClearUserId             *string                  `json:"clearUserId,omitempty"`
	ClearSystemId           *string                  `json:"clearSystemId,omitempty"`
}

NotifyClearedAlarm struct for NotifyClearedAlarm

func NewNotifyClearedAlarm

func NewNotifyClearedAlarm(alarmId string, alarmType AlarmType, probableCause NullableInt32, perceivedSeverity PerceivedSeverity, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyClearedAlarm

NewNotifyClearedAlarm instantiates a new NotifyClearedAlarm 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 NewNotifyClearedAlarmWithDefaults

func NewNotifyClearedAlarmWithDefaults() *NotifyClearedAlarm

NewNotifyClearedAlarmWithDefaults instantiates a new NotifyClearedAlarm 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 (*NotifyClearedAlarm) GetAlarmId

func (o *NotifyClearedAlarm) GetAlarmId() string

GetAlarmId returns the AlarmId field value

func (*NotifyClearedAlarm) GetAlarmIdOk

func (o *NotifyClearedAlarm) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*NotifyClearedAlarm) GetAlarmType

func (o *NotifyClearedAlarm) GetAlarmType() AlarmType

GetAlarmType returns the AlarmType field value

func (*NotifyClearedAlarm) GetAlarmTypeOk

func (o *NotifyClearedAlarm) GetAlarmTypeOk() (*AlarmType, bool)

GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.

func (*NotifyClearedAlarm) GetClearSystemId

func (o *NotifyClearedAlarm) GetClearSystemId() string

GetClearSystemId returns the ClearSystemId field value if set, zero value otherwise.

func (*NotifyClearedAlarm) GetClearSystemIdOk

func (o *NotifyClearedAlarm) GetClearSystemIdOk() (*string, bool)

GetClearSystemIdOk returns a tuple with the ClearSystemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyClearedAlarm) GetClearUserId

func (o *NotifyClearedAlarm) GetClearUserId() string

GetClearUserId returns the ClearUserId field value if set, zero value otherwise.

func (*NotifyClearedAlarm) GetClearUserIdOk

func (o *NotifyClearedAlarm) GetClearUserIdOk() (*string, bool)

GetClearUserIdOk returns a tuple with the ClearUserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyClearedAlarm) GetCorrelatedNotifications

func (o *NotifyClearedAlarm) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyClearedAlarm) GetCorrelatedNotificationsOk

func (o *NotifyClearedAlarm) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)

GetCorrelatedNotificationsOk returns a tuple with the CorrelatedNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyClearedAlarm) GetPerceivedSeverity

func (o *NotifyClearedAlarm) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value

func (*NotifyClearedAlarm) GetPerceivedSeverityOk

func (o *NotifyClearedAlarm) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.

func (*NotifyClearedAlarm) GetProbableCause

func (o *NotifyClearedAlarm) GetProbableCause() int32

GetProbableCause returns the ProbableCause field value If the value is explicit nil, the zero value for int32 will be returned

func (*NotifyClearedAlarm) GetProbableCauseOk

func (o *NotifyClearedAlarm) GetProbableCauseOk() (*int32, bool)

GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotifyClearedAlarm) HasClearSystemId

func (o *NotifyClearedAlarm) HasClearSystemId() bool

HasClearSystemId returns a boolean if a field has been set.

func (*NotifyClearedAlarm) HasClearUserId

func (o *NotifyClearedAlarm) HasClearUserId() bool

HasClearUserId returns a boolean if a field has been set.

func (*NotifyClearedAlarm) HasCorrelatedNotifications

func (o *NotifyClearedAlarm) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (NotifyClearedAlarm) MarshalJSON

func (o NotifyClearedAlarm) MarshalJSON() ([]byte, error)

func (*NotifyClearedAlarm) SetAlarmId

func (o *NotifyClearedAlarm) SetAlarmId(v string)

SetAlarmId sets field value

func (*NotifyClearedAlarm) SetAlarmType

func (o *NotifyClearedAlarm) SetAlarmType(v AlarmType)

SetAlarmType sets field value

func (*NotifyClearedAlarm) SetClearSystemId

func (o *NotifyClearedAlarm) SetClearSystemId(v string)

SetClearSystemId gets a reference to the given string and assigns it to the ClearSystemId field.

func (*NotifyClearedAlarm) SetClearUserId

func (o *NotifyClearedAlarm) SetClearUserId(v string)

SetClearUserId gets a reference to the given string and assigns it to the ClearUserId field.

func (*NotifyClearedAlarm) SetCorrelatedNotifications

func (o *NotifyClearedAlarm) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyClearedAlarm) SetPerceivedSeverity

func (o *NotifyClearedAlarm) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity sets field value

func (*NotifyClearedAlarm) SetProbableCause

func (o *NotifyClearedAlarm) SetProbableCause(v int32)

SetProbableCause sets field value

func (NotifyClearedAlarm) ToMap

func (o NotifyClearedAlarm) ToMap() (map[string]interface{}, error)

func (*NotifyClearedAlarm) UnmarshalJSON

func (o *NotifyClearedAlarm) UnmarshalJSON(bytes []byte) (err error)

type NotifyComments

type NotifyComments struct {
	NotificationHeader
	AlarmId           string            `json:"alarmId"`
	AlarmType         AlarmType         `json:"alarmType"`
	ProbableCause     NullableInt32     `json:"probableCause"`
	PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"`
	// Collection of comments. The comment identifiers are allocated by the MnS producer and used as key in the map.
	Comments map[string]Comment `json:"comments"`
}

NotifyComments struct for NotifyComments

func NewNotifyComments

func NewNotifyComments(alarmId string, alarmType AlarmType, probableCause NullableInt32, perceivedSeverity PerceivedSeverity, comments map[string]Comment, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyComments

NewNotifyComments instantiates a new NotifyComments 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 NewNotifyCommentsWithDefaults

func NewNotifyCommentsWithDefaults() *NotifyComments

NewNotifyCommentsWithDefaults instantiates a new NotifyComments 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 (*NotifyComments) GetAlarmId

func (o *NotifyComments) GetAlarmId() string

GetAlarmId returns the AlarmId field value

func (*NotifyComments) GetAlarmIdOk

func (o *NotifyComments) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*NotifyComments) GetAlarmType

func (o *NotifyComments) GetAlarmType() AlarmType

GetAlarmType returns the AlarmType field value

func (*NotifyComments) GetAlarmTypeOk

func (o *NotifyComments) GetAlarmTypeOk() (*AlarmType, bool)

GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.

func (*NotifyComments) GetComments

func (o *NotifyComments) GetComments() map[string]Comment

GetComments returns the Comments field value

func (*NotifyComments) GetCommentsOk

func (o *NotifyComments) GetCommentsOk() (*map[string]Comment, bool)

GetCommentsOk returns a tuple with the Comments field value and a boolean to check if the value has been set.

func (*NotifyComments) GetPerceivedSeverity

func (o *NotifyComments) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value

func (*NotifyComments) GetPerceivedSeverityOk

func (o *NotifyComments) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.

func (*NotifyComments) GetProbableCause

func (o *NotifyComments) GetProbableCause() int32

GetProbableCause returns the ProbableCause field value If the value is explicit nil, the zero value for int32 will be returned

func (*NotifyComments) GetProbableCauseOk

func (o *NotifyComments) GetProbableCauseOk() (*int32, bool)

GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (NotifyComments) MarshalJSON

func (o NotifyComments) MarshalJSON() ([]byte, error)

func (*NotifyComments) SetAlarmId

func (o *NotifyComments) SetAlarmId(v string)

SetAlarmId sets field value

func (*NotifyComments) SetAlarmType

func (o *NotifyComments) SetAlarmType(v AlarmType)

SetAlarmType sets field value

func (*NotifyComments) SetComments

func (o *NotifyComments) SetComments(v map[string]Comment)

SetComments sets field value

func (*NotifyComments) SetPerceivedSeverity

func (o *NotifyComments) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity sets field value

func (*NotifyComments) SetProbableCause

func (o *NotifyComments) SetProbableCause(v int32)

SetProbableCause sets field value

func (NotifyComments) ToMap

func (o NotifyComments) ToMap() (map[string]interface{}, error)

func (*NotifyComments) UnmarshalJSON

func (o *NotifyComments) UnmarshalJSON(bytes []byte) (err error)

type NotifyCorrelatedNotificationChanged

type NotifyCorrelatedNotificationChanged struct {
	NotificationHeader
	AlarmId                 string                   `json:"alarmId"`
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications"`
	RootCauseIndicator      *bool                    `json:"rootCauseIndicator,omitempty"`
}

NotifyCorrelatedNotificationChanged struct for NotifyCorrelatedNotificationChanged

func NewNotifyCorrelatedNotificationChanged

func NewNotifyCorrelatedNotificationChanged(alarmId string, correlatedNotifications []CorrelatedNotification, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyCorrelatedNotificationChanged

NewNotifyCorrelatedNotificationChanged instantiates a new NotifyCorrelatedNotificationChanged 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 NewNotifyCorrelatedNotificationChangedWithDefaults

func NewNotifyCorrelatedNotificationChangedWithDefaults() *NotifyCorrelatedNotificationChanged

NewNotifyCorrelatedNotificationChangedWithDefaults instantiates a new NotifyCorrelatedNotificationChanged 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 (*NotifyCorrelatedNotificationChanged) GetAlarmId

GetAlarmId returns the AlarmId field value

func (*NotifyCorrelatedNotificationChanged) GetAlarmIdOk

func (o *NotifyCorrelatedNotificationChanged) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*NotifyCorrelatedNotificationChanged) GetCorrelatedNotifications

func (o *NotifyCorrelatedNotificationChanged) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value

func (*NotifyCorrelatedNotificationChanged) GetCorrelatedNotificationsOk

func (o *NotifyCorrelatedNotificationChanged) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)

GetCorrelatedNotificationsOk returns a tuple with the CorrelatedNotifications field value and a boolean to check if the value has been set.

func (*NotifyCorrelatedNotificationChanged) GetRootCauseIndicator

func (o *NotifyCorrelatedNotificationChanged) GetRootCauseIndicator() bool

GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.

func (*NotifyCorrelatedNotificationChanged) GetRootCauseIndicatorOk

func (o *NotifyCorrelatedNotificationChanged) GetRootCauseIndicatorOk() (*bool, bool)

GetRootCauseIndicatorOk returns a tuple with the RootCauseIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyCorrelatedNotificationChanged) HasRootCauseIndicator

func (o *NotifyCorrelatedNotificationChanged) HasRootCauseIndicator() bool

HasRootCauseIndicator returns a boolean if a field has been set.

func (NotifyCorrelatedNotificationChanged) MarshalJSON

func (o NotifyCorrelatedNotificationChanged) MarshalJSON() ([]byte, error)

func (*NotifyCorrelatedNotificationChanged) SetAlarmId

SetAlarmId sets field value

func (*NotifyCorrelatedNotificationChanged) SetCorrelatedNotifications

func (o *NotifyCorrelatedNotificationChanged) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications sets field value

func (*NotifyCorrelatedNotificationChanged) SetRootCauseIndicator

func (o *NotifyCorrelatedNotificationChanged) SetRootCauseIndicator(v bool)

SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.

func (NotifyCorrelatedNotificationChanged) ToMap

func (o NotifyCorrelatedNotificationChanged) ToMap() (map[string]interface{}, error)

func (*NotifyCorrelatedNotificationChanged) UnmarshalJSON

func (o *NotifyCorrelatedNotificationChanged) UnmarshalJSON(bytes []byte) (err error)

type NotifyNewAlarm

type NotifyNewAlarm struct {
	NotificationHeader
	AlarmId                 string                   `json:"alarmId"`
	AlarmType               AlarmType                `json:"alarmType"`
	ProbableCause           NullableInt32            `json:"probableCause"`
	SpecificProblem         *SpecificProblem         `json:"specificProblem,omitempty"`
	PerceivedSeverity       PerceivedSeverity        `json:"perceivedSeverity"`
	BackedUpStatus          *bool                    `json:"backedUpStatus,omitempty"`
	BackUpObject            *string                  `json:"backUpObject,omitempty"`
	TrendIndication         *TrendIndication         `json:"trendIndication,omitempty"`
	ThresholdInfo           *ThresholdInfo           `json:"thresholdInfo,omitempty"`
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	// The first array item contains the attribute name value pairs with the new values, and the second array item the attribute name value pairs with the optional old values.
	StateChangeDefinition []map[string]interface{} `json:"stateChangeDefinition,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	MonitoredAttributes   map[string]interface{} `json:"monitoredAttributes,omitempty"`
	ProposedRepairActions *string                `json:"proposedRepairActions,omitempty"`
	AdditionalText        *string                `json:"additionalText,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	AdditionalInformation map[string]interface{} `json:"additionalInformation,omitempty"`
	RootCauseIndicator    *bool                  `json:"rootCauseIndicator,omitempty"`
}

NotifyNewAlarm struct for NotifyNewAlarm

func NewNotifyNewAlarm

func NewNotifyNewAlarm(alarmId string, alarmType AlarmType, probableCause NullableInt32, perceivedSeverity PerceivedSeverity, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyNewAlarm

NewNotifyNewAlarm instantiates a new NotifyNewAlarm 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 NewNotifyNewAlarmWithDefaults

func NewNotifyNewAlarmWithDefaults() *NotifyNewAlarm

NewNotifyNewAlarmWithDefaults instantiates a new NotifyNewAlarm 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 (*NotifyNewAlarm) GetAdditionalInformation

func (o *NotifyNewAlarm) GetAdditionalInformation() map[string]interface{}

GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetAdditionalInformationOk

func (o *NotifyNewAlarm) GetAdditionalInformationOk() (map[string]interface{}, bool)

GetAdditionalInformationOk returns a tuple with the AdditionalInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetAdditionalText

func (o *NotifyNewAlarm) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetAdditionalTextOk

func (o *NotifyNewAlarm) GetAdditionalTextOk() (*string, bool)

GetAdditionalTextOk returns a tuple with the AdditionalText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetAlarmId

func (o *NotifyNewAlarm) GetAlarmId() string

GetAlarmId returns the AlarmId field value

func (*NotifyNewAlarm) GetAlarmIdOk

func (o *NotifyNewAlarm) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetAlarmType

func (o *NotifyNewAlarm) GetAlarmType() AlarmType

GetAlarmType returns the AlarmType field value

func (*NotifyNewAlarm) GetAlarmTypeOk

func (o *NotifyNewAlarm) GetAlarmTypeOk() (*AlarmType, bool)

GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetBackUpObject

func (o *NotifyNewAlarm) GetBackUpObject() string

GetBackUpObject returns the BackUpObject field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetBackUpObjectOk

func (o *NotifyNewAlarm) GetBackUpObjectOk() (*string, bool)

GetBackUpObjectOk returns a tuple with the BackUpObject field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetBackedUpStatus

func (o *NotifyNewAlarm) GetBackedUpStatus() bool

GetBackedUpStatus returns the BackedUpStatus field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetBackedUpStatusOk

func (o *NotifyNewAlarm) GetBackedUpStatusOk() (*bool, bool)

GetBackedUpStatusOk returns a tuple with the BackedUpStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetCorrelatedNotifications

func (o *NotifyNewAlarm) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetCorrelatedNotificationsOk

func (o *NotifyNewAlarm) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)

GetCorrelatedNotificationsOk returns a tuple with the CorrelatedNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetMonitoredAttributes

func (o *NotifyNewAlarm) GetMonitoredAttributes() map[string]interface{}

GetMonitoredAttributes returns the MonitoredAttributes field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetMonitoredAttributesOk

func (o *NotifyNewAlarm) GetMonitoredAttributesOk() (map[string]interface{}, bool)

GetMonitoredAttributesOk returns a tuple with the MonitoredAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetPerceivedSeverity

func (o *NotifyNewAlarm) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value

func (*NotifyNewAlarm) GetPerceivedSeverityOk

func (o *NotifyNewAlarm) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetProbableCause

func (o *NotifyNewAlarm) GetProbableCause() int32

GetProbableCause returns the ProbableCause field value If the value is explicit nil, the zero value for int32 will be returned

func (*NotifyNewAlarm) GetProbableCauseOk

func (o *NotifyNewAlarm) GetProbableCauseOk() (*int32, bool)

GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotifyNewAlarm) GetProposedRepairActions

func (o *NotifyNewAlarm) GetProposedRepairActions() string

GetProposedRepairActions returns the ProposedRepairActions field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetProposedRepairActionsOk

func (o *NotifyNewAlarm) GetProposedRepairActionsOk() (*string, bool)

GetProposedRepairActionsOk returns a tuple with the ProposedRepairActions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetRootCauseIndicator

func (o *NotifyNewAlarm) GetRootCauseIndicator() bool

GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetRootCauseIndicatorOk

func (o *NotifyNewAlarm) GetRootCauseIndicatorOk() (*bool, bool)

GetRootCauseIndicatorOk returns a tuple with the RootCauseIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetSpecificProblem

func (o *NotifyNewAlarm) GetSpecificProblem() SpecificProblem

GetSpecificProblem returns the SpecificProblem field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetSpecificProblemOk

func (o *NotifyNewAlarm) GetSpecificProblemOk() (*SpecificProblem, bool)

GetSpecificProblemOk returns a tuple with the SpecificProblem field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetStateChangeDefinition

func (o *NotifyNewAlarm) GetStateChangeDefinition() []map[string]interface{}

GetStateChangeDefinition returns the StateChangeDefinition field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetStateChangeDefinitionOk

func (o *NotifyNewAlarm) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)

GetStateChangeDefinitionOk returns a tuple with the StateChangeDefinition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetThresholdInfo

func (o *NotifyNewAlarm) GetThresholdInfo() ThresholdInfo

GetThresholdInfo returns the ThresholdInfo field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetThresholdInfoOk

func (o *NotifyNewAlarm) GetThresholdInfoOk() (*ThresholdInfo, bool)

GetThresholdInfoOk returns a tuple with the ThresholdInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) GetTrendIndication

func (o *NotifyNewAlarm) GetTrendIndication() TrendIndication

GetTrendIndication returns the TrendIndication field value if set, zero value otherwise.

func (*NotifyNewAlarm) GetTrendIndicationOk

func (o *NotifyNewAlarm) GetTrendIndicationOk() (*TrendIndication, bool)

GetTrendIndicationOk returns a tuple with the TrendIndication field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewAlarm) HasAdditionalInformation

func (o *NotifyNewAlarm) HasAdditionalInformation() bool

HasAdditionalInformation returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasAdditionalText

func (o *NotifyNewAlarm) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasBackUpObject

func (o *NotifyNewAlarm) HasBackUpObject() bool

HasBackUpObject returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasBackedUpStatus

func (o *NotifyNewAlarm) HasBackedUpStatus() bool

HasBackedUpStatus returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasCorrelatedNotifications

func (o *NotifyNewAlarm) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasMonitoredAttributes

func (o *NotifyNewAlarm) HasMonitoredAttributes() bool

HasMonitoredAttributes returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasProposedRepairActions

func (o *NotifyNewAlarm) HasProposedRepairActions() bool

HasProposedRepairActions returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasRootCauseIndicator

func (o *NotifyNewAlarm) HasRootCauseIndicator() bool

HasRootCauseIndicator returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasSpecificProblem

func (o *NotifyNewAlarm) HasSpecificProblem() bool

HasSpecificProblem returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasStateChangeDefinition

func (o *NotifyNewAlarm) HasStateChangeDefinition() bool

HasStateChangeDefinition returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasThresholdInfo

func (o *NotifyNewAlarm) HasThresholdInfo() bool

HasThresholdInfo returns a boolean if a field has been set.

func (*NotifyNewAlarm) HasTrendIndication

func (o *NotifyNewAlarm) HasTrendIndication() bool

HasTrendIndication returns a boolean if a field has been set.

func (NotifyNewAlarm) MarshalJSON

func (o NotifyNewAlarm) MarshalJSON() ([]byte, error)

func (*NotifyNewAlarm) SetAdditionalInformation

func (o *NotifyNewAlarm) SetAdditionalInformation(v map[string]interface{})

SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.

func (*NotifyNewAlarm) SetAdditionalText

func (o *NotifyNewAlarm) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*NotifyNewAlarm) SetAlarmId

func (o *NotifyNewAlarm) SetAlarmId(v string)

SetAlarmId sets field value

func (*NotifyNewAlarm) SetAlarmType

func (o *NotifyNewAlarm) SetAlarmType(v AlarmType)

SetAlarmType sets field value

func (*NotifyNewAlarm) SetBackUpObject

func (o *NotifyNewAlarm) SetBackUpObject(v string)

SetBackUpObject gets a reference to the given string and assigns it to the BackUpObject field.

func (*NotifyNewAlarm) SetBackedUpStatus

func (o *NotifyNewAlarm) SetBackedUpStatus(v bool)

SetBackedUpStatus gets a reference to the given bool and assigns it to the BackedUpStatus field.

func (*NotifyNewAlarm) SetCorrelatedNotifications

func (o *NotifyNewAlarm) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyNewAlarm) SetMonitoredAttributes

func (o *NotifyNewAlarm) SetMonitoredAttributes(v map[string]interface{})

SetMonitoredAttributes gets a reference to the given map[string]interface{} and assigns it to the MonitoredAttributes field.

func (*NotifyNewAlarm) SetPerceivedSeverity

func (o *NotifyNewAlarm) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity sets field value

func (*NotifyNewAlarm) SetProbableCause

func (o *NotifyNewAlarm) SetProbableCause(v int32)

SetProbableCause sets field value

func (*NotifyNewAlarm) SetProposedRepairActions

func (o *NotifyNewAlarm) SetProposedRepairActions(v string)

SetProposedRepairActions gets a reference to the given string and assigns it to the ProposedRepairActions field.

func (*NotifyNewAlarm) SetRootCauseIndicator

func (o *NotifyNewAlarm) SetRootCauseIndicator(v bool)

SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.

func (*NotifyNewAlarm) SetSpecificProblem

func (o *NotifyNewAlarm) SetSpecificProblem(v SpecificProblem)

SetSpecificProblem gets a reference to the given SpecificProblem and assigns it to the SpecificProblem field.

func (*NotifyNewAlarm) SetStateChangeDefinition

func (o *NotifyNewAlarm) SetStateChangeDefinition(v []map[string]interface{})

SetStateChangeDefinition gets a reference to the given []map[string]interface{} and assigns it to the StateChangeDefinition field.

func (*NotifyNewAlarm) SetThresholdInfo

func (o *NotifyNewAlarm) SetThresholdInfo(v ThresholdInfo)

SetThresholdInfo gets a reference to the given ThresholdInfo and assigns it to the ThresholdInfo field.

func (*NotifyNewAlarm) SetTrendIndication

func (o *NotifyNewAlarm) SetTrendIndication(v TrendIndication)

SetTrendIndication gets a reference to the given TrendIndication and assigns it to the TrendIndication field.

func (NotifyNewAlarm) ToMap

func (o NotifyNewAlarm) ToMap() (map[string]interface{}, error)

func (*NotifyNewAlarm) UnmarshalJSON

func (o *NotifyNewAlarm) UnmarshalJSON(bytes []byte) (err error)

type NotifyNewSecAlarm

type NotifyNewSecAlarm struct {
	NotificationHeader
	AlarmId                 string                   `json:"alarmId"`
	AlarmType               AlarmType                `json:"alarmType"`
	ProbableCause           NullableInt32            `json:"probableCause"`
	PerceivedSeverity       PerceivedSeverity        `json:"perceivedSeverity"`
	CorrelatedNotifications []CorrelatedNotification `json:"correlatedNotifications,omitempty"`
	AdditionalText          *string                  `json:"additionalText,omitempty"`
	// The key of this map is the attribute name, and the value the attribute value.
	AdditionalInformation map[string]interface{} `json:"additionalInformation,omitempty"`
	RootCauseIndicator    *bool                  `json:"rootCauseIndicator,omitempty"`
	ServiceUser           string                 `json:"serviceUser"`
	ServiceProvider       string                 `json:"serviceProvider"`
	SecurityAlarmDetector string                 `json:"securityAlarmDetector"`
}

NotifyNewSecAlarm struct for NotifyNewSecAlarm

func NewNotifyNewSecAlarm

func NewNotifyNewSecAlarm(alarmId string, alarmType AlarmType, probableCause NullableInt32, perceivedSeverity PerceivedSeverity, serviceUser string, serviceProvider string, securityAlarmDetector string, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyNewSecAlarm

NewNotifyNewSecAlarm instantiates a new NotifyNewSecAlarm 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 NewNotifyNewSecAlarmWithDefaults

func NewNotifyNewSecAlarmWithDefaults() *NotifyNewSecAlarm

NewNotifyNewSecAlarmWithDefaults instantiates a new NotifyNewSecAlarm 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 (*NotifyNewSecAlarm) GetAdditionalInformation

func (o *NotifyNewSecAlarm) GetAdditionalInformation() map[string]interface{}

GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.

func (*NotifyNewSecAlarm) GetAdditionalInformationOk

func (o *NotifyNewSecAlarm) GetAdditionalInformationOk() (map[string]interface{}, bool)

GetAdditionalInformationOk returns a tuple with the AdditionalInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) GetAdditionalText

func (o *NotifyNewSecAlarm) GetAdditionalText() string

GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.

func (*NotifyNewSecAlarm) GetAdditionalTextOk

func (o *NotifyNewSecAlarm) GetAdditionalTextOk() (*string, bool)

GetAdditionalTextOk returns a tuple with the AdditionalText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) GetAlarmId

func (o *NotifyNewSecAlarm) GetAlarmId() string

GetAlarmId returns the AlarmId field value

func (*NotifyNewSecAlarm) GetAlarmIdOk

func (o *NotifyNewSecAlarm) GetAlarmIdOk() (*string, bool)

GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) GetAlarmType

func (o *NotifyNewSecAlarm) GetAlarmType() AlarmType

GetAlarmType returns the AlarmType field value

func (*NotifyNewSecAlarm) GetAlarmTypeOk

func (o *NotifyNewSecAlarm) GetAlarmTypeOk() (*AlarmType, bool)

GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) GetCorrelatedNotifications

func (o *NotifyNewSecAlarm) GetCorrelatedNotifications() []CorrelatedNotification

GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.

func (*NotifyNewSecAlarm) GetCorrelatedNotificationsOk

func (o *NotifyNewSecAlarm) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)

GetCorrelatedNotificationsOk returns a tuple with the CorrelatedNotifications field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) GetPerceivedSeverity

func (o *NotifyNewSecAlarm) GetPerceivedSeverity() PerceivedSeverity

GetPerceivedSeverity returns the PerceivedSeverity field value

func (*NotifyNewSecAlarm) GetPerceivedSeverityOk

func (o *NotifyNewSecAlarm) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)

GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) GetProbableCause

func (o *NotifyNewSecAlarm) GetProbableCause() int32

GetProbableCause returns the ProbableCause field value If the value is explicit nil, the zero value for int32 will be returned

func (*NotifyNewSecAlarm) GetProbableCauseOk

func (o *NotifyNewSecAlarm) GetProbableCauseOk() (*int32, bool)

GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*NotifyNewSecAlarm) GetRootCauseIndicator

func (o *NotifyNewSecAlarm) GetRootCauseIndicator() bool

GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.

func (*NotifyNewSecAlarm) GetRootCauseIndicatorOk

func (o *NotifyNewSecAlarm) GetRootCauseIndicatorOk() (*bool, bool)

GetRootCauseIndicatorOk returns a tuple with the RootCauseIndicator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) GetSecurityAlarmDetector

func (o *NotifyNewSecAlarm) GetSecurityAlarmDetector() string

GetSecurityAlarmDetector returns the SecurityAlarmDetector field value

func (*NotifyNewSecAlarm) GetSecurityAlarmDetectorOk

func (o *NotifyNewSecAlarm) GetSecurityAlarmDetectorOk() (*string, bool)

GetSecurityAlarmDetectorOk returns a tuple with the SecurityAlarmDetector field value and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) GetServiceProvider

func (o *NotifyNewSecAlarm) GetServiceProvider() string

GetServiceProvider returns the ServiceProvider field value

func (*NotifyNewSecAlarm) GetServiceProviderOk

func (o *NotifyNewSecAlarm) GetServiceProviderOk() (*string, bool)

GetServiceProviderOk returns a tuple with the ServiceProvider field value and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) GetServiceUser

func (o *NotifyNewSecAlarm) GetServiceUser() string

GetServiceUser returns the ServiceUser field value

func (*NotifyNewSecAlarm) GetServiceUserOk

func (o *NotifyNewSecAlarm) GetServiceUserOk() (*string, bool)

GetServiceUserOk returns a tuple with the ServiceUser field value and a boolean to check if the value has been set.

func (*NotifyNewSecAlarm) HasAdditionalInformation

func (o *NotifyNewSecAlarm) HasAdditionalInformation() bool

HasAdditionalInformation returns a boolean if a field has been set.

func (*NotifyNewSecAlarm) HasAdditionalText

func (o *NotifyNewSecAlarm) HasAdditionalText() bool

HasAdditionalText returns a boolean if a field has been set.

func (*NotifyNewSecAlarm) HasCorrelatedNotifications

func (o *NotifyNewSecAlarm) HasCorrelatedNotifications() bool

HasCorrelatedNotifications returns a boolean if a field has been set.

func (*NotifyNewSecAlarm) HasRootCauseIndicator

func (o *NotifyNewSecAlarm) HasRootCauseIndicator() bool

HasRootCauseIndicator returns a boolean if a field has been set.

func (NotifyNewSecAlarm) MarshalJSON

func (o NotifyNewSecAlarm) MarshalJSON() ([]byte, error)

func (*NotifyNewSecAlarm) SetAdditionalInformation

func (o *NotifyNewSecAlarm) SetAdditionalInformation(v map[string]interface{})

SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.

func (*NotifyNewSecAlarm) SetAdditionalText

func (o *NotifyNewSecAlarm) SetAdditionalText(v string)

SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.

func (*NotifyNewSecAlarm) SetAlarmId

func (o *NotifyNewSecAlarm) SetAlarmId(v string)

SetAlarmId sets field value

func (*NotifyNewSecAlarm) SetAlarmType

func (o *NotifyNewSecAlarm) SetAlarmType(v AlarmType)

SetAlarmType sets field value

func (*NotifyNewSecAlarm) SetCorrelatedNotifications

func (o *NotifyNewSecAlarm) SetCorrelatedNotifications(v []CorrelatedNotification)

SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.

func (*NotifyNewSecAlarm) SetPerceivedSeverity

func (o *NotifyNewSecAlarm) SetPerceivedSeverity(v PerceivedSeverity)

SetPerceivedSeverity sets field value

func (*NotifyNewSecAlarm) SetProbableCause

func (o *NotifyNewSecAlarm) SetProbableCause(v int32)

SetProbableCause sets field value

func (*NotifyNewSecAlarm) SetRootCauseIndicator

func (o *NotifyNewSecAlarm) SetRootCauseIndicator(v bool)

SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.

func (*NotifyNewSecAlarm) SetSecurityAlarmDetector

func (o *NotifyNewSecAlarm) SetSecurityAlarmDetector(v string)

SetSecurityAlarmDetector sets field value

func (*NotifyNewSecAlarm) SetServiceProvider

func (o *NotifyNewSecAlarm) SetServiceProvider(v string)

SetServiceProvider sets field value

func (*NotifyNewSecAlarm) SetServiceUser

func (o *NotifyNewSecAlarm) SetServiceUser(v string)

SetServiceUser sets field value

func (NotifyNewSecAlarm) ToMap

func (o NotifyNewSecAlarm) ToMap() (map[string]interface{}, error)

func (*NotifyNewSecAlarm) UnmarshalJSON

func (o *NotifyNewSecAlarm) UnmarshalJSON(bytes []byte) (err error)

type NotifyPotentialFaultyAlarmList

type NotifyPotentialFaultyAlarmList struct {
	NotificationHeader
	Reason string `json:"reason"`
}

NotifyPotentialFaultyAlarmList struct for NotifyPotentialFaultyAlarmList

func NewNotifyPotentialFaultyAlarmList

func NewNotifyPotentialFaultyAlarmList(reason string, href string, notificationId int32, notificationType NotificationType, eventTime time.Time, systemDN string) *NotifyPotentialFaultyAlarmList

NewNotifyPotentialFaultyAlarmList instantiates a new NotifyPotentialFaultyAlarmList 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 NewNotifyPotentialFaultyAlarmListWithDefaults

func NewNotifyPotentialFaultyAlarmListWithDefaults() *NotifyPotentialFaultyAlarmList

NewNotifyPotentialFaultyAlarmListWithDefaults instantiates a new NotifyPotentialFaultyAlarmList 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 (*NotifyPotentialFaultyAlarmList) GetReason

func (o *NotifyPotentialFaultyAlarmList) GetReason() string

GetReason returns the Reason field value

func (*NotifyPotentialFaultyAlarmList) GetReasonOk

func (o *NotifyPotentialFaultyAlarmList) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.

func (NotifyPotentialFaultyAlarmList) MarshalJSON

func (o NotifyPotentialFaultyAlarmList) MarshalJSON() ([]byte, error)

func (*NotifyPotentialFaultyAlarmList) SetReason

func (o *NotifyPotentialFaultyAlarmList) SetReason(v string)

SetReason sets field value

func (NotifyPotentialFaultyAlarmList) ToMap

func (o NotifyPotentialFaultyAlarmList) ToMap() (map[string]interface{}, error)

func (*NotifyPotentialFaultyAlarmList) UnmarshalJSON

func (o *NotifyPotentialFaultyAlarmList) UnmarshalJSON(bytes []byte) (err error)

type NullableAckState

type NullableAckState struct {
	// contains filtered or unexported fields
}

func NewNullableAckState

func NewNullableAckState(val *AckState) *NullableAckState

func (NullableAckState) Get

func (v NullableAckState) Get() *AckState

func (NullableAckState) IsSet

func (v NullableAckState) IsSet() bool

func (NullableAckState) MarshalJSON

func (v NullableAckState) MarshalJSON() ([]byte, error)

func (*NullableAckState) Set

func (v *NullableAckState) Set(val *AckState)

func (*NullableAckState) UnmarshalJSON

func (v *NullableAckState) UnmarshalJSON(src []byte) error

func (*NullableAckState) Unset

func (v *NullableAckState) Unset()

type NullableAlarmAckState

type NullableAlarmAckState struct {
	// contains filtered or unexported fields
}

func NewNullableAlarmAckState

func NewNullableAlarmAckState(val *AlarmAckState) *NullableAlarmAckState

func (NullableAlarmAckState) Get

func (NullableAlarmAckState) IsSet

func (v NullableAlarmAckState) IsSet() bool

func (NullableAlarmAckState) MarshalJSON

func (v NullableAlarmAckState) MarshalJSON() ([]byte, error)

func (*NullableAlarmAckState) Set

func (v *NullableAlarmAckState) Set(val *AlarmAckState)

func (*NullableAlarmAckState) UnmarshalJSON

func (v *NullableAlarmAckState) UnmarshalJSON(src []byte) error

func (*NullableAlarmAckState) Unset

func (v *NullableAlarmAckState) Unset()

type NullableAlarmCount

type NullableAlarmCount struct {
	// contains filtered or unexported fields
}

func NewNullableAlarmCount

func NewNullableAlarmCount(val *AlarmCount) *NullableAlarmCount

func (NullableAlarmCount) Get

func (v NullableAlarmCount) Get() *AlarmCount

func (NullableAlarmCount) IsSet

func (v NullableAlarmCount) IsSet() bool

func (NullableAlarmCount) MarshalJSON

func (v NullableAlarmCount) MarshalJSON() ([]byte, error)

func (*NullableAlarmCount) Set

func (v *NullableAlarmCount) Set(val *AlarmCount)

func (*NullableAlarmCount) UnmarshalJSON

func (v *NullableAlarmCount) UnmarshalJSON(src []byte) error

func (*NullableAlarmCount) Unset

func (v *NullableAlarmCount) Unset()

type NullableAlarmListAlignmentRequirement

type NullableAlarmListAlignmentRequirement struct {
	// contains filtered or unexported fields
}

func (NullableAlarmListAlignmentRequirement) Get

func (NullableAlarmListAlignmentRequirement) IsSet

func (NullableAlarmListAlignmentRequirement) MarshalJSON

func (v NullableAlarmListAlignmentRequirement) MarshalJSON() ([]byte, error)

func (*NullableAlarmListAlignmentRequirement) Set

func (*NullableAlarmListAlignmentRequirement) UnmarshalJSON

func (v *NullableAlarmListAlignmentRequirement) UnmarshalJSON(src []byte) error

func (*NullableAlarmListAlignmentRequirement) Unset

type NullableAlarmNotificationTypes

type NullableAlarmNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableAlarmNotificationTypes) Get

func (NullableAlarmNotificationTypes) IsSet

func (NullableAlarmNotificationTypes) MarshalJSON

func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableAlarmNotificationTypes) Set

func (*NullableAlarmNotificationTypes) UnmarshalJSON

func (v *NullableAlarmNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullableAlarmNotificationTypes) Unset

func (v *NullableAlarmNotificationTypes) Unset()

type NullableAlarmRecord

type NullableAlarmRecord struct {
	// contains filtered or unexported fields
}

func NewNullableAlarmRecord

func NewNullableAlarmRecord(val *AlarmRecord) *NullableAlarmRecord

func (NullableAlarmRecord) Get

func (NullableAlarmRecord) IsSet

func (v NullableAlarmRecord) IsSet() bool

func (NullableAlarmRecord) MarshalJSON

func (v NullableAlarmRecord) MarshalJSON() ([]byte, error)

func (*NullableAlarmRecord) Set

func (v *NullableAlarmRecord) Set(val *AlarmRecord)

func (*NullableAlarmRecord) UnmarshalJSON

func (v *NullableAlarmRecord) UnmarshalJSON(src []byte) error

func (*NullableAlarmRecord) Unset

func (v *NullableAlarmRecord) Unset()

type NullableAlarmType

type NullableAlarmType struct {
	// contains filtered or unexported fields
}

func NewNullableAlarmType

func NewNullableAlarmType(val *AlarmType) *NullableAlarmType

func (NullableAlarmType) Get

func (v NullableAlarmType) Get() *AlarmType

func (NullableAlarmType) IsSet

func (v NullableAlarmType) IsSet() bool

func (NullableAlarmType) MarshalJSON

func (v NullableAlarmType) MarshalJSON() ([]byte, error)

func (*NullableAlarmType) Set

func (v *NullableAlarmType) Set(val *AlarmType)

func (*NullableAlarmType) UnmarshalJSON

func (v *NullableAlarmType) UnmarshalJSON(src []byte) error

func (*NullableAlarmType) Unset

func (v *NullableAlarmType) Unset()

type NullableAlarmsAlarmIdPatchRequest

type NullableAlarmsAlarmIdPatchRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlarmsAlarmIdPatchRequest) Get

func (NullableAlarmsAlarmIdPatchRequest) IsSet

func (NullableAlarmsAlarmIdPatchRequest) MarshalJSON

func (v NullableAlarmsAlarmIdPatchRequest) MarshalJSON() ([]byte, error)

func (*NullableAlarmsAlarmIdPatchRequest) Set

func (*NullableAlarmsAlarmIdPatchRequest) UnmarshalJSON

func (v *NullableAlarmsAlarmIdPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableAlarmsAlarmIdPatchRequest) Unset

type NullableAlarmsGet200ResponseValue

type NullableAlarmsGet200ResponseValue struct {
	// contains filtered or unexported fields
}

func (NullableAlarmsGet200ResponseValue) Get

func (NullableAlarmsGet200ResponseValue) IsSet

func (NullableAlarmsGet200ResponseValue) MarshalJSON

func (v NullableAlarmsGet200ResponseValue) MarshalJSON() ([]byte, error)

func (*NullableAlarmsGet200ResponseValue) Set

func (*NullableAlarmsGet200ResponseValue) UnmarshalJSON

func (v *NullableAlarmsGet200ResponseValue) UnmarshalJSON(src []byte) error

func (*NullableAlarmsGet200ResponseValue) Unset

type NullableAlarmsPatchRequest

type NullableAlarmsPatchRequest struct {
	// contains filtered or unexported fields
}

func NewNullableAlarmsPatchRequest

func NewNullableAlarmsPatchRequest(val *AlarmsPatchRequest) *NullableAlarmsPatchRequest

func (NullableAlarmsPatchRequest) Get

func (NullableAlarmsPatchRequest) IsSet

func (v NullableAlarmsPatchRequest) IsSet() bool

func (NullableAlarmsPatchRequest) MarshalJSON

func (v NullableAlarmsPatchRequest) MarshalJSON() ([]byte, error)

func (*NullableAlarmsPatchRequest) Set

func (*NullableAlarmsPatchRequest) UnmarshalJSON

func (v *NullableAlarmsPatchRequest) UnmarshalJSON(src []byte) error

func (*NullableAlarmsPatchRequest) Unset

func (v *NullableAlarmsPatchRequest) Unset()

type NullableBool

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get

func (v NullableBool) Get() *bool

func (NullableBool) IsSet

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset

func (v *NullableBool) Unset()

type NullableCmNotificationTypes

type NullableCmNotificationTypes struct {
	// contains filtered or unexported fields
}

func NewNullableCmNotificationTypes

func NewNullableCmNotificationTypes(val *CmNotificationTypes) *NullableCmNotificationTypes

func (NullableCmNotificationTypes) Get

func (NullableCmNotificationTypes) IsSet

func (NullableCmNotificationTypes) MarshalJSON

func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableCmNotificationTypes) Set

func (*NullableCmNotificationTypes) UnmarshalJSON

func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullableCmNotificationTypes) Unset

func (v *NullableCmNotificationTypes) Unset()

type NullableComment

type NullableComment struct {
	// contains filtered or unexported fields
}

func NewNullableComment

func NewNullableComment(val *Comment) *NullableComment

func (NullableComment) Get

func (v NullableComment) Get() *Comment

func (NullableComment) IsSet

func (v NullableComment) IsSet() bool

func (NullableComment) MarshalJSON

func (v NullableComment) MarshalJSON() ([]byte, error)

func (*NullableComment) Set

func (v *NullableComment) Set(val *Comment)

func (*NullableComment) UnmarshalJSON

func (v *NullableComment) UnmarshalJSON(src []byte) error

func (*NullableComment) Unset

func (v *NullableComment) Unset()

type NullableCorrelatedNotification

type NullableCorrelatedNotification struct {
	// contains filtered or unexported fields
}

func (NullableCorrelatedNotification) Get

func (NullableCorrelatedNotification) IsSet

func (NullableCorrelatedNotification) MarshalJSON

func (v NullableCorrelatedNotification) MarshalJSON() ([]byte, error)

func (*NullableCorrelatedNotification) Set

func (*NullableCorrelatedNotification) UnmarshalJSON

func (v *NullableCorrelatedNotification) UnmarshalJSON(src []byte) error

func (*NullableCorrelatedNotification) Unset

func (v *NullableCorrelatedNotification) Unset()

type NullableErrorResponse

type NullableErrorResponse struct {
	// contains filtered or unexported fields
}

func NewNullableErrorResponse

func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse

func (NullableErrorResponse) Get

func (NullableErrorResponse) IsSet

func (v NullableErrorResponse) IsSet() bool

func (NullableErrorResponse) MarshalJSON

func (v NullableErrorResponse) MarshalJSON() ([]byte, error)

func (*NullableErrorResponse) Set

func (v *NullableErrorResponse) Set(val *ErrorResponse)

func (*NullableErrorResponse) UnmarshalJSON

func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error

func (*NullableErrorResponse) Unset

func (v *NullableErrorResponse) Unset()

type NullableErrorResponseError

type NullableErrorResponseError struct {
	// contains filtered or unexported fields
}

func NewNullableErrorResponseError

func NewNullableErrorResponseError(val *ErrorResponseError) *NullableErrorResponseError

func (NullableErrorResponseError) Get

func (NullableErrorResponseError) IsSet

func (v NullableErrorResponseError) IsSet() bool

func (NullableErrorResponseError) MarshalJSON

func (v NullableErrorResponseError) MarshalJSON() ([]byte, error)

func (*NullableErrorResponseError) Set

func (*NullableErrorResponseError) UnmarshalJSON

func (v *NullableErrorResponseError) UnmarshalJSON(src []byte) error

func (*NullableErrorResponseError) Unset

func (v *NullableErrorResponseError) Unset()

type NullableFailedAlarm

type NullableFailedAlarm struct {
	// contains filtered or unexported fields
}

func NewNullableFailedAlarm

func NewNullableFailedAlarm(val *FailedAlarm) *NullableFailedAlarm

func (NullableFailedAlarm) Get

func (NullableFailedAlarm) IsSet

func (v NullableFailedAlarm) IsSet() bool

func (NullableFailedAlarm) MarshalJSON

func (v NullableFailedAlarm) MarshalJSON() ([]byte, error)

func (*NullableFailedAlarm) Set

func (v *NullableFailedAlarm) Set(val *FailedAlarm)

func (*NullableFailedAlarm) UnmarshalJSON

func (v *NullableFailedAlarm) UnmarshalJSON(src []byte) error

func (*NullableFailedAlarm) Unset

func (v *NullableFailedAlarm) Unset()

type NullableFileNotificationTypes

type NullableFileNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableFileNotificationTypes) Get

func (NullableFileNotificationTypes) IsSet

func (NullableFileNotificationTypes) MarshalJSON

func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableFileNotificationTypes) Set

func (*NullableFileNotificationTypes) UnmarshalJSON

func (v *NullableFileNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullableFileNotificationTypes) Unset

func (v *NullableFileNotificationTypes) Unset()

type NullableFloat32

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset

func (v *NullableFloat32) Unset()

type NullableFloat64

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset

func (v *NullableFloat64) Unset()

type NullableHeartbeatNotificationTypes

type NullableHeartbeatNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullableHeartbeatNotificationTypes) Get

func (NullableHeartbeatNotificationTypes) IsSet

func (NullableHeartbeatNotificationTypes) MarshalJSON

func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullableHeartbeatNotificationTypes) Set

func (*NullableHeartbeatNotificationTypes) UnmarshalJSON

func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullableHeartbeatNotificationTypes) Unset

type NullableInt

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get

func (v NullableInt) Get() *int

func (NullableInt) IsSet

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset

func (v *NullableInt) Unset()

type NullableInt32

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset

func (v *NullableInt32) Unset()

type NullableInt64

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset

func (v *NullableInt64) Unset()

type NullableMergePatchAcknowledgeAlarm

type NullableMergePatchAcknowledgeAlarm struct {
	// contains filtered or unexported fields
}

func (NullableMergePatchAcknowledgeAlarm) Get

func (NullableMergePatchAcknowledgeAlarm) IsSet

func (NullableMergePatchAcknowledgeAlarm) MarshalJSON

func (v NullableMergePatchAcknowledgeAlarm) MarshalJSON() ([]byte, error)

func (*NullableMergePatchAcknowledgeAlarm) Set

func (*NullableMergePatchAcknowledgeAlarm) UnmarshalJSON

func (v *NullableMergePatchAcknowledgeAlarm) UnmarshalJSON(src []byte) error

func (*NullableMergePatchAcknowledgeAlarm) Unset

type NullableMergePatchClearAlarm

type NullableMergePatchClearAlarm struct {
	// contains filtered or unexported fields
}

func NewNullableMergePatchClearAlarm

func NewNullableMergePatchClearAlarm(val *MergePatchClearAlarm) *NullableMergePatchClearAlarm

func (NullableMergePatchClearAlarm) Get

func (NullableMergePatchClearAlarm) IsSet

func (NullableMergePatchClearAlarm) MarshalJSON

func (v NullableMergePatchClearAlarm) MarshalJSON() ([]byte, error)

func (*NullableMergePatchClearAlarm) Set

func (*NullableMergePatchClearAlarm) UnmarshalJSON

func (v *NullableMergePatchClearAlarm) UnmarshalJSON(src []byte) error

func (*NullableMergePatchClearAlarm) Unset

func (v *NullableMergePatchClearAlarm) Unset()

type NullableNotificationHeader

type NullableNotificationHeader struct {
	// contains filtered or unexported fields
}

func NewNullableNotificationHeader

func NewNullableNotificationHeader(val *NotificationHeader) *NullableNotificationHeader

func (NullableNotificationHeader) Get

func (NullableNotificationHeader) IsSet

func (v NullableNotificationHeader) IsSet() bool

func (NullableNotificationHeader) MarshalJSON

func (v NullableNotificationHeader) MarshalJSON() ([]byte, error)

func (*NullableNotificationHeader) Set

func (*NullableNotificationHeader) UnmarshalJSON

func (v *NullableNotificationHeader) UnmarshalJSON(src []byte) error

func (*NullableNotificationHeader) Unset

func (v *NullableNotificationHeader) Unset()

type NullableNotificationType

type NullableNotificationType struct {
	// contains filtered or unexported fields
}

func NewNullableNotificationType

func NewNullableNotificationType(val *NotificationType) *NullableNotificationType

func (NullableNotificationType) Get

func (NullableNotificationType) IsSet

func (v NullableNotificationType) IsSet() bool

func (NullableNotificationType) MarshalJSON

func (v NullableNotificationType) MarshalJSON() ([]byte, error)

func (*NullableNotificationType) Set

func (*NullableNotificationType) UnmarshalJSON

func (v *NullableNotificationType) UnmarshalJSON(src []byte) error

func (*NullableNotificationType) Unset

func (v *NullableNotificationType) Unset()

type NullableNotifyAckStateChanged

type NullableNotifyAckStateChanged struct {
	// contains filtered or unexported fields
}

func (NullableNotifyAckStateChanged) Get

func (NullableNotifyAckStateChanged) IsSet

func (NullableNotifyAckStateChanged) MarshalJSON

func (v NullableNotifyAckStateChanged) MarshalJSON() ([]byte, error)

func (*NullableNotifyAckStateChanged) Set

func (*NullableNotifyAckStateChanged) UnmarshalJSON

func (v *NullableNotifyAckStateChanged) UnmarshalJSON(src []byte) error

func (*NullableNotifyAckStateChanged) Unset

func (v *NullableNotifyAckStateChanged) Unset()

type NullableNotifyAlarmListRebuilt

type NullableNotifyAlarmListRebuilt struct {
	// contains filtered or unexported fields
}

func (NullableNotifyAlarmListRebuilt) Get

func (NullableNotifyAlarmListRebuilt) IsSet

func (NullableNotifyAlarmListRebuilt) MarshalJSON

func (v NullableNotifyAlarmListRebuilt) MarshalJSON() ([]byte, error)

func (*NullableNotifyAlarmListRebuilt) Set

func (*NullableNotifyAlarmListRebuilt) UnmarshalJSON

func (v *NullableNotifyAlarmListRebuilt) UnmarshalJSON(src []byte) error

func (*NullableNotifyAlarmListRebuilt) Unset

func (v *NullableNotifyAlarmListRebuilt) Unset()

type NullableNotifyChangedAlarm

type NullableNotifyChangedAlarm struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyChangedAlarm

func NewNullableNotifyChangedAlarm(val *NotifyChangedAlarm) *NullableNotifyChangedAlarm

func (NullableNotifyChangedAlarm) Get

func (NullableNotifyChangedAlarm) IsSet

func (v NullableNotifyChangedAlarm) IsSet() bool

func (NullableNotifyChangedAlarm) MarshalJSON

func (v NullableNotifyChangedAlarm) MarshalJSON() ([]byte, error)

func (*NullableNotifyChangedAlarm) Set

func (*NullableNotifyChangedAlarm) UnmarshalJSON

func (v *NullableNotifyChangedAlarm) UnmarshalJSON(src []byte) error

func (*NullableNotifyChangedAlarm) Unset

func (v *NullableNotifyChangedAlarm) Unset()

type NullableNotifyChangedAlarmGeneral

type NullableNotifyChangedAlarmGeneral struct {
	// contains filtered or unexported fields
}

func (NullableNotifyChangedAlarmGeneral) Get

func (NullableNotifyChangedAlarmGeneral) IsSet

func (NullableNotifyChangedAlarmGeneral) MarshalJSON

func (v NullableNotifyChangedAlarmGeneral) MarshalJSON() ([]byte, error)

func (*NullableNotifyChangedAlarmGeneral) Set

func (*NullableNotifyChangedAlarmGeneral) UnmarshalJSON

func (v *NullableNotifyChangedAlarmGeneral) UnmarshalJSON(src []byte) error

func (*NullableNotifyChangedAlarmGeneral) Unset

type NullableNotifyChangedSecAlarmGeneral

type NullableNotifyChangedSecAlarmGeneral struct {
	// contains filtered or unexported fields
}

func (NullableNotifyChangedSecAlarmGeneral) Get

func (NullableNotifyChangedSecAlarmGeneral) IsSet

func (NullableNotifyChangedSecAlarmGeneral) MarshalJSON

func (v NullableNotifyChangedSecAlarmGeneral) MarshalJSON() ([]byte, error)

func (*NullableNotifyChangedSecAlarmGeneral) Set

func (*NullableNotifyChangedSecAlarmGeneral) UnmarshalJSON

func (v *NullableNotifyChangedSecAlarmGeneral) UnmarshalJSON(src []byte) error

func (*NullableNotifyChangedSecAlarmGeneral) Unset

type NullableNotifyClearedAlarm

type NullableNotifyClearedAlarm struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyClearedAlarm

func NewNullableNotifyClearedAlarm(val *NotifyClearedAlarm) *NullableNotifyClearedAlarm

func (NullableNotifyClearedAlarm) Get

func (NullableNotifyClearedAlarm) IsSet

func (v NullableNotifyClearedAlarm) IsSet() bool

func (NullableNotifyClearedAlarm) MarshalJSON

func (v NullableNotifyClearedAlarm) MarshalJSON() ([]byte, error)

func (*NullableNotifyClearedAlarm) Set

func (*NullableNotifyClearedAlarm) UnmarshalJSON

func (v *NullableNotifyClearedAlarm) UnmarshalJSON(src []byte) error

func (*NullableNotifyClearedAlarm) Unset

func (v *NullableNotifyClearedAlarm) Unset()

type NullableNotifyComments

type NullableNotifyComments struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyComments

func NewNullableNotifyComments(val *NotifyComments) *NullableNotifyComments

func (NullableNotifyComments) Get

func (NullableNotifyComments) IsSet

func (v NullableNotifyComments) IsSet() bool

func (NullableNotifyComments) MarshalJSON

func (v NullableNotifyComments) MarshalJSON() ([]byte, error)

func (*NullableNotifyComments) Set

func (*NullableNotifyComments) UnmarshalJSON

func (v *NullableNotifyComments) UnmarshalJSON(src []byte) error

func (*NullableNotifyComments) Unset

func (v *NullableNotifyComments) Unset()

type NullableNotifyCorrelatedNotificationChanged

type NullableNotifyCorrelatedNotificationChanged struct {
	// contains filtered or unexported fields
}

func (NullableNotifyCorrelatedNotificationChanged) Get

func (NullableNotifyCorrelatedNotificationChanged) IsSet

func (NullableNotifyCorrelatedNotificationChanged) MarshalJSON

func (*NullableNotifyCorrelatedNotificationChanged) Set

func (*NullableNotifyCorrelatedNotificationChanged) UnmarshalJSON

func (v *NullableNotifyCorrelatedNotificationChanged) UnmarshalJSON(src []byte) error

func (*NullableNotifyCorrelatedNotificationChanged) Unset

type NullableNotifyNewAlarm

type NullableNotifyNewAlarm struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyNewAlarm

func NewNullableNotifyNewAlarm(val *NotifyNewAlarm) *NullableNotifyNewAlarm

func (NullableNotifyNewAlarm) Get

func (NullableNotifyNewAlarm) IsSet

func (v NullableNotifyNewAlarm) IsSet() bool

func (NullableNotifyNewAlarm) MarshalJSON

func (v NullableNotifyNewAlarm) MarshalJSON() ([]byte, error)

func (*NullableNotifyNewAlarm) Set

func (*NullableNotifyNewAlarm) UnmarshalJSON

func (v *NullableNotifyNewAlarm) UnmarshalJSON(src []byte) error

func (*NullableNotifyNewAlarm) Unset

func (v *NullableNotifyNewAlarm) Unset()

type NullableNotifyNewSecAlarm

type NullableNotifyNewSecAlarm struct {
	// contains filtered or unexported fields
}

func NewNullableNotifyNewSecAlarm

func NewNullableNotifyNewSecAlarm(val *NotifyNewSecAlarm) *NullableNotifyNewSecAlarm

func (NullableNotifyNewSecAlarm) Get

func (NullableNotifyNewSecAlarm) IsSet

func (v NullableNotifyNewSecAlarm) IsSet() bool

func (NullableNotifyNewSecAlarm) MarshalJSON

func (v NullableNotifyNewSecAlarm) MarshalJSON() ([]byte, error)

func (*NullableNotifyNewSecAlarm) Set

func (*NullableNotifyNewSecAlarm) UnmarshalJSON

func (v *NullableNotifyNewSecAlarm) UnmarshalJSON(src []byte) error

func (*NullableNotifyNewSecAlarm) Unset

func (v *NullableNotifyNewSecAlarm) Unset()

type NullableNotifyPotentialFaultyAlarmList

type NullableNotifyPotentialFaultyAlarmList struct {
	// contains filtered or unexported fields
}

func (NullableNotifyPotentialFaultyAlarmList) Get

func (NullableNotifyPotentialFaultyAlarmList) IsSet

func (NullableNotifyPotentialFaultyAlarmList) MarshalJSON

func (v NullableNotifyPotentialFaultyAlarmList) MarshalJSON() ([]byte, error)

func (*NullableNotifyPotentialFaultyAlarmList) Set

func (*NullableNotifyPotentialFaultyAlarmList) UnmarshalJSON

func (v *NullableNotifyPotentialFaultyAlarmList) UnmarshalJSON(src []byte) error

func (*NullableNotifyPotentialFaultyAlarmList) Unset

type NullablePerceivedSeverity

type NullablePerceivedSeverity struct {
	// contains filtered or unexported fields
}

func NewNullablePerceivedSeverity

func NewNullablePerceivedSeverity(val *PerceivedSeverity) *NullablePerceivedSeverity

func (NullablePerceivedSeverity) Get

func (NullablePerceivedSeverity) IsSet

func (v NullablePerceivedSeverity) IsSet() bool

func (NullablePerceivedSeverity) MarshalJSON

func (v NullablePerceivedSeverity) MarshalJSON() ([]byte, error)

func (*NullablePerceivedSeverity) Set

func (*NullablePerceivedSeverity) UnmarshalJSON

func (v *NullablePerceivedSeverity) UnmarshalJSON(src []byte) error

func (*NullablePerceivedSeverity) Unset

func (v *NullablePerceivedSeverity) Unset()

type NullablePerfNotificationTypes

type NullablePerfNotificationTypes struct {
	// contains filtered or unexported fields
}

func (NullablePerfNotificationTypes) Get

func (NullablePerfNotificationTypes) IsSet

func (NullablePerfNotificationTypes) MarshalJSON

func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error)

func (*NullablePerfNotificationTypes) Set

func (*NullablePerfNotificationTypes) UnmarshalJSON

func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error

func (*NullablePerfNotificationTypes) Unset

func (v *NullablePerfNotificationTypes) Unset()

type NullableSpecificProblem

type NullableSpecificProblem struct {
	// contains filtered or unexported fields
}

func NewNullableSpecificProblem

func NewNullableSpecificProblem(val *SpecificProblem) *NullableSpecificProblem

func (NullableSpecificProblem) Get

func (NullableSpecificProblem) IsSet

func (v NullableSpecificProblem) IsSet() bool

func (NullableSpecificProblem) MarshalJSON

func (v NullableSpecificProblem) MarshalJSON() ([]byte, error)

func (*NullableSpecificProblem) Set

func (*NullableSpecificProblem) UnmarshalJSON

func (v *NullableSpecificProblem) UnmarshalJSON(src []byte) error

func (*NullableSpecificProblem) Unset

func (v *NullableSpecificProblem) Unset()

type NullableString

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString

func NewNullableString(val *string) *NullableString

func (NullableString) Get

func (v NullableString) Get() *string

func (NullableString) IsSet

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset

func (v *NullableString) Unset()

type NullableSubscription

type NullableSubscription struct {
	// contains filtered or unexported fields
}

func NewNullableSubscription

func NewNullableSubscription(val *Subscription) *NullableSubscription

func (NullableSubscription) Get

func (NullableSubscription) IsSet

func (v NullableSubscription) IsSet() bool

func (NullableSubscription) MarshalJSON

func (v NullableSubscription) MarshalJSON() ([]byte, error)

func (*NullableSubscription) Set

func (v *NullableSubscription) Set(val *Subscription)

func (*NullableSubscription) UnmarshalJSON

func (v *NullableSubscription) UnmarshalJSON(src []byte) error

func (*NullableSubscription) Unset

func (v *NullableSubscription) Unset()

type NullableThresholdHysteresis

type NullableThresholdHysteresis struct {
	// contains filtered or unexported fields
}

func NewNullableThresholdHysteresis

func NewNullableThresholdHysteresis(val *ThresholdHysteresis) *NullableThresholdHysteresis

func (NullableThresholdHysteresis) Get

func (NullableThresholdHysteresis) IsSet

func (NullableThresholdHysteresis) MarshalJSON

func (v NullableThresholdHysteresis) MarshalJSON() ([]byte, error)

func (*NullableThresholdHysteresis) Set

func (*NullableThresholdHysteresis) UnmarshalJSON

func (v *NullableThresholdHysteresis) UnmarshalJSON(src []byte) error

func (*NullableThresholdHysteresis) Unset

func (v *NullableThresholdHysteresis) Unset()

type NullableThresholdHysteresisHigh

type NullableThresholdHysteresisHigh struct {
	// contains filtered or unexported fields
}

func (NullableThresholdHysteresisHigh) Get

func (NullableThresholdHysteresisHigh) IsSet

func (NullableThresholdHysteresisHigh) MarshalJSON

func (v NullableThresholdHysteresisHigh) MarshalJSON() ([]byte, error)

func (*NullableThresholdHysteresisHigh) Set

func (*NullableThresholdHysteresisHigh) UnmarshalJSON

func (v *NullableThresholdHysteresisHigh) UnmarshalJSON(src []byte) error

func (*NullableThresholdHysteresisHigh) Unset

type NullableThresholdInfo

type NullableThresholdInfo struct {
	// contains filtered or unexported fields
}

func NewNullableThresholdInfo

func NewNullableThresholdInfo(val *ThresholdInfo) *NullableThresholdInfo

func (NullableThresholdInfo) Get

func (NullableThresholdInfo) IsSet

func (v NullableThresholdInfo) IsSet() bool

func (NullableThresholdInfo) MarshalJSON

func (v NullableThresholdInfo) MarshalJSON() ([]byte, error)

func (*NullableThresholdInfo) Set

func (v *NullableThresholdInfo) Set(val *ThresholdInfo)

func (*NullableThresholdInfo) UnmarshalJSON

func (v *NullableThresholdInfo) UnmarshalJSON(src []byte) error

func (*NullableThresholdInfo) Unset

func (v *NullableThresholdInfo) Unset()

type NullableThresholdLevelInd

type NullableThresholdLevelInd struct {
	// contains filtered or unexported fields
}

func NewNullableThresholdLevelInd

func NewNullableThresholdLevelInd(val *ThresholdLevelInd) *NullableThresholdLevelInd

func (NullableThresholdLevelInd) Get

func (NullableThresholdLevelInd) IsSet

func (v NullableThresholdLevelInd) IsSet() bool

func (NullableThresholdLevelInd) MarshalJSON

func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error)

func (*NullableThresholdLevelInd) Set

func (*NullableThresholdLevelInd) UnmarshalJSON

func (v *NullableThresholdLevelInd) UnmarshalJSON(src []byte) error

func (*NullableThresholdLevelInd) Unset

func (v *NullableThresholdLevelInd) Unset()

type NullableThresholdLevelIndOneOf

type NullableThresholdLevelIndOneOf struct {
	// contains filtered or unexported fields
}

func (NullableThresholdLevelIndOneOf) Get

func (NullableThresholdLevelIndOneOf) IsSet

func (NullableThresholdLevelIndOneOf) MarshalJSON

func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)

func (*NullableThresholdLevelIndOneOf) Set

func (*NullableThresholdLevelIndOneOf) UnmarshalJSON

func (v *NullableThresholdLevelIndOneOf) UnmarshalJSON(src []byte) error

func (*NullableThresholdLevelIndOneOf) Unset

func (v *NullableThresholdLevelIndOneOf) Unset()

type NullableThresholdLevelIndOneOf1

type NullableThresholdLevelIndOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableThresholdLevelIndOneOf1) Get

func (NullableThresholdLevelIndOneOf1) IsSet

func (NullableThresholdLevelIndOneOf1) MarshalJSON

func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)

func (*NullableThresholdLevelIndOneOf1) Set

func (*NullableThresholdLevelIndOneOf1) UnmarshalJSON

func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error

func (*NullableThresholdLevelIndOneOf1) Unset

type NullableTime

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset

func (v *NullableTime) Unset()

type NullableTrendIndication

type NullableTrendIndication struct {
	// contains filtered or unexported fields
}

func NewNullableTrendIndication

func NewNullableTrendIndication(val *TrendIndication) *NullableTrendIndication

func (NullableTrendIndication) Get

func (NullableTrendIndication) IsSet

func (v NullableTrendIndication) IsSet() bool

func (NullableTrendIndication) MarshalJSON

func (v NullableTrendIndication) MarshalJSON() ([]byte, error)

func (*NullableTrendIndication) Set

func (*NullableTrendIndication) UnmarshalJSON

func (v *NullableTrendIndication) UnmarshalJSON(src []byte) error

func (*NullableTrendIndication) Unset

func (v *NullableTrendIndication) Unset()

type PerceivedSeverity

type PerceivedSeverity string

PerceivedSeverity the model 'PerceivedSeverity'

const (
	PERCEIVEDSEVERITY_INDETERMINATE PerceivedSeverity = "INDETERMINATE"
	PERCEIVEDSEVERITY_CRITICAL      PerceivedSeverity = "CRITICAL"
	PERCEIVEDSEVERITY_MAJOR         PerceivedSeverity = "MAJOR"
	PERCEIVEDSEVERITY_MINOR         PerceivedSeverity = "MINOR"
	PERCEIVEDSEVERITY_WARNING       PerceivedSeverity = "WARNING"
	PERCEIVEDSEVERITY_CLEARED       PerceivedSeverity = "CLEARED"
)

List of PerceivedSeverity

func NewPerceivedSeverityFromValue

func NewPerceivedSeverityFromValue(v string) (*PerceivedSeverity, error)

NewPerceivedSeverityFromValue returns a pointer to a valid PerceivedSeverity for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PerceivedSeverity) IsValid

func (v PerceivedSeverity) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PerceivedSeverity) Ptr

Ptr returns reference to PerceivedSeverity value

func (*PerceivedSeverity) UnmarshalJSON

func (v *PerceivedSeverity) UnmarshalJSON(src []byte) error

type PerfNotificationTypes

type PerfNotificationTypes string

PerfNotificationTypes the model 'PerfNotificationTypes'

const (
	PERFNOTIFICATIONTYPES_NOTIFY_THRESHOLD_CROSSING PerfNotificationTypes = "notifyThresholdCrossing"
)

List of PerfNotificationTypes

func NewPerfNotificationTypesFromValue

func NewPerfNotificationTypesFromValue(v string) (*PerfNotificationTypes, error)

NewPerfNotificationTypesFromValue returns a pointer to a valid PerfNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum

func (PerfNotificationTypes) IsValid

func (v PerfNotificationTypes) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (PerfNotificationTypes) Ptr

Ptr returns reference to PerfNotificationTypes value

func (*PerfNotificationTypes) UnmarshalJSON

func (v *PerfNotificationTypes) UnmarshalJSON(src []byte) error

type ServerConfiguration

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SpecificProblem

type SpecificProblem struct {
	Int32  *int32
	String *string
}

SpecificProblem - struct for SpecificProblem

func Int32AsSpecificProblem

func Int32AsSpecificProblem(v *int32) SpecificProblem

int32AsSpecificProblem is a convenience function that returns int32 wrapped in SpecificProblem

func StringAsSpecificProblem

func StringAsSpecificProblem(v *string) SpecificProblem

stringAsSpecificProblem is a convenience function that returns string wrapped in SpecificProblem

func (*SpecificProblem) GetActualInstance

func (obj *SpecificProblem) GetActualInstance() interface{}

Get the actual instance

func (SpecificProblem) MarshalJSON

func (src SpecificProblem) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*SpecificProblem) UnmarshalJSON

func (dst *SpecificProblem) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type Subscription

type Subscription struct {
	ConsumerReference *string `json:"consumerReference,omitempty"`
	TimeTick          *int32  `json:"timeTick,omitempty"`
	// The filter format shall be compliant to XPath 1.0.
	Filter *string `json:"filter,omitempty"`
}

Subscription struct for Subscription

func NewSubscription

func NewSubscription() *Subscription

NewSubscription instantiates a new Subscription 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 NewSubscriptionWithDefaults

func NewSubscriptionWithDefaults() *Subscription

NewSubscriptionWithDefaults instantiates a new Subscription 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 (*Subscription) GetConsumerReference

func (o *Subscription) GetConsumerReference() string

GetConsumerReference returns the ConsumerReference field value if set, zero value otherwise.

func (*Subscription) GetConsumerReferenceOk

func (o *Subscription) GetConsumerReferenceOk() (*string, bool)

GetConsumerReferenceOk returns a tuple with the ConsumerReference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetFilter

func (o *Subscription) GetFilter() string

GetFilter returns the Filter field value if set, zero value otherwise.

func (*Subscription) GetFilterOk

func (o *Subscription) GetFilterOk() (*string, bool)

GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) GetTimeTick

func (o *Subscription) GetTimeTick() int32

GetTimeTick returns the TimeTick field value if set, zero value otherwise.

func (*Subscription) GetTimeTickOk

func (o *Subscription) GetTimeTickOk() (*int32, bool)

GetTimeTickOk returns a tuple with the TimeTick field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Subscription) HasConsumerReference

func (o *Subscription) HasConsumerReference() bool

HasConsumerReference returns a boolean if a field has been set.

func (*Subscription) HasFilter

func (o *Subscription) HasFilter() bool

HasFilter returns a boolean if a field has been set.

func (*Subscription) HasTimeTick

func (o *Subscription) HasTimeTick() bool

HasTimeTick returns a boolean if a field has been set.

func (Subscription) MarshalJSON

func (o Subscription) MarshalJSON() ([]byte, error)

func (*Subscription) SetConsumerReference

func (o *Subscription) SetConsumerReference(v string)

SetConsumerReference gets a reference to the given string and assigns it to the ConsumerReference field.

func (*Subscription) SetFilter

func (o *Subscription) SetFilter(v string)

SetFilter gets a reference to the given string and assigns it to the Filter field.

func (*Subscription) SetTimeTick

func (o *Subscription) SetTimeTick(v int32)

SetTimeTick gets a reference to the given int32 and assigns it to the TimeTick field.

func (Subscription) ToMap

func (o Subscription) ToMap() (map[string]interface{}, error)

type ThresholdHysteresis

type ThresholdHysteresis struct {
	High ThresholdHysteresisHigh `json:"high"`
	Low  *float32                `json:"low,omitempty"`
}

ThresholdHysteresis struct for ThresholdHysteresis

func NewThresholdHysteresis

func NewThresholdHysteresis(high ThresholdHysteresisHigh) *ThresholdHysteresis

NewThresholdHysteresis instantiates a new ThresholdHysteresis 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 NewThresholdHysteresisWithDefaults

func NewThresholdHysteresisWithDefaults() *ThresholdHysteresis

NewThresholdHysteresisWithDefaults instantiates a new ThresholdHysteresis 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 (*ThresholdHysteresis) GetHigh

GetHigh returns the High field value

func (*ThresholdHysteresis) GetHighOk

GetHighOk returns a tuple with the High field value and a boolean to check if the value has been set.

func (*ThresholdHysteresis) GetLow

func (o *ThresholdHysteresis) GetLow() float32

GetLow returns the Low field value if set, zero value otherwise.

func (*ThresholdHysteresis) GetLowOk

func (o *ThresholdHysteresis) GetLowOk() (*float32, bool)

GetLowOk returns a tuple with the Low field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdHysteresis) HasLow

func (o *ThresholdHysteresis) HasLow() bool

HasLow returns a boolean if a field has been set.

func (ThresholdHysteresis) MarshalJSON

func (o ThresholdHysteresis) MarshalJSON() ([]byte, error)

func (*ThresholdHysteresis) SetHigh

SetHigh sets field value

func (*ThresholdHysteresis) SetLow

func (o *ThresholdHysteresis) SetLow(v float32)

SetLow gets a reference to the given float32 and assigns it to the Low field.

func (ThresholdHysteresis) ToMap

func (o ThresholdHysteresis) ToMap() (map[string]interface{}, error)

func (*ThresholdHysteresis) UnmarshalJSON

func (o *ThresholdHysteresis) UnmarshalJSON(bytes []byte) (err error)

type ThresholdHysteresisHigh

type ThresholdHysteresisHigh struct {
	Float32 *float32
	Int32   *int32
}

ThresholdHysteresisHigh - struct for ThresholdHysteresisHigh

func Float32AsThresholdHysteresisHigh

func Float32AsThresholdHysteresisHigh(v *float32) ThresholdHysteresisHigh

float32AsThresholdHysteresisHigh is a convenience function that returns float32 wrapped in ThresholdHysteresisHigh

func Int32AsThresholdHysteresisHigh

func Int32AsThresholdHysteresisHigh(v *int32) ThresholdHysteresisHigh

int32AsThresholdHysteresisHigh is a convenience function that returns int32 wrapped in ThresholdHysteresisHigh

func (*ThresholdHysteresisHigh) GetActualInstance

func (obj *ThresholdHysteresisHigh) GetActualInstance() interface{}

Get the actual instance

func (ThresholdHysteresisHigh) MarshalJSON

func (src ThresholdHysteresisHigh) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ThresholdHysteresisHigh) UnmarshalJSON

func (dst *ThresholdHysteresisHigh) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ThresholdInfo

type ThresholdInfo struct {
	ObservedMeasurement string             `json:"observedMeasurement"`
	ObservedValue       float32            `json:"observedValue"`
	ThresholdLevel      *ThresholdLevelInd `json:"thresholdLevel,omitempty"`
	ArmTime             *time.Time         `json:"armTime,omitempty"`
}

ThresholdInfo struct for ThresholdInfo

func NewThresholdInfo

func NewThresholdInfo(observedMeasurement string, observedValue float32) *ThresholdInfo

NewThresholdInfo instantiates a new ThresholdInfo 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 NewThresholdInfoWithDefaults

func NewThresholdInfoWithDefaults() *ThresholdInfo

NewThresholdInfoWithDefaults instantiates a new ThresholdInfo 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 (*ThresholdInfo) GetArmTime

func (o *ThresholdInfo) GetArmTime() time.Time

GetArmTime returns the ArmTime field value if set, zero value otherwise.

func (*ThresholdInfo) GetArmTimeOk

func (o *ThresholdInfo) GetArmTimeOk() (*time.Time, bool)

GetArmTimeOk returns a tuple with the ArmTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) GetObservedMeasurement

func (o *ThresholdInfo) GetObservedMeasurement() string

GetObservedMeasurement returns the ObservedMeasurement field value

func (*ThresholdInfo) GetObservedMeasurementOk

func (o *ThresholdInfo) GetObservedMeasurementOk() (*string, bool)

GetObservedMeasurementOk returns a tuple with the ObservedMeasurement field value and a boolean to check if the value has been set.

func (*ThresholdInfo) GetObservedValue

func (o *ThresholdInfo) GetObservedValue() float32

GetObservedValue returns the ObservedValue field value

func (*ThresholdInfo) GetObservedValueOk

func (o *ThresholdInfo) GetObservedValueOk() (*float32, bool)

GetObservedValueOk returns a tuple with the ObservedValue field value and a boolean to check if the value has been set.

func (*ThresholdInfo) GetThresholdLevel

func (o *ThresholdInfo) GetThresholdLevel() ThresholdLevelInd

GetThresholdLevel returns the ThresholdLevel field value if set, zero value otherwise.

func (*ThresholdInfo) GetThresholdLevelOk

func (o *ThresholdInfo) GetThresholdLevelOk() (*ThresholdLevelInd, bool)

GetThresholdLevelOk returns a tuple with the ThresholdLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdInfo) HasArmTime

func (o *ThresholdInfo) HasArmTime() bool

HasArmTime returns a boolean if a field has been set.

func (*ThresholdInfo) HasThresholdLevel

func (o *ThresholdInfo) HasThresholdLevel() bool

HasThresholdLevel returns a boolean if a field has been set.

func (ThresholdInfo) MarshalJSON

func (o ThresholdInfo) MarshalJSON() ([]byte, error)

func (*ThresholdInfo) SetArmTime

func (o *ThresholdInfo) SetArmTime(v time.Time)

SetArmTime gets a reference to the given time.Time and assigns it to the ArmTime field.

func (*ThresholdInfo) SetObservedMeasurement

func (o *ThresholdInfo) SetObservedMeasurement(v string)

SetObservedMeasurement sets field value

func (*ThresholdInfo) SetObservedValue

func (o *ThresholdInfo) SetObservedValue(v float32)

SetObservedValue sets field value

func (*ThresholdInfo) SetThresholdLevel

func (o *ThresholdInfo) SetThresholdLevel(v ThresholdLevelInd)

SetThresholdLevel gets a reference to the given ThresholdLevelInd and assigns it to the ThresholdLevel field.

func (ThresholdInfo) ToMap

func (o ThresholdInfo) ToMap() (map[string]interface{}, error)

func (*ThresholdInfo) UnmarshalJSON

func (o *ThresholdInfo) UnmarshalJSON(bytes []byte) (err error)

type ThresholdLevelInd

type ThresholdLevelInd struct {
	ThresholdLevelIndOneOf  *ThresholdLevelIndOneOf
	ThresholdLevelIndOneOf1 *ThresholdLevelIndOneOf1
}

ThresholdLevelInd - struct for ThresholdLevelInd

func ThresholdLevelIndOneOf1AsThresholdLevelInd

func ThresholdLevelIndOneOf1AsThresholdLevelInd(v *ThresholdLevelIndOneOf1) ThresholdLevelInd

ThresholdLevelIndOneOf1AsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf1 wrapped in ThresholdLevelInd

func ThresholdLevelIndOneOfAsThresholdLevelInd

func ThresholdLevelIndOneOfAsThresholdLevelInd(v *ThresholdLevelIndOneOf) ThresholdLevelInd

ThresholdLevelIndOneOfAsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf wrapped in ThresholdLevelInd

func (*ThresholdLevelInd) GetActualInstance

func (obj *ThresholdLevelInd) GetActualInstance() interface{}

Get the actual instance

func (ThresholdLevelInd) MarshalJSON

func (src ThresholdLevelInd) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ThresholdLevelInd) UnmarshalJSON

func (dst *ThresholdLevelInd) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ThresholdLevelIndOneOf

type ThresholdLevelIndOneOf struct {
	Up *ThresholdHysteresis `json:"up,omitempty"`
}

ThresholdLevelIndOneOf struct for ThresholdLevelIndOneOf

func NewThresholdLevelIndOneOf

func NewThresholdLevelIndOneOf() *ThresholdLevelIndOneOf

NewThresholdLevelIndOneOf instantiates a new ThresholdLevelIndOneOf 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 NewThresholdLevelIndOneOfWithDefaults

func NewThresholdLevelIndOneOfWithDefaults() *ThresholdLevelIndOneOf

NewThresholdLevelIndOneOfWithDefaults instantiates a new ThresholdLevelIndOneOf 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 (*ThresholdLevelIndOneOf) GetUp

GetUp returns the Up field value if set, zero value otherwise.

func (*ThresholdLevelIndOneOf) GetUpOk

GetUpOk returns a tuple with the Up field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdLevelIndOneOf) HasUp

func (o *ThresholdLevelIndOneOf) HasUp() bool

HasUp returns a boolean if a field has been set.

func (ThresholdLevelIndOneOf) MarshalJSON

func (o ThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)

func (*ThresholdLevelIndOneOf) SetUp

SetUp gets a reference to the given ThresholdHysteresis and assigns it to the Up field.

func (ThresholdLevelIndOneOf) ToMap

func (o ThresholdLevelIndOneOf) ToMap() (map[string]interface{}, error)

type ThresholdLevelIndOneOf1

type ThresholdLevelIndOneOf1 struct {
	Down *ThresholdHysteresis `json:"down,omitempty"`
}

ThresholdLevelIndOneOf1 struct for ThresholdLevelIndOneOf1

func NewThresholdLevelIndOneOf1

func NewThresholdLevelIndOneOf1() *ThresholdLevelIndOneOf1

NewThresholdLevelIndOneOf1 instantiates a new ThresholdLevelIndOneOf1 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 NewThresholdLevelIndOneOf1WithDefaults

func NewThresholdLevelIndOneOf1WithDefaults() *ThresholdLevelIndOneOf1

NewThresholdLevelIndOneOf1WithDefaults instantiates a new ThresholdLevelIndOneOf1 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 (*ThresholdLevelIndOneOf1) GetDown

GetDown returns the Down field value if set, zero value otherwise.

func (*ThresholdLevelIndOneOf1) GetDownOk

GetDownOk returns a tuple with the Down field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThresholdLevelIndOneOf1) HasDown

func (o *ThresholdLevelIndOneOf1) HasDown() bool

HasDown returns a boolean if a field has been set.

func (ThresholdLevelIndOneOf1) MarshalJSON

func (o ThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)

func (*ThresholdLevelIndOneOf1) SetDown

SetDown gets a reference to the given ThresholdHysteresis and assigns it to the Down field.

func (ThresholdLevelIndOneOf1) ToMap

func (o ThresholdLevelIndOneOf1) ToMap() (map[string]interface{}, error)

type TrendIndication

type TrendIndication string

TrendIndication the model 'TrendIndication'

const (
	TRENDINDICATION_MORE_SEVERE TrendIndication = "MORE_SEVERE"
	TRENDINDICATION_NO_CHANGE   TrendIndication = "NO_CHANGE"
	TRENDINDICATION_LESS_SEVERE TrendIndication = "LESS_SEVERE"
)

List of TrendIndication

func NewTrendIndicationFromValue

func NewTrendIndicationFromValue(v string) (*TrendIndication, error)

NewTrendIndicationFromValue returns a pointer to a valid TrendIndication for the value passed as argument, or an error if the value passed is not allowed by the enum

func (TrendIndication) IsValid

func (v TrendIndication) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (TrendIndication) Ptr

Ptr returns reference to TrendIndication value

func (*TrendIndication) UnmarshalJSON

func (v *TrendIndication) UnmarshalJSON(src []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL