Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AckState
- type AlarmAckState
- type AlarmCount
- func (o *AlarmCount) GetClearedCount() int32
- func (o *AlarmCount) GetClearedCountOk() (*int32, bool)
- func (o *AlarmCount) GetCriticalCount() int32
- func (o *AlarmCount) GetCriticalCountOk() (*int32, bool)
- func (o *AlarmCount) GetIndeterminateCount() int32
- func (o *AlarmCount) GetIndeterminateCountOk() (*int32, bool)
- func (o *AlarmCount) GetMajorCount() int32
- func (o *AlarmCount) GetMajorCountOk() (*int32, bool)
- func (o *AlarmCount) GetMinorCount() int32
- func (o *AlarmCount) GetMinorCountOk() (*int32, bool)
- func (o *AlarmCount) GetWarningCount() int32
- func (o *AlarmCount) GetWarningCountOk() (*int32, bool)
- func (o AlarmCount) MarshalJSON() ([]byte, error)
- func (o *AlarmCount) SetClearedCount(v int32)
- func (o *AlarmCount) SetCriticalCount(v int32)
- func (o *AlarmCount) SetIndeterminateCount(v int32)
- func (o *AlarmCount) SetMajorCount(v int32)
- func (o *AlarmCount) SetMinorCount(v int32)
- func (o *AlarmCount) SetWarningCount(v int32)
- func (o AlarmCount) ToMap() (map[string]interface{}, error)
- type AlarmListAlignmentRequirement
- type AlarmNotificationTypes
- type AlarmRecord
- func (o *AlarmRecord) GetAckState() AckState
- func (o *AlarmRecord) GetAckStateOk() (*AckState, bool)
- func (o *AlarmRecord) GetAckSystemId() string
- func (o *AlarmRecord) GetAckSystemIdOk() (*string, bool)
- func (o *AlarmRecord) GetAckTime() time.Time
- func (o *AlarmRecord) GetAckTimeOk() (*time.Time, bool)
- func (o *AlarmRecord) GetAckUserId() string
- func (o *AlarmRecord) GetAckUserIdOk() (*string, bool)
- func (o *AlarmRecord) GetAdditionalInformation() map[string]interface{}
- func (o *AlarmRecord) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *AlarmRecord) GetAdditionalText() string
- func (o *AlarmRecord) GetAdditionalTextOk() (*string, bool)
- func (o *AlarmRecord) GetAlarmChangedTime() time.Time
- func (o *AlarmRecord) GetAlarmChangedTimeOk() (*time.Time, bool)
- func (o *AlarmRecord) GetAlarmClearedTime() time.Time
- func (o *AlarmRecord) GetAlarmClearedTimeOk() (*time.Time, bool)
- func (o *AlarmRecord) GetAlarmRaisedTime() time.Time
- func (o *AlarmRecord) GetAlarmRaisedTimeOk() (*time.Time, bool)
- func (o *AlarmRecord) GetAlarmType() AlarmType
- func (o *AlarmRecord) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *AlarmRecord) GetBackUpObject() string
- func (o *AlarmRecord) GetBackUpObjectOk() (*string, bool)
- func (o *AlarmRecord) GetBackedUpStatus() bool
- func (o *AlarmRecord) GetBackedUpStatusOk() (*bool, bool)
- func (o *AlarmRecord) GetClearSystemId() string
- func (o *AlarmRecord) GetClearSystemIdOk() (*string, bool)
- func (o *AlarmRecord) GetClearUserId() string
- func (o *AlarmRecord) GetClearUserIdOk() (*string, bool)
- func (o *AlarmRecord) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *AlarmRecord) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *AlarmRecord) GetMonitoredAttributes() map[string]interface{}
- func (o *AlarmRecord) GetMonitoredAttributesOk() (map[string]interface{}, bool)
- func (o *AlarmRecord) GetNotificationId() int32
- func (o *AlarmRecord) GetNotificationIdOk() (*int32, bool)
- func (o *AlarmRecord) GetObjectInstance() string
- func (o *AlarmRecord) GetObjectInstanceOk() (*string, bool)
- func (o *AlarmRecord) GetPerceivedSeverity() PerceivedSeverity
- func (o *AlarmRecord) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *AlarmRecord) GetProbableCause() ProbableCause
- func (o *AlarmRecord) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *AlarmRecord) GetProposedRepairActions() string
- func (o *AlarmRecord) GetProposedRepairActionsOk() (*string, bool)
- func (o *AlarmRecord) GetRootCauseIndicator() bool
- func (o *AlarmRecord) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *AlarmRecord) GetSecurityAlarmDetector() string
- func (o *AlarmRecord) GetSecurityAlarmDetectorOk() (*string, bool)
- func (o *AlarmRecord) GetServiceProvider() string
- func (o *AlarmRecord) GetServiceProviderOk() (*string, bool)
- func (o *AlarmRecord) GetServiceUser() string
- func (o *AlarmRecord) GetServiceUserOk() (*string, bool)
- func (o *AlarmRecord) GetSpecificProblem() SpecificProblem
- func (o *AlarmRecord) GetSpecificProblemOk() (*SpecificProblem, bool)
- func (o *AlarmRecord) GetStateChangeDefinition() []map[string]interface{}
- func (o *AlarmRecord) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)
- func (o *AlarmRecord) GetThresholdinfo() ThresholdInfo
- func (o *AlarmRecord) GetThresholdinfoOk() (*ThresholdInfo, bool)
- func (o *AlarmRecord) GetTrendIndication() TrendIndication
- func (o *AlarmRecord) GetTrendIndicationOk() (*TrendIndication, bool)
- func (o *AlarmRecord) HasAckState() bool
- func (o *AlarmRecord) HasAckSystemId() bool
- func (o *AlarmRecord) HasAckTime() bool
- func (o *AlarmRecord) HasAckUserId() bool
- func (o *AlarmRecord) HasAdditionalInformation() bool
- func (o *AlarmRecord) HasAdditionalText() bool
- func (o *AlarmRecord) HasAlarmChangedTime() bool
- func (o *AlarmRecord) HasAlarmClearedTime() bool
- func (o *AlarmRecord) HasAlarmRaisedTime() bool
- func (o *AlarmRecord) HasAlarmType() bool
- func (o *AlarmRecord) HasBackUpObject() bool
- func (o *AlarmRecord) HasBackedUpStatus() bool
- func (o *AlarmRecord) HasClearSystemId() bool
- func (o *AlarmRecord) HasClearUserId() bool
- func (o *AlarmRecord) HasCorrelatedNotifications() bool
- func (o *AlarmRecord) HasMonitoredAttributes() bool
- func (o *AlarmRecord) HasNotificationId() bool
- func (o *AlarmRecord) HasObjectInstance() bool
- func (o *AlarmRecord) HasPerceivedSeverity() bool
- func (o *AlarmRecord) HasProbableCause() bool
- func (o *AlarmRecord) HasProposedRepairActions() bool
- func (o *AlarmRecord) HasRootCauseIndicator() bool
- func (o *AlarmRecord) HasSecurityAlarmDetector() bool
- func (o *AlarmRecord) HasServiceProvider() bool
- func (o *AlarmRecord) HasServiceUser() bool
- func (o *AlarmRecord) HasSpecificProblem() bool
- func (o *AlarmRecord) HasStateChangeDefinition() bool
- func (o *AlarmRecord) HasThresholdinfo() bool
- func (o *AlarmRecord) HasTrendIndication() bool
- func (o AlarmRecord) MarshalJSON() ([]byte, error)
- func (o *AlarmRecord) SetAckState(v AckState)
- func (o *AlarmRecord) SetAckSystemId(v string)
- func (o *AlarmRecord) SetAckTime(v time.Time)
- func (o *AlarmRecord) SetAckUserId(v string)
- func (o *AlarmRecord) SetAdditionalInformation(v map[string]interface{})
- func (o *AlarmRecord) SetAdditionalText(v string)
- func (o *AlarmRecord) SetAlarmChangedTime(v time.Time)
- func (o *AlarmRecord) SetAlarmClearedTime(v time.Time)
- func (o *AlarmRecord) SetAlarmRaisedTime(v time.Time)
- func (o *AlarmRecord) SetAlarmType(v AlarmType)
- func (o *AlarmRecord) SetBackUpObject(v string)
- func (o *AlarmRecord) SetBackedUpStatus(v bool)
- func (o *AlarmRecord) SetClearSystemId(v string)
- func (o *AlarmRecord) SetClearUserId(v string)
- func (o *AlarmRecord) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *AlarmRecord) SetMonitoredAttributes(v map[string]interface{})
- func (o *AlarmRecord) SetNotificationId(v int32)
- func (o *AlarmRecord) SetObjectInstance(v string)
- func (o *AlarmRecord) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *AlarmRecord) SetProbableCause(v ProbableCause)
- func (o *AlarmRecord) SetProposedRepairActions(v string)
- func (o *AlarmRecord) SetRootCauseIndicator(v bool)
- func (o *AlarmRecord) SetSecurityAlarmDetector(v string)
- func (o *AlarmRecord) SetServiceProvider(v string)
- func (o *AlarmRecord) SetServiceUser(v string)
- func (o *AlarmRecord) SetSpecificProblem(v SpecificProblem)
- func (o *AlarmRecord) SetStateChangeDefinition(v []map[string]interface{})
- func (o *AlarmRecord) SetThresholdinfo(v ThresholdInfo)
- func (o *AlarmRecord) SetTrendIndication(v TrendIndication)
- func (o AlarmRecord) ToMap() (map[string]interface{}, error)
- type AlarmType
- type AlarmsAlarmIdPatchRequest
- type AlarmsGet200ResponseValue
- func (o *AlarmsGet200ResponseValue) GetComments() map[string]Comment
- func (o *AlarmsGet200ResponseValue) GetCommentsOk() (*map[string]Comment, bool)
- func (o *AlarmsGet200ResponseValue) GetLastNotificationHeader() NotificationHeader
- func (o *AlarmsGet200ResponseValue) GetLastNotificationHeaderOk() (*NotificationHeader, bool)
- func (o *AlarmsGet200ResponseValue) HasComments() bool
- func (o *AlarmsGet200ResponseValue) HasLastNotificationHeader() bool
- func (o AlarmsGet200ResponseValue) MarshalJSON() ([]byte, error)
- func (o *AlarmsGet200ResponseValue) SetComments(v map[string]Comment)
- func (o *AlarmsGet200ResponseValue) SetLastNotificationHeader(v NotificationHeader)
- func (o AlarmsGet200ResponseValue) ToMap() (map[string]interface{}, error)
- type AlarmsGet200ResponseValueAllOf
- func (o *AlarmsGet200ResponseValueAllOf) GetLastNotificationHeader() NotificationHeader
- func (o *AlarmsGet200ResponseValueAllOf) GetLastNotificationHeaderOk() (*NotificationHeader, bool)
- func (o *AlarmsGet200ResponseValueAllOf) HasLastNotificationHeader() bool
- func (o AlarmsGet200ResponseValueAllOf) MarshalJSON() ([]byte, error)
- func (o *AlarmsGet200ResponseValueAllOf) SetLastNotificationHeader(v NotificationHeader)
- func (o AlarmsGet200ResponseValueAllOf) ToMap() (map[string]interface{}, error)
- type AlarmsGet200ResponseValueAllOf1
- func (o *AlarmsGet200ResponseValueAllOf1) GetComments() map[string]Comment
- func (o *AlarmsGet200ResponseValueAllOf1) GetCommentsOk() (*map[string]Comment, bool)
- func (o *AlarmsGet200ResponseValueAllOf1) HasComments() bool
- func (o AlarmsGet200ResponseValueAllOf1) MarshalJSON() ([]byte, error)
- func (o *AlarmsGet200ResponseValueAllOf1) SetComments(v map[string]Comment)
- func (o AlarmsGet200ResponseValueAllOf1) ToMap() (map[string]interface{}, error)
- type AlarmsPatchRequest
- type ApiAlarmsAlarmCountGetRequest
- type ApiAlarmsAlarmIdCommentsPostRequest
- type ApiAlarmsAlarmIdPatchRequest
- type ApiAlarmsGetRequest
- func (r ApiAlarmsGetRequest) AlarmAckState(alarmAckState AlarmAckState) ApiAlarmsGetRequest
- func (r ApiAlarmsGetRequest) BaseObjectInstance(baseObjectInstance string) ApiAlarmsGetRequest
- func (r ApiAlarmsGetRequest) Execute() (*map[string]AlarmsGet200ResponseValue, *http.Response, error)
- func (r ApiAlarmsGetRequest) Filter(filter string) ApiAlarmsGetRequest
- type ApiAlarmsPatchRequest
- type ApiSubscriptionsPostRequest
- type ApiSubscriptionsSubscriptionIdDeleteRequest
- type BasicAuth
- type CmNotificationTypes
- type Comment
- func (o *Comment) GetCommentSystemId() string
- func (o *Comment) GetCommentSystemIdOk() (*string, bool)
- func (o *Comment) GetCommentText() string
- func (o *Comment) GetCommentTextOk() (*string, bool)
- func (o *Comment) GetCommentTime() time.Time
- func (o *Comment) GetCommentTimeOk() (*time.Time, bool)
- func (o *Comment) GetCommentUserId() string
- func (o *Comment) GetCommentUserIdOk() (*string, bool)
- func (o *Comment) HasCommentSystemId() bool
- func (o *Comment) HasCommentText() bool
- func (o *Comment) HasCommentTime() bool
- func (o *Comment) HasCommentUserId() bool
- func (o Comment) MarshalJSON() ([]byte, error)
- func (o *Comment) SetCommentSystemId(v string)
- func (o *Comment) SetCommentText(v string)
- func (o *Comment) SetCommentTime(v time.Time)
- func (o *Comment) SetCommentUserId(v string)
- func (o Comment) ToMap() (map[string]interface{}, error)
- type Configuration
- type CorrelatedNotification
- func (o *CorrelatedNotification) GetNotificationIds() []int32
- func (o *CorrelatedNotification) GetNotificationIdsOk() ([]int32, bool)
- func (o *CorrelatedNotification) GetSourceObjectInstance() string
- func (o *CorrelatedNotification) GetSourceObjectInstanceOk() (*string, bool)
- func (o CorrelatedNotification) MarshalJSON() ([]byte, error)
- func (o *CorrelatedNotification) SetNotificationIds(v []int32)
- func (o *CorrelatedNotification) SetSourceObjectInstance(v string)
- func (o CorrelatedNotification) ToMap() (map[string]interface{}, error)
- type DefaultApiService
- func (a *DefaultApiService) AlarmsAlarmCountGet(ctx context.Context) ApiAlarmsAlarmCountGetRequest
- func (a *DefaultApiService) AlarmsAlarmCountGetExecute(r ApiAlarmsAlarmCountGetRequest) (*AlarmCount, *http.Response, error)
- func (a *DefaultApiService) AlarmsAlarmIdCommentsPost(ctx context.Context, alarmId string) ApiAlarmsAlarmIdCommentsPostRequest
- func (a *DefaultApiService) AlarmsAlarmIdCommentsPostExecute(r ApiAlarmsAlarmIdCommentsPostRequest) (*Comment, *http.Response, error)
- func (a *DefaultApiService) AlarmsAlarmIdPatch(ctx context.Context, alarmId string) ApiAlarmsAlarmIdPatchRequest
- func (a *DefaultApiService) AlarmsAlarmIdPatchExecute(r ApiAlarmsAlarmIdPatchRequest) (*http.Response, error)
- func (a *DefaultApiService) AlarmsGet(ctx context.Context) ApiAlarmsGetRequest
- func (a *DefaultApiService) AlarmsGetExecute(r ApiAlarmsGetRequest) (*map[string]AlarmsGet200ResponseValue, *http.Response, error)
- func (a *DefaultApiService) AlarmsPatch(ctx context.Context) ApiAlarmsPatchRequest
- func (a *DefaultApiService) AlarmsPatchExecute(r ApiAlarmsPatchRequest) (*http.Response, error)
- func (a *DefaultApiService) SubscriptionsPost(ctx context.Context) ApiSubscriptionsPostRequest
- func (a *DefaultApiService) SubscriptionsPostExecute(r ApiSubscriptionsPostRequest) (*Subscription, *http.Response, error)
- func (a *DefaultApiService) SubscriptionsSubscriptionIdDelete(ctx context.Context, subscriptionId string) ApiSubscriptionsSubscriptionIdDeleteRequest
- func (a *DefaultApiService) SubscriptionsSubscriptionIdDeleteExecute(r ApiSubscriptionsSubscriptionIdDeleteRequest) (*http.Response, error)
- type ErrorResponse
- func (o *ErrorResponse) GetError() ErrorResponseError
- func (o *ErrorResponse) GetErrorOk() (*ErrorResponseError, bool)
- func (o *ErrorResponse) HasError() bool
- func (o ErrorResponse) MarshalJSON() ([]byte, error)
- func (o *ErrorResponse) SetError(v ErrorResponseError)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- type ErrorResponseError
- func (o *ErrorResponseError) GetErrorInfo() string
- func (o *ErrorResponseError) GetErrorInfoOk() (*string, bool)
- func (o *ErrorResponseError) HasErrorInfo() bool
- func (o ErrorResponseError) MarshalJSON() ([]byte, error)
- func (o *ErrorResponseError) SetErrorInfo(v string)
- func (o ErrorResponseError) ToMap() (map[string]interface{}, error)
- type FailedAlarm
- func (o *FailedAlarm) GetAlarmId() string
- func (o *FailedAlarm) GetAlarmIdOk() (*string, bool)
- func (o *FailedAlarm) GetFailureReason() string
- func (o *FailedAlarm) GetFailureReasonOk() (*string, bool)
- func (o FailedAlarm) MarshalJSON() ([]byte, error)
- func (o *FailedAlarm) SetAlarmId(v string)
- func (o *FailedAlarm) SetFailureReason(v string)
- func (o FailedAlarm) ToMap() (map[string]interface{}, error)
- type FileNotificationTypes
- type GenericOpenAPIError
- type HeartbeatNotificationTypes
- type MappedNullable
- type MergePatchAcknowledgeAlarm
- func (o *MergePatchAcknowledgeAlarm) GetAckState() AckState
- func (o *MergePatchAcknowledgeAlarm) GetAckStateOk() (*AckState, bool)
- func (o *MergePatchAcknowledgeAlarm) GetAckSystemId() string
- func (o *MergePatchAcknowledgeAlarm) GetAckSystemIdOk() (*string, bool)
- func (o *MergePatchAcknowledgeAlarm) GetAckUserId() string
- func (o *MergePatchAcknowledgeAlarm) GetAckUserIdOk() (*string, bool)
- func (o *MergePatchAcknowledgeAlarm) HasAckSystemId() bool
- func (o MergePatchAcknowledgeAlarm) MarshalJSON() ([]byte, error)
- func (o *MergePatchAcknowledgeAlarm) SetAckState(v AckState)
- func (o *MergePatchAcknowledgeAlarm) SetAckSystemId(v string)
- func (o *MergePatchAcknowledgeAlarm) SetAckUserId(v string)
- func (o MergePatchAcknowledgeAlarm) ToMap() (map[string]interface{}, error)
- type MergePatchClearAlarm
- func (o *MergePatchClearAlarm) GetClearSystemId() string
- func (o *MergePatchClearAlarm) GetClearSystemIdOk() (*string, bool)
- func (o *MergePatchClearAlarm) GetClearUserId() string
- func (o *MergePatchClearAlarm) GetClearUserIdOk() (*string, bool)
- func (o *MergePatchClearAlarm) GetPerceivedSeverity() string
- func (o *MergePatchClearAlarm) GetPerceivedSeverityOk() (*string, bool)
- func (o *MergePatchClearAlarm) HasClearSystemId() bool
- func (o MergePatchClearAlarm) MarshalJSON() ([]byte, error)
- func (o *MergePatchClearAlarm) SetClearSystemId(v string)
- func (o *MergePatchClearAlarm) SetClearUserId(v string)
- func (o *MergePatchClearAlarm) SetPerceivedSeverity(v string)
- func (o MergePatchClearAlarm) ToMap() (map[string]interface{}, error)
- type NotificationHeader
- func (o *NotificationHeader) GetEventTime() time.Time
- func (o *NotificationHeader) GetEventTimeOk() (*time.Time, bool)
- func (o *NotificationHeader) GetHref() string
- func (o *NotificationHeader) GetHrefOk() (*string, bool)
- func (o *NotificationHeader) GetNotificationId() int32
- func (o *NotificationHeader) GetNotificationIdOk() (*int32, bool)
- func (o *NotificationHeader) GetNotificationType() NotificationType
- func (o *NotificationHeader) GetNotificationTypeOk() (*NotificationType, bool)
- func (o *NotificationHeader) GetSystemDN() string
- func (o *NotificationHeader) GetSystemDNOk() (*string, bool)
- func (o NotificationHeader) MarshalJSON() ([]byte, error)
- func (o *NotificationHeader) SetEventTime(v time.Time)
- func (o *NotificationHeader) SetHref(v string)
- func (o *NotificationHeader) SetNotificationId(v int32)
- func (o *NotificationHeader) SetNotificationType(v NotificationType)
- func (o *NotificationHeader) SetSystemDN(v string)
- func (o NotificationHeader) ToMap() (map[string]interface{}, error)
- type NotificationType
- func AlarmNotificationTypesAsNotificationType(v *AlarmNotificationTypes) NotificationType
- func CmNotificationTypesAsNotificationType(v *CmNotificationTypes) NotificationType
- func FileNotificationTypesAsNotificationType(v *FileNotificationTypes) NotificationType
- func HeartbeatNotificationTypesAsNotificationType(v *HeartbeatNotificationTypes) NotificationType
- func PerfNotificationTypesAsNotificationType(v *PerfNotificationTypes) NotificationType
- type NotifyAckStateChanged
- func (o *NotifyAckStateChanged) GetAckState() AckState
- func (o *NotifyAckStateChanged) GetAckStateOk() (*AckState, bool)
- func (o *NotifyAckStateChanged) GetAckSystemId() string
- func (o *NotifyAckStateChanged) GetAckSystemIdOk() (*string, bool)
- func (o *NotifyAckStateChanged) GetAckUserId() string
- func (o *NotifyAckStateChanged) GetAckUserIdOk() (*string, bool)
- func (o *NotifyAckStateChanged) GetAlarmId() string
- func (o *NotifyAckStateChanged) GetAlarmIdOk() (*string, bool)
- func (o *NotifyAckStateChanged) GetAlarmType() AlarmType
- func (o *NotifyAckStateChanged) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyAckStateChanged) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyAckStateChanged) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyAckStateChanged) GetProbableCause() ProbableCause
- func (o *NotifyAckStateChanged) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyAckStateChanged) HasAckSystemId() bool
- func (o NotifyAckStateChanged) MarshalJSON() ([]byte, error)
- func (o *NotifyAckStateChanged) SetAckState(v AckState)
- func (o *NotifyAckStateChanged) SetAckSystemId(v string)
- func (o *NotifyAckStateChanged) SetAckUserId(v string)
- func (o *NotifyAckStateChanged) SetAlarmId(v string)
- func (o *NotifyAckStateChanged) SetAlarmType(v AlarmType)
- func (o *NotifyAckStateChanged) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyAckStateChanged) SetProbableCause(v ProbableCause)
- func (o NotifyAckStateChanged) ToMap() (map[string]interface{}, error)
- type NotifyAckStateChangedAllOf
- func (o *NotifyAckStateChangedAllOf) GetAckState() AckState
- func (o *NotifyAckStateChangedAllOf) GetAckStateOk() (*AckState, bool)
- func (o *NotifyAckStateChangedAllOf) GetAckSystemId() string
- func (o *NotifyAckStateChangedAllOf) GetAckSystemIdOk() (*string, bool)
- func (o *NotifyAckStateChangedAllOf) GetAckUserId() string
- func (o *NotifyAckStateChangedAllOf) GetAckUserIdOk() (*string, bool)
- func (o *NotifyAckStateChangedAllOf) GetAlarmId() string
- func (o *NotifyAckStateChangedAllOf) GetAlarmIdOk() (*string, bool)
- func (o *NotifyAckStateChangedAllOf) GetAlarmType() AlarmType
- func (o *NotifyAckStateChangedAllOf) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyAckStateChangedAllOf) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyAckStateChangedAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyAckStateChangedAllOf) GetProbableCause() ProbableCause
- func (o *NotifyAckStateChangedAllOf) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyAckStateChangedAllOf) HasAckSystemId() bool
- func (o NotifyAckStateChangedAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyAckStateChangedAllOf) SetAckState(v AckState)
- func (o *NotifyAckStateChangedAllOf) SetAckSystemId(v string)
- func (o *NotifyAckStateChangedAllOf) SetAckUserId(v string)
- func (o *NotifyAckStateChangedAllOf) SetAlarmId(v string)
- func (o *NotifyAckStateChangedAllOf) SetAlarmType(v AlarmType)
- func (o *NotifyAckStateChangedAllOf) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyAckStateChangedAllOf) SetProbableCause(v ProbableCause)
- func (o NotifyAckStateChangedAllOf) ToMap() (map[string]interface{}, error)
- type NotifyAlarmListRebuilt
- func (o *NotifyAlarmListRebuilt) GetAlarmListAlignmentRequirement() AlarmListAlignmentRequirement
- func (o *NotifyAlarmListRebuilt) GetAlarmListAlignmentRequirementOk() (*AlarmListAlignmentRequirement, bool)
- func (o *NotifyAlarmListRebuilt) GetReason() string
- func (o *NotifyAlarmListRebuilt) GetReasonOk() (*string, bool)
- func (o *NotifyAlarmListRebuilt) HasAlarmListAlignmentRequirement() bool
- func (o NotifyAlarmListRebuilt) MarshalJSON() ([]byte, error)
- func (o *NotifyAlarmListRebuilt) SetAlarmListAlignmentRequirement(v AlarmListAlignmentRequirement)
- func (o *NotifyAlarmListRebuilt) SetReason(v string)
- func (o NotifyAlarmListRebuilt) ToMap() (map[string]interface{}, error)
- type NotifyAlarmListRebuiltAllOf
- func (o *NotifyAlarmListRebuiltAllOf) GetAlarmListAlignmentRequirement() AlarmListAlignmentRequirement
- func (o *NotifyAlarmListRebuiltAllOf) GetAlarmListAlignmentRequirementOk() (*AlarmListAlignmentRequirement, bool)
- func (o *NotifyAlarmListRebuiltAllOf) GetReason() string
- func (o *NotifyAlarmListRebuiltAllOf) GetReasonOk() (*string, bool)
- func (o *NotifyAlarmListRebuiltAllOf) HasAlarmListAlignmentRequirement() bool
- func (o NotifyAlarmListRebuiltAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyAlarmListRebuiltAllOf) SetAlarmListAlignmentRequirement(v AlarmListAlignmentRequirement)
- func (o *NotifyAlarmListRebuiltAllOf) SetReason(v string)
- func (o NotifyAlarmListRebuiltAllOf) ToMap() (map[string]interface{}, error)
- type NotifyChangedAlarm
- func (o *NotifyChangedAlarm) GetAlarmId() string
- func (o *NotifyChangedAlarm) GetAlarmIdOk() (*string, bool)
- func (o *NotifyChangedAlarm) GetAlarmType() AlarmType
- func (o *NotifyChangedAlarm) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyChangedAlarm) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyChangedAlarm) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyChangedAlarm) GetProbableCause() ProbableCause
- func (o *NotifyChangedAlarm) GetProbableCauseOk() (*ProbableCause, bool)
- func (o NotifyChangedAlarm) MarshalJSON() ([]byte, error)
- func (o *NotifyChangedAlarm) SetAlarmId(v string)
- func (o *NotifyChangedAlarm) SetAlarmType(v AlarmType)
- func (o *NotifyChangedAlarm) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyChangedAlarm) SetProbableCause(v ProbableCause)
- func (o NotifyChangedAlarm) ToMap() (map[string]interface{}, error)
- type NotifyChangedAlarmAllOf
- func (o *NotifyChangedAlarmAllOf) GetAlarmId() string
- func (o *NotifyChangedAlarmAllOf) GetAlarmIdOk() (*string, bool)
- func (o *NotifyChangedAlarmAllOf) GetAlarmType() AlarmType
- func (o *NotifyChangedAlarmAllOf) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyChangedAlarmAllOf) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyChangedAlarmAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyChangedAlarmAllOf) GetProbableCause() ProbableCause
- func (o *NotifyChangedAlarmAllOf) GetProbableCauseOk() (*ProbableCause, bool)
- func (o NotifyChangedAlarmAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyChangedAlarmAllOf) SetAlarmId(v string)
- func (o *NotifyChangedAlarmAllOf) SetAlarmType(v AlarmType)
- func (o *NotifyChangedAlarmAllOf) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyChangedAlarmAllOf) SetProbableCause(v ProbableCause)
- func (o NotifyChangedAlarmAllOf) ToMap() (map[string]interface{}, error)
- type NotifyChangedAlarmGeneral
- func (o *NotifyChangedAlarmGeneral) GetAdditionalInformation() map[string]interface{}
- func (o *NotifyChangedAlarmGeneral) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *NotifyChangedAlarmGeneral) GetAdditionalText() string
- func (o *NotifyChangedAlarmGeneral) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyChangedAlarmGeneral) GetAlarmId() string
- func (o *NotifyChangedAlarmGeneral) GetAlarmIdOk() (*string, bool)
- func (o *NotifyChangedAlarmGeneral) GetAlarmType() AlarmType
- func (o *NotifyChangedAlarmGeneral) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyChangedAlarmGeneral) GetBackUpObject() string
- func (o *NotifyChangedAlarmGeneral) GetBackUpObjectOk() (*string, bool)
- func (o *NotifyChangedAlarmGeneral) GetBackedUpStatus() bool
- func (o *NotifyChangedAlarmGeneral) GetBackedUpStatusOk() (*bool, bool)
- func (o *NotifyChangedAlarmGeneral) GetChangedAlarmAttributes() map[string]interface{}
- func (o *NotifyChangedAlarmGeneral) GetChangedAlarmAttributesOk() (map[string]interface{}, bool)
- func (o *NotifyChangedAlarmGeneral) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyChangedAlarmGeneral) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyChangedAlarmGeneral) GetMonitoredAttributes() map[string]interface{}
- func (o *NotifyChangedAlarmGeneral) GetMonitoredAttributesOk() (map[string]interface{}, bool)
- func (o *NotifyChangedAlarmGeneral) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyChangedAlarmGeneral) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyChangedAlarmGeneral) GetProbableCause() ProbableCause
- func (o *NotifyChangedAlarmGeneral) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyChangedAlarmGeneral) GetProposedRepairActions() string
- func (o *NotifyChangedAlarmGeneral) GetProposedRepairActionsOk() (*string, bool)
- func (o *NotifyChangedAlarmGeneral) GetRootCauseIndicator() bool
- func (o *NotifyChangedAlarmGeneral) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyChangedAlarmGeneral) GetSpecificProblem() SpecificProblem
- func (o *NotifyChangedAlarmGeneral) GetSpecificProblemOk() (*SpecificProblem, bool)
- func (o *NotifyChangedAlarmGeneral) GetStateChangeDefinition() []map[string]interface{}
- func (o *NotifyChangedAlarmGeneral) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)
- func (o *NotifyChangedAlarmGeneral) GetThresholdInfo() ThresholdInfo
- func (o *NotifyChangedAlarmGeneral) GetThresholdInfoOk() (*ThresholdInfo, bool)
- func (o *NotifyChangedAlarmGeneral) GetTrendIndication() TrendIndication
- func (o *NotifyChangedAlarmGeneral) GetTrendIndicationOk() (*TrendIndication, bool)
- func (o *NotifyChangedAlarmGeneral) HasAdditionalInformation() bool
- func (o *NotifyChangedAlarmGeneral) HasAdditionalText() bool
- func (o *NotifyChangedAlarmGeneral) HasBackUpObject() bool
- func (o *NotifyChangedAlarmGeneral) HasBackedUpStatus() bool
- func (o *NotifyChangedAlarmGeneral) HasChangedAlarmAttributes() bool
- func (o *NotifyChangedAlarmGeneral) HasCorrelatedNotifications() bool
- func (o *NotifyChangedAlarmGeneral) HasMonitoredAttributes() bool
- func (o *NotifyChangedAlarmGeneral) HasPerceivedSeverity() bool
- func (o *NotifyChangedAlarmGeneral) HasProbableCause() bool
- func (o *NotifyChangedAlarmGeneral) HasProposedRepairActions() bool
- func (o *NotifyChangedAlarmGeneral) HasRootCauseIndicator() bool
- func (o *NotifyChangedAlarmGeneral) HasSpecificProblem() bool
- func (o *NotifyChangedAlarmGeneral) HasStateChangeDefinition() bool
- func (o *NotifyChangedAlarmGeneral) HasThresholdInfo() bool
- func (o *NotifyChangedAlarmGeneral) HasTrendIndication() bool
- func (o NotifyChangedAlarmGeneral) MarshalJSON() ([]byte, error)
- func (o *NotifyChangedAlarmGeneral) SetAdditionalInformation(v map[string]interface{})
- func (o *NotifyChangedAlarmGeneral) SetAdditionalText(v string)
- func (o *NotifyChangedAlarmGeneral) SetAlarmId(v string)
- func (o *NotifyChangedAlarmGeneral) SetAlarmType(v AlarmType)
- func (o *NotifyChangedAlarmGeneral) SetBackUpObject(v string)
- func (o *NotifyChangedAlarmGeneral) SetBackedUpStatus(v bool)
- func (o *NotifyChangedAlarmGeneral) SetChangedAlarmAttributes(v map[string]interface{})
- func (o *NotifyChangedAlarmGeneral) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyChangedAlarmGeneral) SetMonitoredAttributes(v map[string]interface{})
- func (o *NotifyChangedAlarmGeneral) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyChangedAlarmGeneral) SetProbableCause(v ProbableCause)
- func (o *NotifyChangedAlarmGeneral) SetProposedRepairActions(v string)
- func (o *NotifyChangedAlarmGeneral) SetRootCauseIndicator(v bool)
- func (o *NotifyChangedAlarmGeneral) SetSpecificProblem(v SpecificProblem)
- func (o *NotifyChangedAlarmGeneral) SetStateChangeDefinition(v []map[string]interface{})
- func (o *NotifyChangedAlarmGeneral) SetThresholdInfo(v ThresholdInfo)
- func (o *NotifyChangedAlarmGeneral) SetTrendIndication(v TrendIndication)
- func (o NotifyChangedAlarmGeneral) ToMap() (map[string]interface{}, error)
- type NotifyChangedAlarmGeneralAllOf
- func (o *NotifyChangedAlarmGeneralAllOf) GetAdditionalInformation() map[string]interface{}
- func (o *NotifyChangedAlarmGeneralAllOf) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetAdditionalText() string
- func (o *NotifyChangedAlarmGeneralAllOf) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetAlarmId() string
- func (o *NotifyChangedAlarmGeneralAllOf) GetAlarmIdOk() (*string, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetAlarmType() AlarmType
- func (o *NotifyChangedAlarmGeneralAllOf) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetBackUpObject() string
- func (o *NotifyChangedAlarmGeneralAllOf) GetBackUpObjectOk() (*string, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetBackedUpStatus() bool
- func (o *NotifyChangedAlarmGeneralAllOf) GetBackedUpStatusOk() (*bool, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetChangedAlarmAttributes() map[string]interface{}
- func (o *NotifyChangedAlarmGeneralAllOf) GetChangedAlarmAttributesOk() (map[string]interface{}, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyChangedAlarmGeneralAllOf) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetMonitoredAttributes() map[string]interface{}
- func (o *NotifyChangedAlarmGeneralAllOf) GetMonitoredAttributesOk() (map[string]interface{}, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyChangedAlarmGeneralAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetProbableCause() ProbableCause
- func (o *NotifyChangedAlarmGeneralAllOf) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetProposedRepairActions() string
- func (o *NotifyChangedAlarmGeneralAllOf) GetProposedRepairActionsOk() (*string, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetRootCauseIndicator() bool
- func (o *NotifyChangedAlarmGeneralAllOf) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetSpecificProblem() SpecificProblem
- func (o *NotifyChangedAlarmGeneralAllOf) GetSpecificProblemOk() (*SpecificProblem, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetStateChangeDefinition() []map[string]interface{}
- func (o *NotifyChangedAlarmGeneralAllOf) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetThresholdInfo() ThresholdInfo
- func (o *NotifyChangedAlarmGeneralAllOf) GetThresholdInfoOk() (*ThresholdInfo, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) GetTrendIndication() TrendIndication
- func (o *NotifyChangedAlarmGeneralAllOf) GetTrendIndicationOk() (*TrendIndication, bool)
- func (o *NotifyChangedAlarmGeneralAllOf) HasAdditionalInformation() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasAdditionalText() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasBackUpObject() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasBackedUpStatus() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasChangedAlarmAttributes() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasCorrelatedNotifications() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasMonitoredAttributes() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasPerceivedSeverity() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasProbableCause() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasProposedRepairActions() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasRootCauseIndicator() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasSpecificProblem() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasStateChangeDefinition() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasThresholdInfo() bool
- func (o *NotifyChangedAlarmGeneralAllOf) HasTrendIndication() bool
- func (o NotifyChangedAlarmGeneralAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyChangedAlarmGeneralAllOf) SetAdditionalInformation(v map[string]interface{})
- func (o *NotifyChangedAlarmGeneralAllOf) SetAdditionalText(v string)
- func (o *NotifyChangedAlarmGeneralAllOf) SetAlarmId(v string)
- func (o *NotifyChangedAlarmGeneralAllOf) SetAlarmType(v AlarmType)
- func (o *NotifyChangedAlarmGeneralAllOf) SetBackUpObject(v string)
- func (o *NotifyChangedAlarmGeneralAllOf) SetBackedUpStatus(v bool)
- func (o *NotifyChangedAlarmGeneralAllOf) SetChangedAlarmAttributes(v map[string]interface{})
- func (o *NotifyChangedAlarmGeneralAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyChangedAlarmGeneralAllOf) SetMonitoredAttributes(v map[string]interface{})
- func (o *NotifyChangedAlarmGeneralAllOf) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyChangedAlarmGeneralAllOf) SetProbableCause(v ProbableCause)
- func (o *NotifyChangedAlarmGeneralAllOf) SetProposedRepairActions(v string)
- func (o *NotifyChangedAlarmGeneralAllOf) SetRootCauseIndicator(v bool)
- func (o *NotifyChangedAlarmGeneralAllOf) SetSpecificProblem(v SpecificProblem)
- func (o *NotifyChangedAlarmGeneralAllOf) SetStateChangeDefinition(v []map[string]interface{})
- func (o *NotifyChangedAlarmGeneralAllOf) SetThresholdInfo(v ThresholdInfo)
- func (o *NotifyChangedAlarmGeneralAllOf) SetTrendIndication(v TrendIndication)
- func (o NotifyChangedAlarmGeneralAllOf) ToMap() (map[string]interface{}, error)
- type NotifyChangedSecAlarmGeneral
- func (o *NotifyChangedSecAlarmGeneral) GetAdditionalInformation() map[string]interface{}
- func (o *NotifyChangedSecAlarmGeneral) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetAdditionalText() string
- func (o *NotifyChangedSecAlarmGeneral) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetAlarmId() string
- func (o *NotifyChangedSecAlarmGeneral) GetAlarmIdOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetAlarmType() AlarmType
- func (o *NotifyChangedSecAlarmGeneral) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetChangedAlarmAttributes() map[string]interface{}
- func (o *NotifyChangedSecAlarmGeneral) GetChangedAlarmAttributesOk() (map[string]interface{}, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyChangedSecAlarmGeneral) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyChangedSecAlarmGeneral) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetProbableCause() ProbableCause
- func (o *NotifyChangedSecAlarmGeneral) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetRootCauseIndicator() bool
- func (o *NotifyChangedSecAlarmGeneral) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetSecurityAlarmDetector() string
- func (o *NotifyChangedSecAlarmGeneral) GetSecurityAlarmDetectorOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetServiceProvider() string
- func (o *NotifyChangedSecAlarmGeneral) GetServiceProviderOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneral) GetServiceUser() string
- func (o *NotifyChangedSecAlarmGeneral) GetServiceUserOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneral) HasAdditionalInformation() bool
- func (o *NotifyChangedSecAlarmGeneral) HasAdditionalText() bool
- func (o *NotifyChangedSecAlarmGeneral) HasChangedAlarmAttributes() bool
- func (o *NotifyChangedSecAlarmGeneral) HasCorrelatedNotifications() bool
- func (o *NotifyChangedSecAlarmGeneral) HasPerceivedSeverity() bool
- func (o *NotifyChangedSecAlarmGeneral) HasProbableCause() bool
- func (o *NotifyChangedSecAlarmGeneral) HasRootCauseIndicator() bool
- func (o NotifyChangedSecAlarmGeneral) MarshalJSON() ([]byte, error)
- func (o *NotifyChangedSecAlarmGeneral) SetAdditionalInformation(v map[string]interface{})
- func (o *NotifyChangedSecAlarmGeneral) SetAdditionalText(v string)
- func (o *NotifyChangedSecAlarmGeneral) SetAlarmId(v string)
- func (o *NotifyChangedSecAlarmGeneral) SetAlarmType(v AlarmType)
- func (o *NotifyChangedSecAlarmGeneral) SetChangedAlarmAttributes(v map[string]interface{})
- func (o *NotifyChangedSecAlarmGeneral) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyChangedSecAlarmGeneral) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyChangedSecAlarmGeneral) SetProbableCause(v ProbableCause)
- func (o *NotifyChangedSecAlarmGeneral) SetRootCauseIndicator(v bool)
- func (o *NotifyChangedSecAlarmGeneral) SetSecurityAlarmDetector(v string)
- func (o *NotifyChangedSecAlarmGeneral) SetServiceProvider(v string)
- func (o *NotifyChangedSecAlarmGeneral) SetServiceUser(v string)
- func (o NotifyChangedSecAlarmGeneral) ToMap() (map[string]interface{}, error)
- type NotifyChangedSecAlarmGeneralAllOf
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetAdditionalInformation() map[string]interface{}
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetAdditionalText() string
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetAlarmId() string
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetAlarmIdOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetAlarmType() AlarmType
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetChangedAlarmAttributes() map[string]interface{}
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetChangedAlarmAttributesOk() (map[string]interface{}, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetProbableCause() ProbableCause
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetRootCauseIndicator() bool
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetSecurityAlarmDetector() string
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetSecurityAlarmDetectorOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetServiceProvider() string
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetServiceProviderOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetServiceUser() string
- func (o *NotifyChangedSecAlarmGeneralAllOf) GetServiceUserOk() (*string, bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) HasAdditionalInformation() bool
- func (o *NotifyChangedSecAlarmGeneralAllOf) HasAdditionalText() bool
- func (o *NotifyChangedSecAlarmGeneralAllOf) HasChangedAlarmAttributes() bool
- func (o *NotifyChangedSecAlarmGeneralAllOf) HasCorrelatedNotifications() bool
- func (o *NotifyChangedSecAlarmGeneralAllOf) HasPerceivedSeverity() bool
- func (o *NotifyChangedSecAlarmGeneralAllOf) HasProbableCause() bool
- func (o *NotifyChangedSecAlarmGeneralAllOf) HasRootCauseIndicator() bool
- func (o NotifyChangedSecAlarmGeneralAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetAdditionalInformation(v map[string]interface{})
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetAdditionalText(v string)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetAlarmId(v string)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetAlarmType(v AlarmType)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetChangedAlarmAttributes(v map[string]interface{})
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetProbableCause(v ProbableCause)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetRootCauseIndicator(v bool)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetSecurityAlarmDetector(v string)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetServiceProvider(v string)
- func (o *NotifyChangedSecAlarmGeneralAllOf) SetServiceUser(v string)
- func (o NotifyChangedSecAlarmGeneralAllOf) ToMap() (map[string]interface{}, error)
- type NotifyClearedAlarm
- func (o *NotifyClearedAlarm) GetAlarmId() string
- func (o *NotifyClearedAlarm) GetAlarmIdOk() (*string, bool)
- func (o *NotifyClearedAlarm) GetAlarmType() AlarmType
- func (o *NotifyClearedAlarm) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyClearedAlarm) GetClearSystemId() string
- func (o *NotifyClearedAlarm) GetClearSystemIdOk() (*string, bool)
- func (o *NotifyClearedAlarm) GetClearUserId() string
- func (o *NotifyClearedAlarm) GetClearUserIdOk() (*string, bool)
- func (o *NotifyClearedAlarm) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyClearedAlarm) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyClearedAlarm) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyClearedAlarm) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyClearedAlarm) GetProbableCause() ProbableCause
- func (o *NotifyClearedAlarm) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyClearedAlarm) HasClearSystemId() bool
- func (o *NotifyClearedAlarm) HasClearUserId() bool
- func (o *NotifyClearedAlarm) HasCorrelatedNotifications() bool
- func (o NotifyClearedAlarm) MarshalJSON() ([]byte, error)
- func (o *NotifyClearedAlarm) SetAlarmId(v string)
- func (o *NotifyClearedAlarm) SetAlarmType(v AlarmType)
- func (o *NotifyClearedAlarm) SetClearSystemId(v string)
- func (o *NotifyClearedAlarm) SetClearUserId(v string)
- func (o *NotifyClearedAlarm) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyClearedAlarm) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyClearedAlarm) SetProbableCause(v ProbableCause)
- func (o NotifyClearedAlarm) ToMap() (map[string]interface{}, error)
- type NotifyClearedAlarmAllOf
- func (o *NotifyClearedAlarmAllOf) GetAlarmId() string
- func (o *NotifyClearedAlarmAllOf) GetAlarmIdOk() (*string, bool)
- func (o *NotifyClearedAlarmAllOf) GetAlarmType() AlarmType
- func (o *NotifyClearedAlarmAllOf) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyClearedAlarmAllOf) GetClearSystemId() string
- func (o *NotifyClearedAlarmAllOf) GetClearSystemIdOk() (*string, bool)
- func (o *NotifyClearedAlarmAllOf) GetClearUserId() string
- func (o *NotifyClearedAlarmAllOf) GetClearUserIdOk() (*string, bool)
- func (o *NotifyClearedAlarmAllOf) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyClearedAlarmAllOf) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyClearedAlarmAllOf) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyClearedAlarmAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyClearedAlarmAllOf) GetProbableCause() ProbableCause
- func (o *NotifyClearedAlarmAllOf) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyClearedAlarmAllOf) HasClearSystemId() bool
- func (o *NotifyClearedAlarmAllOf) HasClearUserId() bool
- func (o *NotifyClearedAlarmAllOf) HasCorrelatedNotifications() bool
- func (o NotifyClearedAlarmAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyClearedAlarmAllOf) SetAlarmId(v string)
- func (o *NotifyClearedAlarmAllOf) SetAlarmType(v AlarmType)
- func (o *NotifyClearedAlarmAllOf) SetClearSystemId(v string)
- func (o *NotifyClearedAlarmAllOf) SetClearUserId(v string)
- func (o *NotifyClearedAlarmAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyClearedAlarmAllOf) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyClearedAlarmAllOf) SetProbableCause(v ProbableCause)
- func (o NotifyClearedAlarmAllOf) ToMap() (map[string]interface{}, error)
- type NotifyComments
- func (o *NotifyComments) GetAlarmId() string
- func (o *NotifyComments) GetAlarmIdOk() (*string, bool)
- func (o *NotifyComments) GetAlarmType() AlarmType
- func (o *NotifyComments) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyComments) GetComments() map[string]Comment
- func (o *NotifyComments) GetCommentsOk() (*map[string]Comment, bool)
- func (o *NotifyComments) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyComments) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyComments) GetProbableCause() ProbableCause
- func (o *NotifyComments) GetProbableCauseOk() (*ProbableCause, bool)
- func (o NotifyComments) MarshalJSON() ([]byte, error)
- func (o *NotifyComments) SetAlarmId(v string)
- func (o *NotifyComments) SetAlarmType(v AlarmType)
- func (o *NotifyComments) SetComments(v map[string]Comment)
- func (o *NotifyComments) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyComments) SetProbableCause(v ProbableCause)
- func (o NotifyComments) ToMap() (map[string]interface{}, error)
- type NotifyCommentsAllOf
- func (o *NotifyCommentsAllOf) GetAlarmId() string
- func (o *NotifyCommentsAllOf) GetAlarmIdOk() (*string, bool)
- func (o *NotifyCommentsAllOf) GetAlarmType() AlarmType
- func (o *NotifyCommentsAllOf) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyCommentsAllOf) GetComments() map[string]Comment
- func (o *NotifyCommentsAllOf) GetCommentsOk() (*map[string]Comment, bool)
- func (o *NotifyCommentsAllOf) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyCommentsAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyCommentsAllOf) GetProbableCause() ProbableCause
- func (o *NotifyCommentsAllOf) GetProbableCauseOk() (*ProbableCause, bool)
- func (o NotifyCommentsAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyCommentsAllOf) SetAlarmId(v string)
- func (o *NotifyCommentsAllOf) SetAlarmType(v AlarmType)
- func (o *NotifyCommentsAllOf) SetComments(v map[string]Comment)
- func (o *NotifyCommentsAllOf) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyCommentsAllOf) SetProbableCause(v ProbableCause)
- func (o NotifyCommentsAllOf) ToMap() (map[string]interface{}, error)
- type NotifyCorrelatedNotificationChanged
- func (o *NotifyCorrelatedNotificationChanged) GetAlarmId() string
- func (o *NotifyCorrelatedNotificationChanged) GetAlarmIdOk() (*string, bool)
- func (o *NotifyCorrelatedNotificationChanged) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyCorrelatedNotificationChanged) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyCorrelatedNotificationChanged) GetRootCauseIndicator() bool
- func (o *NotifyCorrelatedNotificationChanged) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyCorrelatedNotificationChanged) HasRootCauseIndicator() bool
- func (o NotifyCorrelatedNotificationChanged) MarshalJSON() ([]byte, error)
- func (o *NotifyCorrelatedNotificationChanged) SetAlarmId(v string)
- func (o *NotifyCorrelatedNotificationChanged) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyCorrelatedNotificationChanged) SetRootCauseIndicator(v bool)
- func (o NotifyCorrelatedNotificationChanged) ToMap() (map[string]interface{}, error)
- type NotifyCorrelatedNotificationChangedAllOf
- func (o *NotifyCorrelatedNotificationChangedAllOf) GetAlarmId() string
- func (o *NotifyCorrelatedNotificationChangedAllOf) GetAlarmIdOk() (*string, bool)
- func (o *NotifyCorrelatedNotificationChangedAllOf) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyCorrelatedNotificationChangedAllOf) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyCorrelatedNotificationChangedAllOf) GetRootCauseIndicator() bool
- func (o *NotifyCorrelatedNotificationChangedAllOf) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyCorrelatedNotificationChangedAllOf) HasRootCauseIndicator() bool
- func (o NotifyCorrelatedNotificationChangedAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyCorrelatedNotificationChangedAllOf) SetAlarmId(v string)
- func (o *NotifyCorrelatedNotificationChangedAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyCorrelatedNotificationChangedAllOf) SetRootCauseIndicator(v bool)
- func (o NotifyCorrelatedNotificationChangedAllOf) ToMap() (map[string]interface{}, error)
- type NotifyNewAlarm
- func (o *NotifyNewAlarm) GetAdditionalInformation() map[string]interface{}
- func (o *NotifyNewAlarm) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *NotifyNewAlarm) GetAdditionalText() string
- func (o *NotifyNewAlarm) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyNewAlarm) GetAlarmId() string
- func (o *NotifyNewAlarm) GetAlarmIdOk() (*string, bool)
- func (o *NotifyNewAlarm) GetAlarmType() AlarmType
- func (o *NotifyNewAlarm) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyNewAlarm) GetBackUpObject() string
- func (o *NotifyNewAlarm) GetBackUpObjectOk() (*string, bool)
- func (o *NotifyNewAlarm) GetBackedUpStatus() bool
- func (o *NotifyNewAlarm) GetBackedUpStatusOk() (*bool, bool)
- func (o *NotifyNewAlarm) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyNewAlarm) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyNewAlarm) GetMonitoredAttributes() map[string]interface{}
- func (o *NotifyNewAlarm) GetMonitoredAttributesOk() (map[string]interface{}, bool)
- func (o *NotifyNewAlarm) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyNewAlarm) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyNewAlarm) GetProbableCause() ProbableCause
- func (o *NotifyNewAlarm) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyNewAlarm) GetProposedRepairActions() string
- func (o *NotifyNewAlarm) GetProposedRepairActionsOk() (*string, bool)
- func (o *NotifyNewAlarm) GetRootCauseIndicator() bool
- func (o *NotifyNewAlarm) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyNewAlarm) GetSpecificProblem() SpecificProblem
- func (o *NotifyNewAlarm) GetSpecificProblemOk() (*SpecificProblem, bool)
- func (o *NotifyNewAlarm) GetStateChangeDefinition() []map[string]interface{}
- func (o *NotifyNewAlarm) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)
- func (o *NotifyNewAlarm) GetThresholdInfo() ThresholdInfo
- func (o *NotifyNewAlarm) GetThresholdInfoOk() (*ThresholdInfo, bool)
- func (o *NotifyNewAlarm) GetTrendIndication() TrendIndication
- func (o *NotifyNewAlarm) GetTrendIndicationOk() (*TrendIndication, bool)
- func (o *NotifyNewAlarm) HasAdditionalInformation() bool
- func (o *NotifyNewAlarm) HasAdditionalText() bool
- func (o *NotifyNewAlarm) HasBackUpObject() bool
- func (o *NotifyNewAlarm) HasBackedUpStatus() bool
- func (o *NotifyNewAlarm) HasCorrelatedNotifications() bool
- func (o *NotifyNewAlarm) HasMonitoredAttributes() bool
- func (o *NotifyNewAlarm) HasProposedRepairActions() bool
- func (o *NotifyNewAlarm) HasRootCauseIndicator() bool
- func (o *NotifyNewAlarm) HasSpecificProblem() bool
- func (o *NotifyNewAlarm) HasStateChangeDefinition() bool
- func (o *NotifyNewAlarm) HasThresholdInfo() bool
- func (o *NotifyNewAlarm) HasTrendIndication() bool
- func (o NotifyNewAlarm) MarshalJSON() ([]byte, error)
- func (o *NotifyNewAlarm) SetAdditionalInformation(v map[string]interface{})
- func (o *NotifyNewAlarm) SetAdditionalText(v string)
- func (o *NotifyNewAlarm) SetAlarmId(v string)
- func (o *NotifyNewAlarm) SetAlarmType(v AlarmType)
- func (o *NotifyNewAlarm) SetBackUpObject(v string)
- func (o *NotifyNewAlarm) SetBackedUpStatus(v bool)
- func (o *NotifyNewAlarm) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyNewAlarm) SetMonitoredAttributes(v map[string]interface{})
- func (o *NotifyNewAlarm) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyNewAlarm) SetProbableCause(v ProbableCause)
- func (o *NotifyNewAlarm) SetProposedRepairActions(v string)
- func (o *NotifyNewAlarm) SetRootCauseIndicator(v bool)
- func (o *NotifyNewAlarm) SetSpecificProblem(v SpecificProblem)
- func (o *NotifyNewAlarm) SetStateChangeDefinition(v []map[string]interface{})
- func (o *NotifyNewAlarm) SetThresholdInfo(v ThresholdInfo)
- func (o *NotifyNewAlarm) SetTrendIndication(v TrendIndication)
- func (o NotifyNewAlarm) ToMap() (map[string]interface{}, error)
- type NotifyNewAlarmAllOf
- func (o *NotifyNewAlarmAllOf) GetAdditionalInformation() map[string]interface{}
- func (o *NotifyNewAlarmAllOf) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *NotifyNewAlarmAllOf) GetAdditionalText() string
- func (o *NotifyNewAlarmAllOf) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyNewAlarmAllOf) GetAlarmId() string
- func (o *NotifyNewAlarmAllOf) GetAlarmIdOk() (*string, bool)
- func (o *NotifyNewAlarmAllOf) GetAlarmType() AlarmType
- func (o *NotifyNewAlarmAllOf) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyNewAlarmAllOf) GetBackUpObject() string
- func (o *NotifyNewAlarmAllOf) GetBackUpObjectOk() (*string, bool)
- func (o *NotifyNewAlarmAllOf) GetBackedUpStatus() bool
- func (o *NotifyNewAlarmAllOf) GetBackedUpStatusOk() (*bool, bool)
- func (o *NotifyNewAlarmAllOf) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyNewAlarmAllOf) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyNewAlarmAllOf) GetMonitoredAttributes() map[string]interface{}
- func (o *NotifyNewAlarmAllOf) GetMonitoredAttributesOk() (map[string]interface{}, bool)
- func (o *NotifyNewAlarmAllOf) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyNewAlarmAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyNewAlarmAllOf) GetProbableCause() ProbableCause
- func (o *NotifyNewAlarmAllOf) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyNewAlarmAllOf) GetProposedRepairActions() string
- func (o *NotifyNewAlarmAllOf) GetProposedRepairActionsOk() (*string, bool)
- func (o *NotifyNewAlarmAllOf) GetRootCauseIndicator() bool
- func (o *NotifyNewAlarmAllOf) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyNewAlarmAllOf) GetSpecificProblem() SpecificProblem
- func (o *NotifyNewAlarmAllOf) GetSpecificProblemOk() (*SpecificProblem, bool)
- func (o *NotifyNewAlarmAllOf) GetStateChangeDefinition() []map[string]interface{}
- func (o *NotifyNewAlarmAllOf) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool)
- func (o *NotifyNewAlarmAllOf) GetThresholdInfo() ThresholdInfo
- func (o *NotifyNewAlarmAllOf) GetThresholdInfoOk() (*ThresholdInfo, bool)
- func (o *NotifyNewAlarmAllOf) GetTrendIndication() TrendIndication
- func (o *NotifyNewAlarmAllOf) GetTrendIndicationOk() (*TrendIndication, bool)
- func (o *NotifyNewAlarmAllOf) HasAdditionalInformation() bool
- func (o *NotifyNewAlarmAllOf) HasAdditionalText() bool
- func (o *NotifyNewAlarmAllOf) HasBackUpObject() bool
- func (o *NotifyNewAlarmAllOf) HasBackedUpStatus() bool
- func (o *NotifyNewAlarmAllOf) HasCorrelatedNotifications() bool
- func (o *NotifyNewAlarmAllOf) HasMonitoredAttributes() bool
- func (o *NotifyNewAlarmAllOf) HasProposedRepairActions() bool
- func (o *NotifyNewAlarmAllOf) HasRootCauseIndicator() bool
- func (o *NotifyNewAlarmAllOf) HasSpecificProblem() bool
- func (o *NotifyNewAlarmAllOf) HasStateChangeDefinition() bool
- func (o *NotifyNewAlarmAllOf) HasThresholdInfo() bool
- func (o *NotifyNewAlarmAllOf) HasTrendIndication() bool
- func (o NotifyNewAlarmAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyNewAlarmAllOf) SetAdditionalInformation(v map[string]interface{})
- func (o *NotifyNewAlarmAllOf) SetAdditionalText(v string)
- func (o *NotifyNewAlarmAllOf) SetAlarmId(v string)
- func (o *NotifyNewAlarmAllOf) SetAlarmType(v AlarmType)
- func (o *NotifyNewAlarmAllOf) SetBackUpObject(v string)
- func (o *NotifyNewAlarmAllOf) SetBackedUpStatus(v bool)
- func (o *NotifyNewAlarmAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyNewAlarmAllOf) SetMonitoredAttributes(v map[string]interface{})
- func (o *NotifyNewAlarmAllOf) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyNewAlarmAllOf) SetProbableCause(v ProbableCause)
- func (o *NotifyNewAlarmAllOf) SetProposedRepairActions(v string)
- func (o *NotifyNewAlarmAllOf) SetRootCauseIndicator(v bool)
- func (o *NotifyNewAlarmAllOf) SetSpecificProblem(v SpecificProblem)
- func (o *NotifyNewAlarmAllOf) SetStateChangeDefinition(v []map[string]interface{})
- func (o *NotifyNewAlarmAllOf) SetThresholdInfo(v ThresholdInfo)
- func (o *NotifyNewAlarmAllOf) SetTrendIndication(v TrendIndication)
- func (o NotifyNewAlarmAllOf) ToMap() (map[string]interface{}, error)
- type NotifyNewSecAlarm
- func (o *NotifyNewSecAlarm) GetAdditionalInformation() map[string]interface{}
- func (o *NotifyNewSecAlarm) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *NotifyNewSecAlarm) GetAdditionalText() string
- func (o *NotifyNewSecAlarm) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyNewSecAlarm) GetAlarmId() string
- func (o *NotifyNewSecAlarm) GetAlarmIdOk() (*string, bool)
- func (o *NotifyNewSecAlarm) GetAlarmType() AlarmType
- func (o *NotifyNewSecAlarm) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyNewSecAlarm) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyNewSecAlarm) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyNewSecAlarm) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyNewSecAlarm) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyNewSecAlarm) GetProbableCause() ProbableCause
- func (o *NotifyNewSecAlarm) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyNewSecAlarm) GetRootCauseIndicator() bool
- func (o *NotifyNewSecAlarm) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyNewSecAlarm) GetSecurityAlarmDetector() string
- func (o *NotifyNewSecAlarm) GetSecurityAlarmDetectorOk() (*string, bool)
- func (o *NotifyNewSecAlarm) GetServiceProvider() string
- func (o *NotifyNewSecAlarm) GetServiceProviderOk() (*string, bool)
- func (o *NotifyNewSecAlarm) GetServiceUser() string
- func (o *NotifyNewSecAlarm) GetServiceUserOk() (*string, bool)
- func (o *NotifyNewSecAlarm) HasAdditionalInformation() bool
- func (o *NotifyNewSecAlarm) HasAdditionalText() bool
- func (o *NotifyNewSecAlarm) HasCorrelatedNotifications() bool
- func (o *NotifyNewSecAlarm) HasRootCauseIndicator() bool
- func (o NotifyNewSecAlarm) MarshalJSON() ([]byte, error)
- func (o *NotifyNewSecAlarm) SetAdditionalInformation(v map[string]interface{})
- func (o *NotifyNewSecAlarm) SetAdditionalText(v string)
- func (o *NotifyNewSecAlarm) SetAlarmId(v string)
- func (o *NotifyNewSecAlarm) SetAlarmType(v AlarmType)
- func (o *NotifyNewSecAlarm) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyNewSecAlarm) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyNewSecAlarm) SetProbableCause(v ProbableCause)
- func (o *NotifyNewSecAlarm) SetRootCauseIndicator(v bool)
- func (o *NotifyNewSecAlarm) SetSecurityAlarmDetector(v string)
- func (o *NotifyNewSecAlarm) SetServiceProvider(v string)
- func (o *NotifyNewSecAlarm) SetServiceUser(v string)
- func (o NotifyNewSecAlarm) ToMap() (map[string]interface{}, error)
- type NotifyNewSecAlarmAllOf
- func (o *NotifyNewSecAlarmAllOf) GetAdditionalInformation() map[string]interface{}
- func (o *NotifyNewSecAlarmAllOf) GetAdditionalInformationOk() (map[string]interface{}, bool)
- func (o *NotifyNewSecAlarmAllOf) GetAdditionalText() string
- func (o *NotifyNewSecAlarmAllOf) GetAdditionalTextOk() (*string, bool)
- func (o *NotifyNewSecAlarmAllOf) GetAlarmId() string
- func (o *NotifyNewSecAlarmAllOf) GetAlarmIdOk() (*string, bool)
- func (o *NotifyNewSecAlarmAllOf) GetAlarmType() AlarmType
- func (o *NotifyNewSecAlarmAllOf) GetAlarmTypeOk() (*AlarmType, bool)
- func (o *NotifyNewSecAlarmAllOf) GetCorrelatedNotifications() []CorrelatedNotification
- func (o *NotifyNewSecAlarmAllOf) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
- func (o *NotifyNewSecAlarmAllOf) GetPerceivedSeverity() PerceivedSeverity
- func (o *NotifyNewSecAlarmAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
- func (o *NotifyNewSecAlarmAllOf) GetProbableCause() ProbableCause
- func (o *NotifyNewSecAlarmAllOf) GetProbableCauseOk() (*ProbableCause, bool)
- func (o *NotifyNewSecAlarmAllOf) GetRootCauseIndicator() bool
- func (o *NotifyNewSecAlarmAllOf) GetRootCauseIndicatorOk() (*bool, bool)
- func (o *NotifyNewSecAlarmAllOf) GetSecurityAlarmDetector() string
- func (o *NotifyNewSecAlarmAllOf) GetSecurityAlarmDetectorOk() (*string, bool)
- func (o *NotifyNewSecAlarmAllOf) GetServiceProvider() string
- func (o *NotifyNewSecAlarmAllOf) GetServiceProviderOk() (*string, bool)
- func (o *NotifyNewSecAlarmAllOf) GetServiceUser() string
- func (o *NotifyNewSecAlarmAllOf) GetServiceUserOk() (*string, bool)
- func (o *NotifyNewSecAlarmAllOf) HasAdditionalInformation() bool
- func (o *NotifyNewSecAlarmAllOf) HasAdditionalText() bool
- func (o *NotifyNewSecAlarmAllOf) HasCorrelatedNotifications() bool
- func (o *NotifyNewSecAlarmAllOf) HasRootCauseIndicator() bool
- func (o NotifyNewSecAlarmAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyNewSecAlarmAllOf) SetAdditionalInformation(v map[string]interface{})
- func (o *NotifyNewSecAlarmAllOf) SetAdditionalText(v string)
- func (o *NotifyNewSecAlarmAllOf) SetAlarmId(v string)
- func (o *NotifyNewSecAlarmAllOf) SetAlarmType(v AlarmType)
- func (o *NotifyNewSecAlarmAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
- func (o *NotifyNewSecAlarmAllOf) SetPerceivedSeverity(v PerceivedSeverity)
- func (o *NotifyNewSecAlarmAllOf) SetProbableCause(v ProbableCause)
- func (o *NotifyNewSecAlarmAllOf) SetRootCauseIndicator(v bool)
- func (o *NotifyNewSecAlarmAllOf) SetSecurityAlarmDetector(v string)
- func (o *NotifyNewSecAlarmAllOf) SetServiceProvider(v string)
- func (o *NotifyNewSecAlarmAllOf) SetServiceUser(v string)
- func (o NotifyNewSecAlarmAllOf) ToMap() (map[string]interface{}, error)
- type NotifyPotentialFaultyAlarmList
- func (o *NotifyPotentialFaultyAlarmList) GetReason() string
- func (o *NotifyPotentialFaultyAlarmList) GetReasonOk() (*string, bool)
- func (o NotifyPotentialFaultyAlarmList) MarshalJSON() ([]byte, error)
- func (o *NotifyPotentialFaultyAlarmList) SetReason(v string)
- func (o NotifyPotentialFaultyAlarmList) ToMap() (map[string]interface{}, error)
- type NotifyPotentialFaultyAlarmListAllOf
- func (o *NotifyPotentialFaultyAlarmListAllOf) GetReason() string
- func (o *NotifyPotentialFaultyAlarmListAllOf) GetReasonOk() (*string, bool)
- func (o NotifyPotentialFaultyAlarmListAllOf) MarshalJSON() ([]byte, error)
- func (o *NotifyPotentialFaultyAlarmListAllOf) SetReason(v string)
- func (o NotifyPotentialFaultyAlarmListAllOf) ToMap() (map[string]interface{}, error)
- type NullableAckState
- type NullableAlarmAckState
- func (v NullableAlarmAckState) Get() *AlarmAckState
- func (v NullableAlarmAckState) IsSet() bool
- func (v NullableAlarmAckState) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmAckState) Set(val *AlarmAckState)
- func (v *NullableAlarmAckState) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmAckState) Unset()
- type NullableAlarmCount
- type NullableAlarmListAlignmentRequirement
- func (v NullableAlarmListAlignmentRequirement) Get() *AlarmListAlignmentRequirement
- func (v NullableAlarmListAlignmentRequirement) IsSet() bool
- func (v NullableAlarmListAlignmentRequirement) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmListAlignmentRequirement) Set(val *AlarmListAlignmentRequirement)
- func (v *NullableAlarmListAlignmentRequirement) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmListAlignmentRequirement) Unset()
- type NullableAlarmNotificationTypes
- func (v NullableAlarmNotificationTypes) Get() *AlarmNotificationTypes
- func (v NullableAlarmNotificationTypes) IsSet() bool
- func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmNotificationTypes) Set(val *AlarmNotificationTypes)
- func (v *NullableAlarmNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmNotificationTypes) Unset()
- type NullableAlarmRecord
- func (v NullableAlarmRecord) Get() *AlarmRecord
- func (v NullableAlarmRecord) IsSet() bool
- func (v NullableAlarmRecord) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmRecord) Set(val *AlarmRecord)
- func (v *NullableAlarmRecord) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmRecord) Unset()
- type NullableAlarmType
- type NullableAlarmsAlarmIdPatchRequest
- func (v NullableAlarmsAlarmIdPatchRequest) Get() *AlarmsAlarmIdPatchRequest
- func (v NullableAlarmsAlarmIdPatchRequest) IsSet() bool
- func (v NullableAlarmsAlarmIdPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmsAlarmIdPatchRequest) Set(val *AlarmsAlarmIdPatchRequest)
- func (v *NullableAlarmsAlarmIdPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmsAlarmIdPatchRequest) Unset()
- type NullableAlarmsGet200ResponseValue
- func (v NullableAlarmsGet200ResponseValue) Get() *AlarmsGet200ResponseValue
- func (v NullableAlarmsGet200ResponseValue) IsSet() bool
- func (v NullableAlarmsGet200ResponseValue) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmsGet200ResponseValue) Set(val *AlarmsGet200ResponseValue)
- func (v *NullableAlarmsGet200ResponseValue) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmsGet200ResponseValue) Unset()
- type NullableAlarmsGet200ResponseValueAllOf
- func (v NullableAlarmsGet200ResponseValueAllOf) Get() *AlarmsGet200ResponseValueAllOf
- func (v NullableAlarmsGet200ResponseValueAllOf) IsSet() bool
- func (v NullableAlarmsGet200ResponseValueAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmsGet200ResponseValueAllOf) Set(val *AlarmsGet200ResponseValueAllOf)
- func (v *NullableAlarmsGet200ResponseValueAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmsGet200ResponseValueAllOf) Unset()
- type NullableAlarmsGet200ResponseValueAllOf1
- func (v NullableAlarmsGet200ResponseValueAllOf1) Get() *AlarmsGet200ResponseValueAllOf1
- func (v NullableAlarmsGet200ResponseValueAllOf1) IsSet() bool
- func (v NullableAlarmsGet200ResponseValueAllOf1) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmsGet200ResponseValueAllOf1) Set(val *AlarmsGet200ResponseValueAllOf1)
- func (v *NullableAlarmsGet200ResponseValueAllOf1) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmsGet200ResponseValueAllOf1) Unset()
- type NullableAlarmsPatchRequest
- func (v NullableAlarmsPatchRequest) Get() *AlarmsPatchRequest
- func (v NullableAlarmsPatchRequest) IsSet() bool
- func (v NullableAlarmsPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAlarmsPatchRequest) Set(val *AlarmsPatchRequest)
- func (v *NullableAlarmsPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAlarmsPatchRequest) Unset()
- type NullableBool
- type NullableCmNotificationTypes
- func (v NullableCmNotificationTypes) Get() *CmNotificationTypes
- func (v NullableCmNotificationTypes) IsSet() bool
- func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableCmNotificationTypes) Set(val *CmNotificationTypes)
- func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableCmNotificationTypes) Unset()
- type NullableComment
- type NullableCorrelatedNotification
- func (v NullableCorrelatedNotification) Get() *CorrelatedNotification
- func (v NullableCorrelatedNotification) IsSet() bool
- func (v NullableCorrelatedNotification) MarshalJSON() ([]byte, error)
- func (v *NullableCorrelatedNotification) Set(val *CorrelatedNotification)
- func (v *NullableCorrelatedNotification) UnmarshalJSON(src []byte) error
- func (v *NullableCorrelatedNotification) Unset()
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableErrorResponseError
- func (v NullableErrorResponseError) Get() *ErrorResponseError
- func (v NullableErrorResponseError) IsSet() bool
- func (v NullableErrorResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponseError) Set(val *ErrorResponseError)
- func (v *NullableErrorResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponseError) Unset()
- type NullableFailedAlarm
- func (v NullableFailedAlarm) Get() *FailedAlarm
- func (v NullableFailedAlarm) IsSet() bool
- func (v NullableFailedAlarm) MarshalJSON() ([]byte, error)
- func (v *NullableFailedAlarm) Set(val *FailedAlarm)
- func (v *NullableFailedAlarm) UnmarshalJSON(src []byte) error
- func (v *NullableFailedAlarm) Unset()
- type NullableFileNotificationTypes
- func (v NullableFileNotificationTypes) Get() *FileNotificationTypes
- func (v NullableFileNotificationTypes) IsSet() bool
- func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableFileNotificationTypes) Set(val *FileNotificationTypes)
- func (v *NullableFileNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableFileNotificationTypes) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableHeartbeatNotificationTypes
- func (v NullableHeartbeatNotificationTypes) Get() *HeartbeatNotificationTypes
- func (v NullableHeartbeatNotificationTypes) IsSet() bool
- func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullableHeartbeatNotificationTypes) Set(val *HeartbeatNotificationTypes)
- func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullableHeartbeatNotificationTypes) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableMergePatchAcknowledgeAlarm
- func (v NullableMergePatchAcknowledgeAlarm) Get() *MergePatchAcknowledgeAlarm
- func (v NullableMergePatchAcknowledgeAlarm) IsSet() bool
- func (v NullableMergePatchAcknowledgeAlarm) MarshalJSON() ([]byte, error)
- func (v *NullableMergePatchAcknowledgeAlarm) Set(val *MergePatchAcknowledgeAlarm)
- func (v *NullableMergePatchAcknowledgeAlarm) UnmarshalJSON(src []byte) error
- func (v *NullableMergePatchAcknowledgeAlarm) Unset()
- type NullableMergePatchClearAlarm
- func (v NullableMergePatchClearAlarm) Get() *MergePatchClearAlarm
- func (v NullableMergePatchClearAlarm) IsSet() bool
- func (v NullableMergePatchClearAlarm) MarshalJSON() ([]byte, error)
- func (v *NullableMergePatchClearAlarm) Set(val *MergePatchClearAlarm)
- func (v *NullableMergePatchClearAlarm) UnmarshalJSON(src []byte) error
- func (v *NullableMergePatchClearAlarm) Unset()
- type NullableNotificationHeader
- func (v NullableNotificationHeader) Get() *NotificationHeader
- func (v NullableNotificationHeader) IsSet() bool
- func (v NullableNotificationHeader) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationHeader) Set(val *NotificationHeader)
- func (v *NullableNotificationHeader) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationHeader) Unset()
- type NullableNotificationType
- func (v NullableNotificationType) Get() *NotificationType
- func (v NullableNotificationType) IsSet() bool
- func (v NullableNotificationType) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationType) Set(val *NotificationType)
- func (v *NullableNotificationType) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationType) Unset()
- type NullableNotifyAckStateChanged
- func (v NullableNotifyAckStateChanged) Get() *NotifyAckStateChanged
- func (v NullableNotifyAckStateChanged) IsSet() bool
- func (v NullableNotifyAckStateChanged) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyAckStateChanged) Set(val *NotifyAckStateChanged)
- func (v *NullableNotifyAckStateChanged) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyAckStateChanged) Unset()
- type NullableNotifyAckStateChangedAllOf
- func (v NullableNotifyAckStateChangedAllOf) Get() *NotifyAckStateChangedAllOf
- func (v NullableNotifyAckStateChangedAllOf) IsSet() bool
- func (v NullableNotifyAckStateChangedAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyAckStateChangedAllOf) Set(val *NotifyAckStateChangedAllOf)
- func (v *NullableNotifyAckStateChangedAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyAckStateChangedAllOf) Unset()
- type NullableNotifyAlarmListRebuilt
- func (v NullableNotifyAlarmListRebuilt) Get() *NotifyAlarmListRebuilt
- func (v NullableNotifyAlarmListRebuilt) IsSet() bool
- func (v NullableNotifyAlarmListRebuilt) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyAlarmListRebuilt) Set(val *NotifyAlarmListRebuilt)
- func (v *NullableNotifyAlarmListRebuilt) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyAlarmListRebuilt) Unset()
- type NullableNotifyAlarmListRebuiltAllOf
- func (v NullableNotifyAlarmListRebuiltAllOf) Get() *NotifyAlarmListRebuiltAllOf
- func (v NullableNotifyAlarmListRebuiltAllOf) IsSet() bool
- func (v NullableNotifyAlarmListRebuiltAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyAlarmListRebuiltAllOf) Set(val *NotifyAlarmListRebuiltAllOf)
- func (v *NullableNotifyAlarmListRebuiltAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyAlarmListRebuiltAllOf) Unset()
- type NullableNotifyChangedAlarm
- func (v NullableNotifyChangedAlarm) Get() *NotifyChangedAlarm
- func (v NullableNotifyChangedAlarm) IsSet() bool
- func (v NullableNotifyChangedAlarm) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyChangedAlarm) Set(val *NotifyChangedAlarm)
- func (v *NullableNotifyChangedAlarm) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyChangedAlarm) Unset()
- type NullableNotifyChangedAlarmAllOf
- func (v NullableNotifyChangedAlarmAllOf) Get() *NotifyChangedAlarmAllOf
- func (v NullableNotifyChangedAlarmAllOf) IsSet() bool
- func (v NullableNotifyChangedAlarmAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyChangedAlarmAllOf) Set(val *NotifyChangedAlarmAllOf)
- func (v *NullableNotifyChangedAlarmAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyChangedAlarmAllOf) Unset()
- type NullableNotifyChangedAlarmGeneral
- func (v NullableNotifyChangedAlarmGeneral) Get() *NotifyChangedAlarmGeneral
- func (v NullableNotifyChangedAlarmGeneral) IsSet() bool
- func (v NullableNotifyChangedAlarmGeneral) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyChangedAlarmGeneral) Set(val *NotifyChangedAlarmGeneral)
- func (v *NullableNotifyChangedAlarmGeneral) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyChangedAlarmGeneral) Unset()
- type NullableNotifyChangedAlarmGeneralAllOf
- func (v NullableNotifyChangedAlarmGeneralAllOf) Get() *NotifyChangedAlarmGeneralAllOf
- func (v NullableNotifyChangedAlarmGeneralAllOf) IsSet() bool
- func (v NullableNotifyChangedAlarmGeneralAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyChangedAlarmGeneralAllOf) Set(val *NotifyChangedAlarmGeneralAllOf)
- func (v *NullableNotifyChangedAlarmGeneralAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyChangedAlarmGeneralAllOf) Unset()
- type NullableNotifyChangedSecAlarmGeneral
- func (v NullableNotifyChangedSecAlarmGeneral) Get() *NotifyChangedSecAlarmGeneral
- func (v NullableNotifyChangedSecAlarmGeneral) IsSet() bool
- func (v NullableNotifyChangedSecAlarmGeneral) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyChangedSecAlarmGeneral) Set(val *NotifyChangedSecAlarmGeneral)
- func (v *NullableNotifyChangedSecAlarmGeneral) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyChangedSecAlarmGeneral) Unset()
- type NullableNotifyChangedSecAlarmGeneralAllOf
- func (v NullableNotifyChangedSecAlarmGeneralAllOf) Get() *NotifyChangedSecAlarmGeneralAllOf
- func (v NullableNotifyChangedSecAlarmGeneralAllOf) IsSet() bool
- func (v NullableNotifyChangedSecAlarmGeneralAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyChangedSecAlarmGeneralAllOf) Set(val *NotifyChangedSecAlarmGeneralAllOf)
- func (v *NullableNotifyChangedSecAlarmGeneralAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyChangedSecAlarmGeneralAllOf) Unset()
- type NullableNotifyClearedAlarm
- func (v NullableNotifyClearedAlarm) Get() *NotifyClearedAlarm
- func (v NullableNotifyClearedAlarm) IsSet() bool
- func (v NullableNotifyClearedAlarm) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyClearedAlarm) Set(val *NotifyClearedAlarm)
- func (v *NullableNotifyClearedAlarm) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyClearedAlarm) Unset()
- type NullableNotifyClearedAlarmAllOf
- func (v NullableNotifyClearedAlarmAllOf) Get() *NotifyClearedAlarmAllOf
- func (v NullableNotifyClearedAlarmAllOf) IsSet() bool
- func (v NullableNotifyClearedAlarmAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyClearedAlarmAllOf) Set(val *NotifyClearedAlarmAllOf)
- func (v *NullableNotifyClearedAlarmAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyClearedAlarmAllOf) Unset()
- type NullableNotifyComments
- func (v NullableNotifyComments) Get() *NotifyComments
- func (v NullableNotifyComments) IsSet() bool
- func (v NullableNotifyComments) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyComments) Set(val *NotifyComments)
- func (v *NullableNotifyComments) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyComments) Unset()
- type NullableNotifyCommentsAllOf
- func (v NullableNotifyCommentsAllOf) Get() *NotifyCommentsAllOf
- func (v NullableNotifyCommentsAllOf) IsSet() bool
- func (v NullableNotifyCommentsAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyCommentsAllOf) Set(val *NotifyCommentsAllOf)
- func (v *NullableNotifyCommentsAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyCommentsAllOf) Unset()
- type NullableNotifyCorrelatedNotificationChanged
- func (v NullableNotifyCorrelatedNotificationChanged) Get() *NotifyCorrelatedNotificationChanged
- func (v NullableNotifyCorrelatedNotificationChanged) IsSet() bool
- func (v NullableNotifyCorrelatedNotificationChanged) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyCorrelatedNotificationChanged) Set(val *NotifyCorrelatedNotificationChanged)
- func (v *NullableNotifyCorrelatedNotificationChanged) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyCorrelatedNotificationChanged) Unset()
- type NullableNotifyCorrelatedNotificationChangedAllOf
- func (v NullableNotifyCorrelatedNotificationChangedAllOf) Get() *NotifyCorrelatedNotificationChangedAllOf
- func (v NullableNotifyCorrelatedNotificationChangedAllOf) IsSet() bool
- func (v NullableNotifyCorrelatedNotificationChangedAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyCorrelatedNotificationChangedAllOf) Set(val *NotifyCorrelatedNotificationChangedAllOf)
- func (v *NullableNotifyCorrelatedNotificationChangedAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyCorrelatedNotificationChangedAllOf) Unset()
- type NullableNotifyNewAlarm
- func (v NullableNotifyNewAlarm) Get() *NotifyNewAlarm
- func (v NullableNotifyNewAlarm) IsSet() bool
- func (v NullableNotifyNewAlarm) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyNewAlarm) Set(val *NotifyNewAlarm)
- func (v *NullableNotifyNewAlarm) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyNewAlarm) Unset()
- type NullableNotifyNewAlarmAllOf
- func (v NullableNotifyNewAlarmAllOf) Get() *NotifyNewAlarmAllOf
- func (v NullableNotifyNewAlarmAllOf) IsSet() bool
- func (v NullableNotifyNewAlarmAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyNewAlarmAllOf) Set(val *NotifyNewAlarmAllOf)
- func (v *NullableNotifyNewAlarmAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyNewAlarmAllOf) Unset()
- type NullableNotifyNewSecAlarm
- func (v NullableNotifyNewSecAlarm) Get() *NotifyNewSecAlarm
- func (v NullableNotifyNewSecAlarm) IsSet() bool
- func (v NullableNotifyNewSecAlarm) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyNewSecAlarm) Set(val *NotifyNewSecAlarm)
- func (v *NullableNotifyNewSecAlarm) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyNewSecAlarm) Unset()
- type NullableNotifyNewSecAlarmAllOf
- func (v NullableNotifyNewSecAlarmAllOf) Get() *NotifyNewSecAlarmAllOf
- func (v NullableNotifyNewSecAlarmAllOf) IsSet() bool
- func (v NullableNotifyNewSecAlarmAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyNewSecAlarmAllOf) Set(val *NotifyNewSecAlarmAllOf)
- func (v *NullableNotifyNewSecAlarmAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyNewSecAlarmAllOf) Unset()
- type NullableNotifyPotentialFaultyAlarmList
- func (v NullableNotifyPotentialFaultyAlarmList) Get() *NotifyPotentialFaultyAlarmList
- func (v NullableNotifyPotentialFaultyAlarmList) IsSet() bool
- func (v NullableNotifyPotentialFaultyAlarmList) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyPotentialFaultyAlarmList) Set(val *NotifyPotentialFaultyAlarmList)
- func (v *NullableNotifyPotentialFaultyAlarmList) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyPotentialFaultyAlarmList) Unset()
- type NullableNotifyPotentialFaultyAlarmListAllOf
- func (v NullableNotifyPotentialFaultyAlarmListAllOf) Get() *NotifyPotentialFaultyAlarmListAllOf
- func (v NullableNotifyPotentialFaultyAlarmListAllOf) IsSet() bool
- func (v NullableNotifyPotentialFaultyAlarmListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableNotifyPotentialFaultyAlarmListAllOf) Set(val *NotifyPotentialFaultyAlarmListAllOf)
- func (v *NullableNotifyPotentialFaultyAlarmListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableNotifyPotentialFaultyAlarmListAllOf) Unset()
- type NullablePerceivedSeverity
- func (v NullablePerceivedSeverity) Get() *PerceivedSeverity
- func (v NullablePerceivedSeverity) IsSet() bool
- func (v NullablePerceivedSeverity) MarshalJSON() ([]byte, error)
- func (v *NullablePerceivedSeverity) Set(val *PerceivedSeverity)
- func (v *NullablePerceivedSeverity) UnmarshalJSON(src []byte) error
- func (v *NullablePerceivedSeverity) Unset()
- type NullablePerfNotificationTypes
- func (v NullablePerfNotificationTypes) Get() *PerfNotificationTypes
- func (v NullablePerfNotificationTypes) IsSet() bool
- func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error)
- func (v *NullablePerfNotificationTypes) Set(val *PerfNotificationTypes)
- func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error
- func (v *NullablePerfNotificationTypes) Unset()
- type NullableProbableCause
- func (v NullableProbableCause) Get() *ProbableCause
- func (v NullableProbableCause) IsSet() bool
- func (v NullableProbableCause) MarshalJSON() ([]byte, error)
- func (v *NullableProbableCause) Set(val *ProbableCause)
- func (v *NullableProbableCause) UnmarshalJSON(src []byte) error
- func (v *NullableProbableCause) Unset()
- type NullableProbableCauseOneOf
- func (v NullableProbableCauseOneOf) Get() *ProbableCauseOneOf
- func (v NullableProbableCauseOneOf) IsSet() bool
- func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableProbableCauseOneOf) Set(val *ProbableCauseOneOf)
- func (v *NullableProbableCauseOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableProbableCauseOneOf) Unset()
- type NullableSpecificProblem
- func (v NullableSpecificProblem) Get() *SpecificProblem
- func (v NullableSpecificProblem) IsSet() bool
- func (v NullableSpecificProblem) MarshalJSON() ([]byte, error)
- func (v *NullableSpecificProblem) Set(val *SpecificProblem)
- func (v *NullableSpecificProblem) UnmarshalJSON(src []byte) error
- func (v *NullableSpecificProblem) Unset()
- type NullableString
- type NullableSubscription
- func (v NullableSubscription) Get() *Subscription
- func (v NullableSubscription) IsSet() bool
- func (v NullableSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableSubscription) Set(val *Subscription)
- func (v *NullableSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableSubscription) Unset()
- type NullableThresholdHysteresis
- func (v NullableThresholdHysteresis) Get() *ThresholdHysteresis
- func (v NullableThresholdHysteresis) IsSet() bool
- func (v NullableThresholdHysteresis) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdHysteresis) Set(val *ThresholdHysteresis)
- func (v *NullableThresholdHysteresis) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdHysteresis) Unset()
- type NullableThresholdHysteresisHigh
- func (v NullableThresholdHysteresisHigh) Get() *ThresholdHysteresisHigh
- func (v NullableThresholdHysteresisHigh) IsSet() bool
- func (v NullableThresholdHysteresisHigh) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdHysteresisHigh) Set(val *ThresholdHysteresisHigh)
- func (v *NullableThresholdHysteresisHigh) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdHysteresisHigh) Unset()
- type NullableThresholdInfo
- func (v NullableThresholdInfo) Get() *ThresholdInfo
- func (v NullableThresholdInfo) IsSet() bool
- func (v NullableThresholdInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdInfo) Set(val *ThresholdInfo)
- func (v *NullableThresholdInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdInfo) Unset()
- type NullableThresholdLevelInd
- func (v NullableThresholdLevelInd) Get() *ThresholdLevelInd
- func (v NullableThresholdLevelInd) IsSet() bool
- func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevelInd) Set(val *ThresholdLevelInd)
- func (v *NullableThresholdLevelInd) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevelInd) Unset()
- type NullableThresholdLevelIndOneOf
- func (v NullableThresholdLevelIndOneOf) Get() *ThresholdLevelIndOneOf
- func (v NullableThresholdLevelIndOneOf) IsSet() bool
- func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevelIndOneOf) Set(val *ThresholdLevelIndOneOf)
- func (v *NullableThresholdLevelIndOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevelIndOneOf) Unset()
- type NullableThresholdLevelIndOneOf1
- func (v NullableThresholdLevelIndOneOf1) Get() *ThresholdLevelIndOneOf1
- func (v NullableThresholdLevelIndOneOf1) IsSet() bool
- func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableThresholdLevelIndOneOf1) Set(val *ThresholdLevelIndOneOf1)
- func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableThresholdLevelIndOneOf1) Unset()
- type NullableTime
- type NullableTrendIndication
- func (v NullableTrendIndication) Get() *TrendIndication
- func (v NullableTrendIndication) IsSet() bool
- func (v NullableTrendIndication) MarshalJSON() ([]byte, error)
- func (v *NullableTrendIndication) Set(val *TrendIndication)
- func (v *NullableTrendIndication) UnmarshalJSON(src []byte) error
- func (v *NullableTrendIndication) Unset()
- type PerceivedSeverity
- type PerfNotificationTypes
- type ProbableCause
- type ProbableCauseOneOf
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SpecificProblem
- type Subscription
- func (o *Subscription) GetConsumerReference() string
- func (o *Subscription) GetConsumerReferenceOk() (*string, bool)
- func (o *Subscription) GetFilter() string
- func (o *Subscription) GetFilterOk() (*string, bool)
- func (o *Subscription) GetTimeTick() int32
- func (o *Subscription) GetTimeTickOk() (*int32, bool)
- func (o *Subscription) HasConsumerReference() bool
- func (o *Subscription) HasFilter() bool
- func (o *Subscription) HasTimeTick() bool
- func (o Subscription) MarshalJSON() ([]byte, error)
- func (o *Subscription) SetConsumerReference(v string)
- func (o *Subscription) SetFilter(v string)
- func (o *Subscription) SetTimeTick(v int32)
- func (o Subscription) ToMap() (map[string]interface{}, error)
- type ThresholdHysteresis
- func (o *ThresholdHysteresis) GetHigh() ThresholdHysteresisHigh
- func (o *ThresholdHysteresis) GetHighOk() (*ThresholdHysteresisHigh, bool)
- func (o *ThresholdHysteresis) GetLow() float32
- func (o *ThresholdHysteresis) GetLowOk() (*float32, bool)
- func (o *ThresholdHysteresis) HasLow() bool
- func (o ThresholdHysteresis) MarshalJSON() ([]byte, error)
- func (o *ThresholdHysteresis) SetHigh(v ThresholdHysteresisHigh)
- func (o *ThresholdHysteresis) SetLow(v float32)
- func (o ThresholdHysteresis) ToMap() (map[string]interface{}, error)
- type ThresholdHysteresisHigh
- type ThresholdInfo
- func (o *ThresholdInfo) GetArmTime() time.Time
- func (o *ThresholdInfo) GetArmTimeOk() (*time.Time, bool)
- func (o *ThresholdInfo) GetObservedMeasurement() string
- func (o *ThresholdInfo) GetObservedMeasurementOk() (*string, bool)
- func (o *ThresholdInfo) GetObservedValue() float32
- func (o *ThresholdInfo) GetObservedValueOk() (*float32, bool)
- func (o *ThresholdInfo) GetThresholdLevel() ThresholdLevelInd
- func (o *ThresholdInfo) GetThresholdLevelOk() (*ThresholdLevelInd, bool)
- func (o *ThresholdInfo) HasArmTime() bool
- func (o *ThresholdInfo) HasThresholdLevel() bool
- func (o ThresholdInfo) MarshalJSON() ([]byte, error)
- func (o *ThresholdInfo) SetArmTime(v time.Time)
- func (o *ThresholdInfo) SetObservedMeasurement(v string)
- func (o *ThresholdInfo) SetObservedValue(v float32)
- func (o *ThresholdInfo) SetThresholdLevel(v ThresholdLevelInd)
- func (o ThresholdInfo) ToMap() (map[string]interface{}, error)
- type ThresholdLevelInd
- type ThresholdLevelIndOneOf
- func (o *ThresholdLevelIndOneOf) GetUp() ThresholdHysteresis
- func (o *ThresholdLevelIndOneOf) GetUpOk() (*ThresholdHysteresis, bool)
- func (o *ThresholdLevelIndOneOf) HasUp() bool
- func (o ThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)
- func (o *ThresholdLevelIndOneOf) SetUp(v ThresholdHysteresis)
- func (o ThresholdLevelIndOneOf) ToMap() (map[string]interface{}, error)
- type ThresholdLevelIndOneOf1
- func (o *ThresholdLevelIndOneOf1) GetDown() ThresholdHysteresis
- func (o *ThresholdLevelIndOneOf1) GetDownOk() (*ThresholdHysteresis, bool)
- func (o *ThresholdLevelIndOneOf1) HasDown() bool
- func (o ThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)
- func (o *ThresholdLevelIndOneOf1) SetDown(v ThresholdHysteresis)
- func (o ThresholdLevelIndOneOf1) ToMap() (map[string]interface{}, error)
- type TrendIndication
Constants ¶
This section is empty.
Variables ¶
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") )
var AllowedAckStateEnumValues = []AckState{
"ACKNOWLEDGED",
"UNACKNOWLEDGED",
}
All allowed values of AckState enum
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
var AllowedAlarmListAlignmentRequirementEnumValues = []AlarmListAlignmentRequirement{
"ALIGNMENT_REQUIRED",
"ALIGNMENT_NOT_REQUIRED",
}
All allowed values of AlarmListAlignmentRequirement enum
var AllowedAlarmNotificationTypesEnumValues = []AlarmNotificationTypes{
"notifyNewAlarm",
"notifyChangedAlarm",
"notifyChangedAlarmGeneral",
"notifyAckStateChanged",
"notifyCorrelatedNotificationChanged",
"notifyComments",
"notifyClearedAlarm",
"notifyAlarmListRebuilt",
"notifyPotentialFaultyAlarmList",
}
All allowed values of AlarmNotificationTypes enum
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
var AllowedCmNotificationTypesEnumValues = []CmNotificationTypes{
"notifyMOICreation",
"notifyMOIDeletion",
"notifyMOIAttributeValueChanges",
"notifyMOIChanges",
}
All allowed values of CmNotificationTypes enum
var AllowedFileNotificationTypesEnumValues = []FileNotificationTypes{
"notifyFileReady",
"notifyFilePreparationError",
}
All allowed values of FileNotificationTypes enum
var AllowedHeartbeatNotificationTypesEnumValues = []HeartbeatNotificationTypes{
"notifyHeartbeat",
}
All allowed values of HeartbeatNotificationTypes enum
var AllowedPerceivedSeverityEnumValues = []PerceivedSeverity{
"INDETERMINATE",
"CRITICAL",
"MAJOR",
"MINOR",
"WARNING",
"CLEARED",
}
All allowed values of PerceivedSeverity enum
var AllowedPerfNotificationTypesEnumValues = []PerfNotificationTypes{
"notifyThresholdCrossing",
}
All allowed values of PerfNotificationTypes enum
var AllowedTrendIndicationEnumValues = []TrendIndication{
"MORE_SEVERE",
"NO_CHANGE",
"LESS_SEVERE",
}
All allowed values of TrendIndication enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultApi *DefaultApiService // contains filtered or unexported fields }
APIClient manages communication with the Fault Supervision MnS API v17.2.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 ¶
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'
List of AckState
func NewAckStateFromValue ¶
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) UnmarshalJSON ¶
type AlarmAckState ¶
type AlarmAckState string
AlarmAckState the model 'AlarmAckState'
const ( ALARMS AlarmAckState = "ALL_ALARMS" ACTIVE_ALARMS AlarmAckState = "ALL_ACTIVE_ALARMS" ACTIVE_AND_ACKNOWLEDGED_ALARMS AlarmAckState = "ALL_ACTIVE_AND_ACKNOWLEDGED_ALARMS" ACTIVE_AND_UNACKNOWLEDGED_ALARMS AlarmAckState = "ALL_ACTIVE_AND_UNACKNOWLEDGED_ALARMS" CLEARED_AND_UNACKNOWLEDGED_ALARMS AlarmAckState = "ALL_CLEARED_AND_UNACKNOWLEDGED_ALARMS" 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)
type AlarmListAlignmentRequirement ¶
type AlarmListAlignmentRequirement string
AlarmListAlignmentRequirement the model 'AlarmListAlignmentRequirement'
const ( REQUIRED AlarmListAlignmentRequirement = "ALIGNMENT_REQUIRED" 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 ¶
func (v AlarmListAlignmentRequirement) Ptr() *AlarmListAlignmentRequirement
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 ( NOTIFY_NEW_ALARM AlarmNotificationTypes = "notifyNewAlarm" NOTIFY_CHANGED_ALARM AlarmNotificationTypes = "notifyChangedAlarm" NOTIFY_CHANGED_ALARM_GENERAL AlarmNotificationTypes = "notifyChangedAlarmGeneral" NOTIFY_ACK_STATE_CHANGED AlarmNotificationTypes = "notifyAckStateChanged" NOTIFY_CORRELATED_NOTIFICATION_CHANGED AlarmNotificationTypes = "notifyCorrelatedNotificationChanged" NOTIFY_COMMENTS AlarmNotificationTypes = "notifyComments" NOTIFY_CLEARED_ALARM AlarmNotificationTypes = "notifyClearedAlarm" NOTIFY_ALARM_LIST_REBUILT AlarmNotificationTypes = "notifyAlarmListRebuilt" 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 ¶
func (v AlarmNotificationTypes) Ptr() *AlarmNotificationTypes
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 *ProbableCause `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"` // 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() ProbableCause
GetProbableCause returns the ProbableCause field value if set, zero value otherwise.
func (*AlarmRecord) GetProbableCauseOk ¶
func (o *AlarmRecord) GetProbableCauseOk() (*ProbableCause, 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.
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 ProbableCause)
SetProbableCause gets a reference to the given ProbableCause and assigns it to the ProbableCause field.
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)
type AlarmType ¶
type AlarmType string
AlarmType the model 'AlarmType'
const ( COMMUNICATIONS_ALARM AlarmType = "COMMUNICATIONS_ALARM" QUALITY_OF_SERVICE_ALARM AlarmType = "QUALITY_OF_SERVICE_ALARM" PROCESSING_ERROR_ALARM AlarmType = "PROCESSING_ERROR_ALARM" EQUIPMENT_ALARM AlarmType = "EQUIPMENT_ALARM" ENVIRONMENTAL_ALARM AlarmType = "ENVIRONMENTAL_ALARM" INTEGRITY_VIOLATION AlarmType = "INTEGRITY_VIOLATION" OPERATIONAL_VIOLATION AlarmType = "OPERATIONAL_VIOLATION" PHYSICAL_VIOLATION AlarmType = "PHYSICAL_VIOLATION" SECURITY_SERVICE_OR_MECHANISM_VIOLATION AlarmType = "SECURITY_SERVICE_OR_MECHANISM_VIOLATION" TIME_DOMAIN_VIOLATION AlarmType = "TIME_DOMAIN_VIOLATION" )
List of AlarmType
func NewAlarmTypeFromValue ¶
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) UnmarshalJSON ¶
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 AlarmsGet200ResponseValueAllOf ¶
type AlarmsGet200ResponseValueAllOf struct {
LastNotificationHeader *NotificationHeader `json:"lastNotificationHeader,omitempty"`
}
AlarmsGet200ResponseValueAllOf struct for AlarmsGet200ResponseValueAllOf
func NewAlarmsGet200ResponseValueAllOf ¶
func NewAlarmsGet200ResponseValueAllOf() *AlarmsGet200ResponseValueAllOf
NewAlarmsGet200ResponseValueAllOf instantiates a new AlarmsGet200ResponseValueAllOf 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 NewAlarmsGet200ResponseValueAllOfWithDefaults ¶
func NewAlarmsGet200ResponseValueAllOfWithDefaults() *AlarmsGet200ResponseValueAllOf
NewAlarmsGet200ResponseValueAllOfWithDefaults instantiates a new AlarmsGet200ResponseValueAllOf 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 (*AlarmsGet200ResponseValueAllOf) GetLastNotificationHeader ¶
func (o *AlarmsGet200ResponseValueAllOf) GetLastNotificationHeader() NotificationHeader
GetLastNotificationHeader returns the LastNotificationHeader field value if set, zero value otherwise.
func (*AlarmsGet200ResponseValueAllOf) GetLastNotificationHeaderOk ¶
func (o *AlarmsGet200ResponseValueAllOf) 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 (*AlarmsGet200ResponseValueAllOf) HasLastNotificationHeader ¶
func (o *AlarmsGet200ResponseValueAllOf) HasLastNotificationHeader() bool
HasLastNotificationHeader returns a boolean if a field has been set.
func (AlarmsGet200ResponseValueAllOf) MarshalJSON ¶
func (o AlarmsGet200ResponseValueAllOf) MarshalJSON() ([]byte, error)
func (*AlarmsGet200ResponseValueAllOf) SetLastNotificationHeader ¶
func (o *AlarmsGet200ResponseValueAllOf) SetLastNotificationHeader(v NotificationHeader)
SetLastNotificationHeader gets a reference to the given NotificationHeader and assigns it to the LastNotificationHeader field.
func (AlarmsGet200ResponseValueAllOf) ToMap ¶
func (o AlarmsGet200ResponseValueAllOf) ToMap() (map[string]interface{}, error)
type AlarmsGet200ResponseValueAllOf1 ¶
type AlarmsGet200ResponseValueAllOf1 struct { // 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"` }
AlarmsGet200ResponseValueAllOf1 struct for AlarmsGet200ResponseValueAllOf1
func NewAlarmsGet200ResponseValueAllOf1 ¶
func NewAlarmsGet200ResponseValueAllOf1() *AlarmsGet200ResponseValueAllOf1
NewAlarmsGet200ResponseValueAllOf1 instantiates a new AlarmsGet200ResponseValueAllOf1 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 NewAlarmsGet200ResponseValueAllOf1WithDefaults ¶
func NewAlarmsGet200ResponseValueAllOf1WithDefaults() *AlarmsGet200ResponseValueAllOf1
NewAlarmsGet200ResponseValueAllOf1WithDefaults instantiates a new AlarmsGet200ResponseValueAllOf1 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 (*AlarmsGet200ResponseValueAllOf1) GetComments ¶
func (o *AlarmsGet200ResponseValueAllOf1) GetComments() map[string]Comment
GetComments returns the Comments field value if set, zero value otherwise.
func (*AlarmsGet200ResponseValueAllOf1) GetCommentsOk ¶
func (o *AlarmsGet200ResponseValueAllOf1) 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 (*AlarmsGet200ResponseValueAllOf1) HasComments ¶
func (o *AlarmsGet200ResponseValueAllOf1) HasComments() bool
HasComments returns a boolean if a field has been set.
func (AlarmsGet200ResponseValueAllOf1) MarshalJSON ¶
func (o AlarmsGet200ResponseValueAllOf1) MarshalJSON() ([]byte, error)
func (*AlarmsGet200ResponseValueAllOf1) SetComments ¶
func (o *AlarmsGet200ResponseValueAllOf1) SetComments(v map[string]Comment)
SetComments gets a reference to the given map[string]Comment and assigns it to the Comments field.
func (AlarmsGet200ResponseValueAllOf1) ToMap ¶
func (o AlarmsGet200ResponseValueAllOf1) ToMap() (map[string]interface{}, error)
type AlarmsPatchRequest ¶
type AlarmsPatchRequest struct { MapOfMergePatchAcknowledgeAlarm *map[string]MergePatchAcknowledgeAlarm MapOfMergePatchClearAlarm *map[string]MergePatchClearAlarm }
AlarmsPatchRequest - struct for AlarmsPatchRequest
func MapOfMergePatchAcknowledgeAlarmAsAlarmsPatchRequest ¶ added in v1.18.2
func MapOfMergePatchAcknowledgeAlarmAsAlarmsPatchRequest(v *map[string]MergePatchAcknowledgeAlarm) AlarmsPatchRequest
map[string]MergePatchAcknowledgeAlarmAsAlarmsPatchRequest is a convenience function that returns map[string]MergePatchAcknowledgeAlarm wrapped in AlarmsPatchRequest
func MapOfMergePatchClearAlarmAsAlarmsPatchRequest ¶ added in v1.18.2
func MapOfMergePatchClearAlarmAsAlarmsPatchRequest(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 (r ApiAlarmsAlarmCountGetRequest) AlarmAckState(alarmAckState AlarmAckState) ApiAlarmsAlarmCountGetRequest
func (ApiAlarmsAlarmCountGetRequest) Execute ¶
func (r ApiAlarmsAlarmCountGetRequest) Execute() (*AlarmCount, *http.Response, error)
func (ApiAlarmsAlarmCountGetRequest) Filter ¶
func (r ApiAlarmsAlarmCountGetRequest) Filter(filter string) ApiAlarmsAlarmCountGetRequest
type ApiAlarmsAlarmIdCommentsPostRequest ¶
type ApiAlarmsAlarmIdCommentsPostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiAlarmsAlarmIdCommentsPostRequest) Comment ¶
func (r ApiAlarmsAlarmIdCommentsPostRequest) Comment(comment Comment) ApiAlarmsAlarmIdCommentsPostRequest
type ApiAlarmsAlarmIdPatchRequest ¶
type ApiAlarmsAlarmIdPatchRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiAlarmsAlarmIdPatchRequest) AlarmsAlarmIdPatchRequest ¶
func (r ApiAlarmsAlarmIdPatchRequest) AlarmsAlarmIdPatchRequest(alarmsAlarmIdPatchRequest AlarmsAlarmIdPatchRequest) ApiAlarmsAlarmIdPatchRequest
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 (r ApiAlarmsGetRequest) Execute() (*map[string]AlarmsGet200ResponseValue, *http.Response, error)
func (ApiAlarmsGetRequest) Filter ¶
func (r ApiAlarmsGetRequest) Filter(filter string) ApiAlarmsGetRequest
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.
type ApiSubscriptionsPostRequest ¶
type ApiSubscriptionsPostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiSubscriptionsPostRequest) Execute ¶
func (r ApiSubscriptionsPostRequest) Execute() (*Subscription, *http.Response, error)
func (ApiSubscriptionsPostRequest) Subscription ¶
func (r ApiSubscriptionsPostRequest) Subscription(subscription Subscription) ApiSubscriptionsPostRequest
type ApiSubscriptionsSubscriptionIdDeleteRequest ¶
type ApiSubscriptionsSubscriptionIdDeleteRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
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 ( NOTIFY_MOI_CREATION CmNotificationTypes = "notifyMOICreation" NOTIFY_MOI_DELETION CmNotificationTypes = "notifyMOIDeletion" NOTIFY_MOI_ATTRIBUTE_VALUE_CHANGES CmNotificationTypes = "notifyMOIAttributeValueChanges" 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 ¶
func (v CmNotificationTypes) Ptr() *CmNotificationTypes
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 ¶
GetCommentSystemId returns the CommentSystemId field value if set, zero value otherwise.
func (*Comment) GetCommentSystemIdOk ¶
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 ¶
GetCommentText returns the CommentText field value if set, zero value otherwise.
func (*Comment) GetCommentTextOk ¶
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 ¶
GetCommentTime returns the CommentTime field value if set, zero value otherwise.
func (*Comment) GetCommentTimeOk ¶
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 ¶
GetCommentUserId returns the CommentUserId field value if set, zero value otherwise.
func (*Comment) GetCommentUserIdOk ¶
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 ¶
HasCommentSystemId returns a boolean if a field has been set.
func (*Comment) HasCommentText ¶
HasCommentText returns a boolean if a field has been set.
func (*Comment) HasCommentTime ¶
HasCommentTime returns a boolean if a field has been set.
func (*Comment) HasCommentUserId ¶
HasCommentUserId returns a boolean if a field has been set.
func (Comment) MarshalJSON ¶
func (*Comment) SetCommentSystemId ¶
SetCommentSystemId gets a reference to the given string and assigns it to the CommentSystemId field.
func (*Comment) SetCommentText ¶
SetCommentText gets a reference to the given string and assigns it to the CommentText field.
func (*Comment) SetCommentTime ¶
SetCommentTime gets a reference to the given time.Time and assigns it to the CommentTime field.
func (*Comment) SetCommentUserId ¶
SetCommentUserId gets a reference to the given string and assigns it to the CommentUserId field.
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) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CorrelatedNotification ¶
type CorrelatedNotification struct {}
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)
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 uncknowldeges 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 ¶
func (a *DefaultApiService) AlarmsGet(ctx context.Context) ApiAlarmsGetRequest
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 ¶
func (a *DefaultApiService) AlarmsGetExecute(r ApiAlarmsGetRequest) (*map[string]AlarmsGet200ResponseValue, *http.Response, error)
Execute executes the request
@return map[string]AlarmsGet200ResponseValue
func (*DefaultApiService) AlarmsPatch ¶
func (a *DefaultApiService) AlarmsPatch(ctx context.Context) ApiAlarmsPatchRequest
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 ¶
func (a *DefaultApiService) SubscriptionsPost(ctx context.Context) ApiSubscriptionsPostRequest
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)
type FileNotificationTypes ¶
type FileNotificationTypes string
FileNotificationTypes the model 'FileNotificationTypes'
const ( NOTIFY_FILE_READY FileNotificationTypes = "notifyFileReady" 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 ¶
func (v FileNotificationTypes) Ptr() *FileNotificationTypes
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 (
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 ¶
func (v HeartbeatNotificationTypes) Ptr() *HeartbeatNotificationTypes
Ptr returns reference to HeartbeatNotificationTypes value
func (*HeartbeatNotificationTypes) UnmarshalJSON ¶
func (v *HeartbeatNotificationTypes) UnmarshalJSON(src []byte) error
type MappedNullable ¶
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 acknowleding an alarm the value of ackState is ACKNOWLEDGED, for unacknowleding 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)
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)
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)
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 ProbableCause `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 ProbableCause, 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() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyAckStateChanged) GetProbableCauseOk ¶
func (o *NotifyAckStateChanged) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
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 ProbableCause)
SetProbableCause sets field value
func (NotifyAckStateChanged) ToMap ¶
func (o NotifyAckStateChanged) ToMap() (map[string]interface{}, error)
type NotifyAckStateChangedAllOf ¶
type NotifyAckStateChangedAllOf struct { AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `json:"probableCause"` PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"` AckState AckState `json:"ackState"` AckUserId string `json:"ackUserId"` AckSystemId *string `json:"ackSystemId,omitempty"` }
NotifyAckStateChangedAllOf struct for NotifyAckStateChangedAllOf
func NewNotifyAckStateChangedAllOf ¶
func NewNotifyAckStateChangedAllOf(alarmId string, alarmType AlarmType, probableCause ProbableCause, perceivedSeverity PerceivedSeverity, ackState AckState, ackUserId string) *NotifyAckStateChangedAllOf
NewNotifyAckStateChangedAllOf instantiates a new NotifyAckStateChangedAllOf 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 NewNotifyAckStateChangedAllOfWithDefaults ¶
func NewNotifyAckStateChangedAllOfWithDefaults() *NotifyAckStateChangedAllOf
NewNotifyAckStateChangedAllOfWithDefaults instantiates a new NotifyAckStateChangedAllOf 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 (*NotifyAckStateChangedAllOf) GetAckState ¶
func (o *NotifyAckStateChangedAllOf) GetAckState() AckState
GetAckState returns the AckState field value
func (*NotifyAckStateChangedAllOf) GetAckStateOk ¶
func (o *NotifyAckStateChangedAllOf) GetAckStateOk() (*AckState, bool)
GetAckStateOk returns a tuple with the AckState field value and a boolean to check if the value has been set.
func (*NotifyAckStateChangedAllOf) GetAckSystemId ¶
func (o *NotifyAckStateChangedAllOf) GetAckSystemId() string
GetAckSystemId returns the AckSystemId field value if set, zero value otherwise.
func (*NotifyAckStateChangedAllOf) GetAckSystemIdOk ¶
func (o *NotifyAckStateChangedAllOf) 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 (*NotifyAckStateChangedAllOf) GetAckUserId ¶
func (o *NotifyAckStateChangedAllOf) GetAckUserId() string
GetAckUserId returns the AckUserId field value
func (*NotifyAckStateChangedAllOf) GetAckUserIdOk ¶
func (o *NotifyAckStateChangedAllOf) GetAckUserIdOk() (*string, bool)
GetAckUserIdOk returns a tuple with the AckUserId field value and a boolean to check if the value has been set.
func (*NotifyAckStateChangedAllOf) GetAlarmId ¶
func (o *NotifyAckStateChangedAllOf) GetAlarmId() string
GetAlarmId returns the AlarmId field value
func (*NotifyAckStateChangedAllOf) GetAlarmIdOk ¶
func (o *NotifyAckStateChangedAllOf) GetAlarmIdOk() (*string, bool)
GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.
func (*NotifyAckStateChangedAllOf) GetAlarmType ¶
func (o *NotifyAckStateChangedAllOf) GetAlarmType() AlarmType
GetAlarmType returns the AlarmType field value
func (*NotifyAckStateChangedAllOf) GetAlarmTypeOk ¶
func (o *NotifyAckStateChangedAllOf) GetAlarmTypeOk() (*AlarmType, bool)
GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.
func (*NotifyAckStateChangedAllOf) GetPerceivedSeverity ¶
func (o *NotifyAckStateChangedAllOf) GetPerceivedSeverity() PerceivedSeverity
GetPerceivedSeverity returns the PerceivedSeverity field value
func (*NotifyAckStateChangedAllOf) GetPerceivedSeverityOk ¶
func (o *NotifyAckStateChangedAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.
func (*NotifyAckStateChangedAllOf) GetProbableCause ¶
func (o *NotifyAckStateChangedAllOf) GetProbableCause() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyAckStateChangedAllOf) GetProbableCauseOk ¶
func (o *NotifyAckStateChangedAllOf) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
func (*NotifyAckStateChangedAllOf) HasAckSystemId ¶
func (o *NotifyAckStateChangedAllOf) HasAckSystemId() bool
HasAckSystemId returns a boolean if a field has been set.
func (NotifyAckStateChangedAllOf) MarshalJSON ¶
func (o NotifyAckStateChangedAllOf) MarshalJSON() ([]byte, error)
func (*NotifyAckStateChangedAllOf) SetAckState ¶
func (o *NotifyAckStateChangedAllOf) SetAckState(v AckState)
SetAckState sets field value
func (*NotifyAckStateChangedAllOf) SetAckSystemId ¶
func (o *NotifyAckStateChangedAllOf) SetAckSystemId(v string)
SetAckSystemId gets a reference to the given string and assigns it to the AckSystemId field.
func (*NotifyAckStateChangedAllOf) SetAckUserId ¶
func (o *NotifyAckStateChangedAllOf) SetAckUserId(v string)
SetAckUserId sets field value
func (*NotifyAckStateChangedAllOf) SetAlarmId ¶
func (o *NotifyAckStateChangedAllOf) SetAlarmId(v string)
SetAlarmId sets field value
func (*NotifyAckStateChangedAllOf) SetAlarmType ¶
func (o *NotifyAckStateChangedAllOf) SetAlarmType(v AlarmType)
SetAlarmType sets field value
func (*NotifyAckStateChangedAllOf) SetPerceivedSeverity ¶
func (o *NotifyAckStateChangedAllOf) SetPerceivedSeverity(v PerceivedSeverity)
SetPerceivedSeverity sets field value
func (*NotifyAckStateChangedAllOf) SetProbableCause ¶
func (o *NotifyAckStateChangedAllOf) SetProbableCause(v ProbableCause)
SetProbableCause sets field value
func (NotifyAckStateChangedAllOf) ToMap ¶
func (o NotifyAckStateChangedAllOf) ToMap() (map[string]interface{}, 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)
type NotifyAlarmListRebuiltAllOf ¶
type NotifyAlarmListRebuiltAllOf struct { Reason string `json:"reason"` AlarmListAlignmentRequirement *AlarmListAlignmentRequirement `json:"alarmListAlignmentRequirement,omitempty"` }
NotifyAlarmListRebuiltAllOf struct for NotifyAlarmListRebuiltAllOf
func NewNotifyAlarmListRebuiltAllOf ¶
func NewNotifyAlarmListRebuiltAllOf(reason string) *NotifyAlarmListRebuiltAllOf
NewNotifyAlarmListRebuiltAllOf instantiates a new NotifyAlarmListRebuiltAllOf 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 NewNotifyAlarmListRebuiltAllOfWithDefaults ¶
func NewNotifyAlarmListRebuiltAllOfWithDefaults() *NotifyAlarmListRebuiltAllOf
NewNotifyAlarmListRebuiltAllOfWithDefaults instantiates a new NotifyAlarmListRebuiltAllOf 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 (*NotifyAlarmListRebuiltAllOf) GetAlarmListAlignmentRequirement ¶
func (o *NotifyAlarmListRebuiltAllOf) GetAlarmListAlignmentRequirement() AlarmListAlignmentRequirement
GetAlarmListAlignmentRequirement returns the AlarmListAlignmentRequirement field value if set, zero value otherwise.
func (*NotifyAlarmListRebuiltAllOf) GetAlarmListAlignmentRequirementOk ¶
func (o *NotifyAlarmListRebuiltAllOf) 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 (*NotifyAlarmListRebuiltAllOf) GetReason ¶
func (o *NotifyAlarmListRebuiltAllOf) GetReason() string
GetReason returns the Reason field value
func (*NotifyAlarmListRebuiltAllOf) GetReasonOk ¶
func (o *NotifyAlarmListRebuiltAllOf) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.
func (*NotifyAlarmListRebuiltAllOf) HasAlarmListAlignmentRequirement ¶
func (o *NotifyAlarmListRebuiltAllOf) HasAlarmListAlignmentRequirement() bool
HasAlarmListAlignmentRequirement returns a boolean if a field has been set.
func (NotifyAlarmListRebuiltAllOf) MarshalJSON ¶
func (o NotifyAlarmListRebuiltAllOf) MarshalJSON() ([]byte, error)
func (*NotifyAlarmListRebuiltAllOf) SetAlarmListAlignmentRequirement ¶
func (o *NotifyAlarmListRebuiltAllOf) SetAlarmListAlignmentRequirement(v AlarmListAlignmentRequirement)
SetAlarmListAlignmentRequirement gets a reference to the given AlarmListAlignmentRequirement and assigns it to the AlarmListAlignmentRequirement field.
func (*NotifyAlarmListRebuiltAllOf) SetReason ¶
func (o *NotifyAlarmListRebuiltAllOf) SetReason(v string)
SetReason sets field value
func (NotifyAlarmListRebuiltAllOf) ToMap ¶
func (o NotifyAlarmListRebuiltAllOf) ToMap() (map[string]interface{}, error)
type NotifyChangedAlarm ¶
type NotifyChangedAlarm struct { NotificationHeader AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `json:"probableCause"` PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"` }
NotifyChangedAlarm struct for NotifyChangedAlarm
func NewNotifyChangedAlarm ¶
func NewNotifyChangedAlarm(alarmId string, alarmType AlarmType, probableCause ProbableCause, 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() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyChangedAlarm) GetProbableCauseOk ¶
func (o *NotifyChangedAlarm) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
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 ProbableCause)
SetProbableCause sets field value
func (NotifyChangedAlarm) ToMap ¶
func (o NotifyChangedAlarm) ToMap() (map[string]interface{}, error)
type NotifyChangedAlarmAllOf ¶
type NotifyChangedAlarmAllOf struct { AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `json:"probableCause"` PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"` }
NotifyChangedAlarmAllOf struct for NotifyChangedAlarmAllOf
func NewNotifyChangedAlarmAllOf ¶
func NewNotifyChangedAlarmAllOf(alarmId string, alarmType AlarmType, probableCause ProbableCause, perceivedSeverity PerceivedSeverity) *NotifyChangedAlarmAllOf
NewNotifyChangedAlarmAllOf instantiates a new NotifyChangedAlarmAllOf 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 NewNotifyChangedAlarmAllOfWithDefaults ¶
func NewNotifyChangedAlarmAllOfWithDefaults() *NotifyChangedAlarmAllOf
NewNotifyChangedAlarmAllOfWithDefaults instantiates a new NotifyChangedAlarmAllOf 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 (*NotifyChangedAlarmAllOf) GetAlarmId ¶
func (o *NotifyChangedAlarmAllOf) GetAlarmId() string
GetAlarmId returns the AlarmId field value
func (*NotifyChangedAlarmAllOf) GetAlarmIdOk ¶
func (o *NotifyChangedAlarmAllOf) GetAlarmIdOk() (*string, bool)
GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.
func (*NotifyChangedAlarmAllOf) GetAlarmType ¶
func (o *NotifyChangedAlarmAllOf) GetAlarmType() AlarmType
GetAlarmType returns the AlarmType field value
func (*NotifyChangedAlarmAllOf) GetAlarmTypeOk ¶
func (o *NotifyChangedAlarmAllOf) GetAlarmTypeOk() (*AlarmType, bool)
GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.
func (*NotifyChangedAlarmAllOf) GetPerceivedSeverity ¶
func (o *NotifyChangedAlarmAllOf) GetPerceivedSeverity() PerceivedSeverity
GetPerceivedSeverity returns the PerceivedSeverity field value
func (*NotifyChangedAlarmAllOf) GetPerceivedSeverityOk ¶
func (o *NotifyChangedAlarmAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.
func (*NotifyChangedAlarmAllOf) GetProbableCause ¶
func (o *NotifyChangedAlarmAllOf) GetProbableCause() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyChangedAlarmAllOf) GetProbableCauseOk ¶
func (o *NotifyChangedAlarmAllOf) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
func (NotifyChangedAlarmAllOf) MarshalJSON ¶
func (o NotifyChangedAlarmAllOf) MarshalJSON() ([]byte, error)
func (*NotifyChangedAlarmAllOf) SetAlarmId ¶
func (o *NotifyChangedAlarmAllOf) SetAlarmId(v string)
SetAlarmId sets field value
func (*NotifyChangedAlarmAllOf) SetAlarmType ¶
func (o *NotifyChangedAlarmAllOf) SetAlarmType(v AlarmType)
SetAlarmType sets field value
func (*NotifyChangedAlarmAllOf) SetPerceivedSeverity ¶
func (o *NotifyChangedAlarmAllOf) SetPerceivedSeverity(v PerceivedSeverity)
SetPerceivedSeverity sets field value
func (*NotifyChangedAlarmAllOf) SetProbableCause ¶
func (o *NotifyChangedAlarmAllOf) SetProbableCause(v ProbableCause)
SetProbableCause sets field value
func (NotifyChangedAlarmAllOf) ToMap ¶
func (o NotifyChangedAlarmAllOf) ToMap() (map[string]interface{}, error)
type NotifyChangedAlarmGeneral ¶
type NotifyChangedAlarmGeneral struct { NotificationHeader AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause *ProbableCause `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"` // 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, 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() ProbableCause
GetProbableCause returns the ProbableCause field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneral) GetProbableCauseOk ¶
func (o *NotifyChangedAlarmGeneral) GetProbableCauseOk() (*ProbableCause, 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.
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) HasProbableCause ¶
func (o *NotifyChangedAlarmGeneral) HasProbableCause() bool
HasProbableCause 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 ProbableCause)
SetProbableCause gets a reference to the given ProbableCause and assigns it to the ProbableCause field.
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)
type NotifyChangedAlarmGeneralAllOf ¶
type NotifyChangedAlarmGeneralAllOf struct { AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause *ProbableCause `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"` // 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"` }
NotifyChangedAlarmGeneralAllOf struct for NotifyChangedAlarmGeneralAllOf
func NewNotifyChangedAlarmGeneralAllOf ¶
func NewNotifyChangedAlarmGeneralAllOf(alarmId string, alarmType AlarmType) *NotifyChangedAlarmGeneralAllOf
NewNotifyChangedAlarmGeneralAllOf instantiates a new NotifyChangedAlarmGeneralAllOf 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 NewNotifyChangedAlarmGeneralAllOfWithDefaults ¶
func NewNotifyChangedAlarmGeneralAllOfWithDefaults() *NotifyChangedAlarmGeneralAllOf
NewNotifyChangedAlarmGeneralAllOfWithDefaults instantiates a new NotifyChangedAlarmGeneralAllOf 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 (*NotifyChangedAlarmGeneralAllOf) GetAdditionalInformation ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetAdditionalInformation() map[string]interface{}
GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetAdditionalInformationOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetAdditionalText ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetAdditionalText() string
GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetAdditionalTextOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetAlarmId ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetAlarmId() string
GetAlarmId returns the AlarmId field value
func (*NotifyChangedAlarmGeneralAllOf) GetAlarmIdOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetAlarmIdOk() (*string, bool)
GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.
func (*NotifyChangedAlarmGeneralAllOf) GetAlarmType ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetAlarmType() AlarmType
GetAlarmType returns the AlarmType field value
func (*NotifyChangedAlarmGeneralAllOf) GetAlarmTypeOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetAlarmTypeOk() (*AlarmType, bool)
GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.
func (*NotifyChangedAlarmGeneralAllOf) GetBackUpObject ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetBackUpObject() string
GetBackUpObject returns the BackUpObject field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetBackUpObjectOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetBackedUpStatus ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetBackedUpStatus() bool
GetBackedUpStatus returns the BackedUpStatus field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetBackedUpStatusOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetChangedAlarmAttributes ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetChangedAlarmAttributes() map[string]interface{}
GetChangedAlarmAttributes returns the ChangedAlarmAttributes field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetChangedAlarmAttributesOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetCorrelatedNotifications ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetCorrelatedNotifications() []CorrelatedNotification
GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetCorrelatedNotificationsOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetMonitoredAttributes ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetMonitoredAttributes() map[string]interface{}
GetMonitoredAttributes returns the MonitoredAttributes field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetMonitoredAttributesOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetPerceivedSeverity ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetPerceivedSeverity() PerceivedSeverity
GetPerceivedSeverity returns the PerceivedSeverity field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetPerceivedSeverityOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetProbableCause ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetProbableCause() ProbableCause
GetProbableCause returns the ProbableCause field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetProbableCauseOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetProbableCauseOk() (*ProbableCause, 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.
func (*NotifyChangedAlarmGeneralAllOf) GetProposedRepairActions ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetProposedRepairActions() string
GetProposedRepairActions returns the ProposedRepairActions field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetProposedRepairActionsOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetRootCauseIndicator ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetRootCauseIndicator() bool
GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetRootCauseIndicatorOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetSpecificProblem ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetSpecificProblem() SpecificProblem
GetSpecificProblem returns the SpecificProblem field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetSpecificProblemOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetStateChangeDefinition ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetStateChangeDefinition() []map[string]interface{}
GetStateChangeDefinition returns the StateChangeDefinition field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetStateChangeDefinitionOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetThresholdInfo ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetThresholdInfo() ThresholdInfo
GetThresholdInfo returns the ThresholdInfo field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetThresholdInfoOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) GetTrendIndication ¶
func (o *NotifyChangedAlarmGeneralAllOf) GetTrendIndication() TrendIndication
GetTrendIndication returns the TrendIndication field value if set, zero value otherwise.
func (*NotifyChangedAlarmGeneralAllOf) GetTrendIndicationOk ¶
func (o *NotifyChangedAlarmGeneralAllOf) 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 (*NotifyChangedAlarmGeneralAllOf) HasAdditionalInformation ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasAdditionalInformation() bool
HasAdditionalInformation returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasAdditionalText ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasAdditionalText() bool
HasAdditionalText returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasBackUpObject ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasBackUpObject() bool
HasBackUpObject returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasBackedUpStatus ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasBackedUpStatus() bool
HasBackedUpStatus returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasChangedAlarmAttributes ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasChangedAlarmAttributes() bool
HasChangedAlarmAttributes returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasCorrelatedNotifications ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasCorrelatedNotifications() bool
HasCorrelatedNotifications returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasMonitoredAttributes ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasMonitoredAttributes() bool
HasMonitoredAttributes returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasPerceivedSeverity ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasPerceivedSeverity() bool
HasPerceivedSeverity returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasProbableCause ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasProbableCause() bool
HasProbableCause returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasProposedRepairActions ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasProposedRepairActions() bool
HasProposedRepairActions returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasRootCauseIndicator ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasRootCauseIndicator() bool
HasRootCauseIndicator returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasSpecificProblem ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasSpecificProblem() bool
HasSpecificProblem returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasStateChangeDefinition ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasStateChangeDefinition() bool
HasStateChangeDefinition returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasThresholdInfo ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasThresholdInfo() bool
HasThresholdInfo returns a boolean if a field has been set.
func (*NotifyChangedAlarmGeneralAllOf) HasTrendIndication ¶
func (o *NotifyChangedAlarmGeneralAllOf) HasTrendIndication() bool
HasTrendIndication returns a boolean if a field has been set.
func (NotifyChangedAlarmGeneralAllOf) MarshalJSON ¶
func (o NotifyChangedAlarmGeneralAllOf) MarshalJSON() ([]byte, error)
func (*NotifyChangedAlarmGeneralAllOf) SetAdditionalInformation ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetAdditionalInformation(v map[string]interface{})
SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.
func (*NotifyChangedAlarmGeneralAllOf) SetAdditionalText ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetAdditionalText(v string)
SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.
func (*NotifyChangedAlarmGeneralAllOf) SetAlarmId ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetAlarmId(v string)
SetAlarmId sets field value
func (*NotifyChangedAlarmGeneralAllOf) SetAlarmType ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetAlarmType(v AlarmType)
SetAlarmType sets field value
func (*NotifyChangedAlarmGeneralAllOf) SetBackUpObject ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetBackUpObject(v string)
SetBackUpObject gets a reference to the given string and assigns it to the BackUpObject field.
func (*NotifyChangedAlarmGeneralAllOf) SetBackedUpStatus ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetBackedUpStatus(v bool)
SetBackedUpStatus gets a reference to the given bool and assigns it to the BackedUpStatus field.
func (*NotifyChangedAlarmGeneralAllOf) SetChangedAlarmAttributes ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetChangedAlarmAttributes(v map[string]interface{})
SetChangedAlarmAttributes gets a reference to the given map[string]interface{} and assigns it to the ChangedAlarmAttributes field.
func (*NotifyChangedAlarmGeneralAllOf) SetCorrelatedNotifications ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.
func (*NotifyChangedAlarmGeneralAllOf) SetMonitoredAttributes ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetMonitoredAttributes(v map[string]interface{})
SetMonitoredAttributes gets a reference to the given map[string]interface{} and assigns it to the MonitoredAttributes field.
func (*NotifyChangedAlarmGeneralAllOf) SetPerceivedSeverity ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetPerceivedSeverity(v PerceivedSeverity)
SetPerceivedSeverity gets a reference to the given PerceivedSeverity and assigns it to the PerceivedSeverity field.
func (*NotifyChangedAlarmGeneralAllOf) SetProbableCause ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetProbableCause(v ProbableCause)
SetProbableCause gets a reference to the given ProbableCause and assigns it to the ProbableCause field.
func (*NotifyChangedAlarmGeneralAllOf) SetProposedRepairActions ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetProposedRepairActions(v string)
SetProposedRepairActions gets a reference to the given string and assigns it to the ProposedRepairActions field.
func (*NotifyChangedAlarmGeneralAllOf) SetRootCauseIndicator ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetRootCauseIndicator(v bool)
SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.
func (*NotifyChangedAlarmGeneralAllOf) SetSpecificProblem ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetSpecificProblem(v SpecificProblem)
SetSpecificProblem gets a reference to the given SpecificProblem and assigns it to the SpecificProblem field.
func (*NotifyChangedAlarmGeneralAllOf) SetStateChangeDefinition ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetStateChangeDefinition(v []map[string]interface{})
SetStateChangeDefinition gets a reference to the given []map[string]interface{} and assigns it to the StateChangeDefinition field.
func (*NotifyChangedAlarmGeneralAllOf) SetThresholdInfo ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetThresholdInfo(v ThresholdInfo)
SetThresholdInfo gets a reference to the given ThresholdInfo and assigns it to the ThresholdInfo field.
func (*NotifyChangedAlarmGeneralAllOf) SetTrendIndication ¶
func (o *NotifyChangedAlarmGeneralAllOf) SetTrendIndication(v TrendIndication)
SetTrendIndication gets a reference to the given TrendIndication and assigns it to the TrendIndication field.
func (NotifyChangedAlarmGeneralAllOf) ToMap ¶
func (o NotifyChangedAlarmGeneralAllOf) ToMap() (map[string]interface{}, error)
type NotifyChangedSecAlarmGeneral ¶
type NotifyChangedSecAlarmGeneral struct { NotificationHeader AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause *ProbableCause `json:"probableCause,omitempty"` PerceivedSeverity *PerceivedSeverity `json:"perceivedSeverity,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, 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() ProbableCause
GetProbableCause returns the ProbableCause field value if set, zero value otherwise.
func (*NotifyChangedSecAlarmGeneral) GetProbableCauseOk ¶
func (o *NotifyChangedSecAlarmGeneral) GetProbableCauseOk() (*ProbableCause, 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.
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) HasProbableCause ¶
func (o *NotifyChangedSecAlarmGeneral) HasProbableCause() bool
HasProbableCause 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 ProbableCause)
SetProbableCause gets a reference to the given ProbableCause and assigns it to the ProbableCause field.
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)
type NotifyChangedSecAlarmGeneralAllOf ¶
type NotifyChangedSecAlarmGeneralAllOf struct { AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause *ProbableCause `json:"probableCause,omitempty"` PerceivedSeverity *PerceivedSeverity `json:"perceivedSeverity,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"` }
NotifyChangedSecAlarmGeneralAllOf struct for NotifyChangedSecAlarmGeneralAllOf
func NewNotifyChangedSecAlarmGeneralAllOf ¶
func NewNotifyChangedSecAlarmGeneralAllOf(alarmId string, alarmType AlarmType, serviceUser string, serviceProvider string, securityAlarmDetector string) *NotifyChangedSecAlarmGeneralAllOf
NewNotifyChangedSecAlarmGeneralAllOf instantiates a new NotifyChangedSecAlarmGeneralAllOf 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 NewNotifyChangedSecAlarmGeneralAllOfWithDefaults ¶
func NewNotifyChangedSecAlarmGeneralAllOfWithDefaults() *NotifyChangedSecAlarmGeneralAllOf
NewNotifyChangedSecAlarmGeneralAllOfWithDefaults instantiates a new NotifyChangedSecAlarmGeneralAllOf 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 (*NotifyChangedSecAlarmGeneralAllOf) GetAdditionalInformation ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetAdditionalInformation() map[string]interface{}
GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.
func (*NotifyChangedSecAlarmGeneralAllOf) GetAdditionalInformationOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) 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 (*NotifyChangedSecAlarmGeneralAllOf) GetAdditionalText ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetAdditionalText() string
GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.
func (*NotifyChangedSecAlarmGeneralAllOf) GetAdditionalTextOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) 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 (*NotifyChangedSecAlarmGeneralAllOf) GetAlarmId ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetAlarmId() string
GetAlarmId returns the AlarmId field value
func (*NotifyChangedSecAlarmGeneralAllOf) GetAlarmIdOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetAlarmIdOk() (*string, bool)
GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) GetAlarmType ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetAlarmType() AlarmType
GetAlarmType returns the AlarmType field value
func (*NotifyChangedSecAlarmGeneralAllOf) GetAlarmTypeOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetAlarmTypeOk() (*AlarmType, bool)
GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) GetChangedAlarmAttributes ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetChangedAlarmAttributes() map[string]interface{}
GetChangedAlarmAttributes returns the ChangedAlarmAttributes field value if set, zero value otherwise.
func (*NotifyChangedSecAlarmGeneralAllOf) GetChangedAlarmAttributesOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) 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 (*NotifyChangedSecAlarmGeneralAllOf) GetCorrelatedNotifications ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetCorrelatedNotifications() []CorrelatedNotification
GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.
func (*NotifyChangedSecAlarmGeneralAllOf) GetCorrelatedNotificationsOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) 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 (*NotifyChangedSecAlarmGeneralAllOf) GetPerceivedSeverity ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetPerceivedSeverity() PerceivedSeverity
GetPerceivedSeverity returns the PerceivedSeverity field value if set, zero value otherwise.
func (*NotifyChangedSecAlarmGeneralAllOf) GetPerceivedSeverityOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) 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 (*NotifyChangedSecAlarmGeneralAllOf) GetProbableCause ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetProbableCause() ProbableCause
GetProbableCause returns the ProbableCause field value if set, zero value otherwise.
func (*NotifyChangedSecAlarmGeneralAllOf) GetProbableCauseOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetProbableCauseOk() (*ProbableCause, 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.
func (*NotifyChangedSecAlarmGeneralAllOf) GetRootCauseIndicator ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetRootCauseIndicator() bool
GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.
func (*NotifyChangedSecAlarmGeneralAllOf) GetRootCauseIndicatorOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) 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 (*NotifyChangedSecAlarmGeneralAllOf) GetSecurityAlarmDetector ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetSecurityAlarmDetector() string
GetSecurityAlarmDetector returns the SecurityAlarmDetector field value
func (*NotifyChangedSecAlarmGeneralAllOf) GetSecurityAlarmDetectorOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetSecurityAlarmDetectorOk() (*string, bool)
GetSecurityAlarmDetectorOk returns a tuple with the SecurityAlarmDetector field value and a boolean to check if the value has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) GetServiceProvider ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetServiceProvider() string
GetServiceProvider returns the ServiceProvider field value
func (*NotifyChangedSecAlarmGeneralAllOf) GetServiceProviderOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetServiceProviderOk() (*string, bool)
GetServiceProviderOk returns a tuple with the ServiceProvider field value and a boolean to check if the value has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) GetServiceUser ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetServiceUser() string
GetServiceUser returns the ServiceUser field value
func (*NotifyChangedSecAlarmGeneralAllOf) GetServiceUserOk ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) GetServiceUserOk() (*string, bool)
GetServiceUserOk returns a tuple with the ServiceUser field value and a boolean to check if the value has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) HasAdditionalInformation ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) HasAdditionalInformation() bool
HasAdditionalInformation returns a boolean if a field has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) HasAdditionalText ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) HasAdditionalText() bool
HasAdditionalText returns a boolean if a field has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) HasChangedAlarmAttributes ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) HasChangedAlarmAttributes() bool
HasChangedAlarmAttributes returns a boolean if a field has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) HasCorrelatedNotifications ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) HasCorrelatedNotifications() bool
HasCorrelatedNotifications returns a boolean if a field has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) HasPerceivedSeverity ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) HasPerceivedSeverity() bool
HasPerceivedSeverity returns a boolean if a field has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) HasProbableCause ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) HasProbableCause() bool
HasProbableCause returns a boolean if a field has been set.
func (*NotifyChangedSecAlarmGeneralAllOf) HasRootCauseIndicator ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) HasRootCauseIndicator() bool
HasRootCauseIndicator returns a boolean if a field has been set.
func (NotifyChangedSecAlarmGeneralAllOf) MarshalJSON ¶
func (o NotifyChangedSecAlarmGeneralAllOf) MarshalJSON() ([]byte, error)
func (*NotifyChangedSecAlarmGeneralAllOf) SetAdditionalInformation ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetAdditionalInformation(v map[string]interface{})
SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.
func (*NotifyChangedSecAlarmGeneralAllOf) SetAdditionalText ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetAdditionalText(v string)
SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.
func (*NotifyChangedSecAlarmGeneralAllOf) SetAlarmId ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetAlarmId(v string)
SetAlarmId sets field value
func (*NotifyChangedSecAlarmGeneralAllOf) SetAlarmType ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetAlarmType(v AlarmType)
SetAlarmType sets field value
func (*NotifyChangedSecAlarmGeneralAllOf) SetChangedAlarmAttributes ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetChangedAlarmAttributes(v map[string]interface{})
SetChangedAlarmAttributes gets a reference to the given map[string]interface{} and assigns it to the ChangedAlarmAttributes field.
func (*NotifyChangedSecAlarmGeneralAllOf) SetCorrelatedNotifications ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.
func (*NotifyChangedSecAlarmGeneralAllOf) SetPerceivedSeverity ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetPerceivedSeverity(v PerceivedSeverity)
SetPerceivedSeverity gets a reference to the given PerceivedSeverity and assigns it to the PerceivedSeverity field.
func (*NotifyChangedSecAlarmGeneralAllOf) SetProbableCause ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetProbableCause(v ProbableCause)
SetProbableCause gets a reference to the given ProbableCause and assigns it to the ProbableCause field.
func (*NotifyChangedSecAlarmGeneralAllOf) SetRootCauseIndicator ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetRootCauseIndicator(v bool)
SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.
func (*NotifyChangedSecAlarmGeneralAllOf) SetSecurityAlarmDetector ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetSecurityAlarmDetector(v string)
SetSecurityAlarmDetector sets field value
func (*NotifyChangedSecAlarmGeneralAllOf) SetServiceProvider ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetServiceProvider(v string)
SetServiceProvider sets field value
func (*NotifyChangedSecAlarmGeneralAllOf) SetServiceUser ¶
func (o *NotifyChangedSecAlarmGeneralAllOf) SetServiceUser(v string)
SetServiceUser sets field value
func (NotifyChangedSecAlarmGeneralAllOf) ToMap ¶
func (o NotifyChangedSecAlarmGeneralAllOf) ToMap() (map[string]interface{}, error)
type NotifyClearedAlarm ¶
type NotifyClearedAlarm struct { NotificationHeader AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `json:"probableCause"` PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"` ClearUserId *string `json:"clearUserId,omitempty"` ClearSystemId *string `json:"clearSystemId,omitempty"` }
NotifyClearedAlarm struct for NotifyClearedAlarm
func NewNotifyClearedAlarm ¶
func NewNotifyClearedAlarm(alarmId string, alarmType AlarmType, probableCause ProbableCause, 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() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyClearedAlarm) GetProbableCauseOk ¶
func (o *NotifyClearedAlarm) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
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 ProbableCause)
SetProbableCause sets field value
func (NotifyClearedAlarm) ToMap ¶
func (o NotifyClearedAlarm) ToMap() (map[string]interface{}, error)
type NotifyClearedAlarmAllOf ¶
type NotifyClearedAlarmAllOf struct { AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `json:"probableCause"` PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"` ClearUserId *string `json:"clearUserId,omitempty"` ClearSystemId *string `json:"clearSystemId,omitempty"` }
NotifyClearedAlarmAllOf struct for NotifyClearedAlarmAllOf
func NewNotifyClearedAlarmAllOf ¶
func NewNotifyClearedAlarmAllOf(alarmId string, alarmType AlarmType, probableCause ProbableCause, perceivedSeverity PerceivedSeverity) *NotifyClearedAlarmAllOf
NewNotifyClearedAlarmAllOf instantiates a new NotifyClearedAlarmAllOf 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 NewNotifyClearedAlarmAllOfWithDefaults ¶
func NewNotifyClearedAlarmAllOfWithDefaults() *NotifyClearedAlarmAllOf
NewNotifyClearedAlarmAllOfWithDefaults instantiates a new NotifyClearedAlarmAllOf 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 (*NotifyClearedAlarmAllOf) GetAlarmId ¶
func (o *NotifyClearedAlarmAllOf) GetAlarmId() string
GetAlarmId returns the AlarmId field value
func (*NotifyClearedAlarmAllOf) GetAlarmIdOk ¶
func (o *NotifyClearedAlarmAllOf) GetAlarmIdOk() (*string, bool)
GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.
func (*NotifyClearedAlarmAllOf) GetAlarmType ¶
func (o *NotifyClearedAlarmAllOf) GetAlarmType() AlarmType
GetAlarmType returns the AlarmType field value
func (*NotifyClearedAlarmAllOf) GetAlarmTypeOk ¶
func (o *NotifyClearedAlarmAllOf) GetAlarmTypeOk() (*AlarmType, bool)
GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.
func (*NotifyClearedAlarmAllOf) GetClearSystemId ¶
func (o *NotifyClearedAlarmAllOf) GetClearSystemId() string
GetClearSystemId returns the ClearSystemId field value if set, zero value otherwise.
func (*NotifyClearedAlarmAllOf) GetClearSystemIdOk ¶
func (o *NotifyClearedAlarmAllOf) 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 (*NotifyClearedAlarmAllOf) GetClearUserId ¶
func (o *NotifyClearedAlarmAllOf) GetClearUserId() string
GetClearUserId returns the ClearUserId field value if set, zero value otherwise.
func (*NotifyClearedAlarmAllOf) GetClearUserIdOk ¶
func (o *NotifyClearedAlarmAllOf) 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 (*NotifyClearedAlarmAllOf) GetCorrelatedNotifications ¶
func (o *NotifyClearedAlarmAllOf) GetCorrelatedNotifications() []CorrelatedNotification
GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.
func (*NotifyClearedAlarmAllOf) GetCorrelatedNotificationsOk ¶
func (o *NotifyClearedAlarmAllOf) 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 (*NotifyClearedAlarmAllOf) GetPerceivedSeverity ¶
func (o *NotifyClearedAlarmAllOf) GetPerceivedSeverity() PerceivedSeverity
GetPerceivedSeverity returns the PerceivedSeverity field value
func (*NotifyClearedAlarmAllOf) GetPerceivedSeverityOk ¶
func (o *NotifyClearedAlarmAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.
func (*NotifyClearedAlarmAllOf) GetProbableCause ¶
func (o *NotifyClearedAlarmAllOf) GetProbableCause() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyClearedAlarmAllOf) GetProbableCauseOk ¶
func (o *NotifyClearedAlarmAllOf) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
func (*NotifyClearedAlarmAllOf) HasClearSystemId ¶
func (o *NotifyClearedAlarmAllOf) HasClearSystemId() bool
HasClearSystemId returns a boolean if a field has been set.
func (*NotifyClearedAlarmAllOf) HasClearUserId ¶
func (o *NotifyClearedAlarmAllOf) HasClearUserId() bool
HasClearUserId returns a boolean if a field has been set.
func (*NotifyClearedAlarmAllOf) HasCorrelatedNotifications ¶
func (o *NotifyClearedAlarmAllOf) HasCorrelatedNotifications() bool
HasCorrelatedNotifications returns a boolean if a field has been set.
func (NotifyClearedAlarmAllOf) MarshalJSON ¶
func (o NotifyClearedAlarmAllOf) MarshalJSON() ([]byte, error)
func (*NotifyClearedAlarmAllOf) SetAlarmId ¶
func (o *NotifyClearedAlarmAllOf) SetAlarmId(v string)
SetAlarmId sets field value
func (*NotifyClearedAlarmAllOf) SetAlarmType ¶
func (o *NotifyClearedAlarmAllOf) SetAlarmType(v AlarmType)
SetAlarmType sets field value
func (*NotifyClearedAlarmAllOf) SetClearSystemId ¶
func (o *NotifyClearedAlarmAllOf) SetClearSystemId(v string)
SetClearSystemId gets a reference to the given string and assigns it to the ClearSystemId field.
func (*NotifyClearedAlarmAllOf) SetClearUserId ¶
func (o *NotifyClearedAlarmAllOf) SetClearUserId(v string)
SetClearUserId gets a reference to the given string and assigns it to the ClearUserId field.
func (*NotifyClearedAlarmAllOf) SetCorrelatedNotifications ¶
func (o *NotifyClearedAlarmAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.
func (*NotifyClearedAlarmAllOf) SetPerceivedSeverity ¶
func (o *NotifyClearedAlarmAllOf) SetPerceivedSeverity(v PerceivedSeverity)
SetPerceivedSeverity sets field value
func (*NotifyClearedAlarmAllOf) SetProbableCause ¶
func (o *NotifyClearedAlarmAllOf) SetProbableCause(v ProbableCause)
SetProbableCause sets field value
func (NotifyClearedAlarmAllOf) ToMap ¶
func (o NotifyClearedAlarmAllOf) ToMap() (map[string]interface{}, error)
type NotifyComments ¶
type NotifyComments struct { NotificationHeader AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `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 ProbableCause, 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() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyComments) GetProbableCauseOk ¶
func (o *NotifyComments) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
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 ProbableCause)
SetProbableCause sets field value
func (NotifyComments) ToMap ¶
func (o NotifyComments) ToMap() (map[string]interface{}, error)
type NotifyCommentsAllOf ¶
type NotifyCommentsAllOf struct { AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `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"` }
NotifyCommentsAllOf struct for NotifyCommentsAllOf
func NewNotifyCommentsAllOf ¶
func NewNotifyCommentsAllOf(alarmId string, alarmType AlarmType, probableCause ProbableCause, perceivedSeverity PerceivedSeverity, comments map[string]Comment) *NotifyCommentsAllOf
NewNotifyCommentsAllOf instantiates a new NotifyCommentsAllOf 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 NewNotifyCommentsAllOfWithDefaults ¶
func NewNotifyCommentsAllOfWithDefaults() *NotifyCommentsAllOf
NewNotifyCommentsAllOfWithDefaults instantiates a new NotifyCommentsAllOf 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 (*NotifyCommentsAllOf) GetAlarmId ¶
func (o *NotifyCommentsAllOf) GetAlarmId() string
GetAlarmId returns the AlarmId field value
func (*NotifyCommentsAllOf) GetAlarmIdOk ¶
func (o *NotifyCommentsAllOf) GetAlarmIdOk() (*string, bool)
GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.
func (*NotifyCommentsAllOf) GetAlarmType ¶
func (o *NotifyCommentsAllOf) GetAlarmType() AlarmType
GetAlarmType returns the AlarmType field value
func (*NotifyCommentsAllOf) GetAlarmTypeOk ¶
func (o *NotifyCommentsAllOf) GetAlarmTypeOk() (*AlarmType, bool)
GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.
func (*NotifyCommentsAllOf) GetComments ¶
func (o *NotifyCommentsAllOf) GetComments() map[string]Comment
GetComments returns the Comments field value
func (*NotifyCommentsAllOf) GetCommentsOk ¶
func (o *NotifyCommentsAllOf) 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 (*NotifyCommentsAllOf) GetPerceivedSeverity ¶
func (o *NotifyCommentsAllOf) GetPerceivedSeverity() PerceivedSeverity
GetPerceivedSeverity returns the PerceivedSeverity field value
func (*NotifyCommentsAllOf) GetPerceivedSeverityOk ¶
func (o *NotifyCommentsAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.
func (*NotifyCommentsAllOf) GetProbableCause ¶
func (o *NotifyCommentsAllOf) GetProbableCause() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyCommentsAllOf) GetProbableCauseOk ¶
func (o *NotifyCommentsAllOf) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
func (NotifyCommentsAllOf) MarshalJSON ¶
func (o NotifyCommentsAllOf) MarshalJSON() ([]byte, error)
func (*NotifyCommentsAllOf) SetAlarmId ¶
func (o *NotifyCommentsAllOf) SetAlarmId(v string)
SetAlarmId sets field value
func (*NotifyCommentsAllOf) SetAlarmType ¶
func (o *NotifyCommentsAllOf) SetAlarmType(v AlarmType)
SetAlarmType sets field value
func (*NotifyCommentsAllOf) SetComments ¶
func (o *NotifyCommentsAllOf) SetComments(v map[string]Comment)
SetComments sets field value
func (*NotifyCommentsAllOf) SetPerceivedSeverity ¶
func (o *NotifyCommentsAllOf) SetPerceivedSeverity(v PerceivedSeverity)
SetPerceivedSeverity sets field value
func (*NotifyCommentsAllOf) SetProbableCause ¶
func (o *NotifyCommentsAllOf) SetProbableCause(v ProbableCause)
SetProbableCause sets field value
func (NotifyCommentsAllOf) ToMap ¶
func (o NotifyCommentsAllOf) ToMap() (map[string]interface{}, error)
type NotifyCorrelatedNotificationChanged ¶
type NotifyCorrelatedNotificationChanged struct {}
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 ¶
func (o *NotifyCorrelatedNotificationChanged) GetAlarmId() string
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 ¶
func (o *NotifyCorrelatedNotificationChanged) SetAlarmId(v string)
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)
type NotifyCorrelatedNotificationChangedAllOf ¶
type NotifyCorrelatedNotificationChangedAllOf struct {}
NotifyCorrelatedNotificationChangedAllOf struct for NotifyCorrelatedNotificationChangedAllOf
func NewNotifyCorrelatedNotificationChangedAllOf ¶
func NewNotifyCorrelatedNotificationChangedAllOf(alarmId string, correlatedNotifications []CorrelatedNotification) *NotifyCorrelatedNotificationChangedAllOf
NewNotifyCorrelatedNotificationChangedAllOf instantiates a new NotifyCorrelatedNotificationChangedAllOf 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 NewNotifyCorrelatedNotificationChangedAllOfWithDefaults ¶
func NewNotifyCorrelatedNotificationChangedAllOfWithDefaults() *NotifyCorrelatedNotificationChangedAllOf
NewNotifyCorrelatedNotificationChangedAllOfWithDefaults instantiates a new NotifyCorrelatedNotificationChangedAllOf 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 (*NotifyCorrelatedNotificationChangedAllOf) GetAlarmId ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) GetAlarmId() string
GetAlarmId returns the AlarmId field value
func (*NotifyCorrelatedNotificationChangedAllOf) GetAlarmIdOk ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) GetAlarmIdOk() (*string, bool)
GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.
func (*NotifyCorrelatedNotificationChangedAllOf) GetCorrelatedNotifications ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) GetCorrelatedNotifications() []CorrelatedNotification
GetCorrelatedNotifications returns the CorrelatedNotifications field value
func (*NotifyCorrelatedNotificationChangedAllOf) GetCorrelatedNotificationsOk ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool)
GetCorrelatedNotificationsOk returns a tuple with the CorrelatedNotifications field value and a boolean to check if the value has been set.
func (*NotifyCorrelatedNotificationChangedAllOf) GetRootCauseIndicator ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) GetRootCauseIndicator() bool
GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.
func (*NotifyCorrelatedNotificationChangedAllOf) GetRootCauseIndicatorOk ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) 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 (*NotifyCorrelatedNotificationChangedAllOf) HasRootCauseIndicator ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) HasRootCauseIndicator() bool
HasRootCauseIndicator returns a boolean if a field has been set.
func (NotifyCorrelatedNotificationChangedAllOf) MarshalJSON ¶
func (o NotifyCorrelatedNotificationChangedAllOf) MarshalJSON() ([]byte, error)
func (*NotifyCorrelatedNotificationChangedAllOf) SetAlarmId ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) SetAlarmId(v string)
SetAlarmId sets field value
func (*NotifyCorrelatedNotificationChangedAllOf) SetCorrelatedNotifications ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
SetCorrelatedNotifications sets field value
func (*NotifyCorrelatedNotificationChangedAllOf) SetRootCauseIndicator ¶
func (o *NotifyCorrelatedNotificationChangedAllOf) SetRootCauseIndicator(v bool)
SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.
func (NotifyCorrelatedNotificationChangedAllOf) ToMap ¶
func (o NotifyCorrelatedNotificationChangedAllOf) ToMap() (map[string]interface{}, error)
type NotifyNewAlarm ¶
type NotifyNewAlarm struct { NotificationHeader AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `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"` // 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 ProbableCause, 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() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyNewAlarm) GetProbableCauseOk ¶
func (o *NotifyNewAlarm) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
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 ProbableCause)
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)
type NotifyNewAlarmAllOf ¶
type NotifyNewAlarmAllOf struct { AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `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"` // 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"` }
NotifyNewAlarmAllOf struct for NotifyNewAlarmAllOf
func NewNotifyNewAlarmAllOf ¶
func NewNotifyNewAlarmAllOf(alarmId string, alarmType AlarmType, probableCause ProbableCause, perceivedSeverity PerceivedSeverity) *NotifyNewAlarmAllOf
NewNotifyNewAlarmAllOf instantiates a new NotifyNewAlarmAllOf 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 NewNotifyNewAlarmAllOfWithDefaults ¶
func NewNotifyNewAlarmAllOfWithDefaults() *NotifyNewAlarmAllOf
NewNotifyNewAlarmAllOfWithDefaults instantiates a new NotifyNewAlarmAllOf 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 (*NotifyNewAlarmAllOf) GetAdditionalInformation ¶
func (o *NotifyNewAlarmAllOf) GetAdditionalInformation() map[string]interface{}
GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetAdditionalInformationOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetAdditionalText ¶
func (o *NotifyNewAlarmAllOf) GetAdditionalText() string
GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetAdditionalTextOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetAlarmId ¶
func (o *NotifyNewAlarmAllOf) GetAlarmId() string
GetAlarmId returns the AlarmId field value
func (*NotifyNewAlarmAllOf) GetAlarmIdOk ¶
func (o *NotifyNewAlarmAllOf) GetAlarmIdOk() (*string, bool)
GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.
func (*NotifyNewAlarmAllOf) GetAlarmType ¶
func (o *NotifyNewAlarmAllOf) GetAlarmType() AlarmType
GetAlarmType returns the AlarmType field value
func (*NotifyNewAlarmAllOf) GetAlarmTypeOk ¶
func (o *NotifyNewAlarmAllOf) GetAlarmTypeOk() (*AlarmType, bool)
GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.
func (*NotifyNewAlarmAllOf) GetBackUpObject ¶
func (o *NotifyNewAlarmAllOf) GetBackUpObject() string
GetBackUpObject returns the BackUpObject field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetBackUpObjectOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetBackedUpStatus ¶
func (o *NotifyNewAlarmAllOf) GetBackedUpStatus() bool
GetBackedUpStatus returns the BackedUpStatus field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetBackedUpStatusOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetCorrelatedNotifications ¶
func (o *NotifyNewAlarmAllOf) GetCorrelatedNotifications() []CorrelatedNotification
GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetCorrelatedNotificationsOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetMonitoredAttributes ¶
func (o *NotifyNewAlarmAllOf) GetMonitoredAttributes() map[string]interface{}
GetMonitoredAttributes returns the MonitoredAttributes field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetMonitoredAttributesOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetPerceivedSeverity ¶
func (o *NotifyNewAlarmAllOf) GetPerceivedSeverity() PerceivedSeverity
GetPerceivedSeverity returns the PerceivedSeverity field value
func (*NotifyNewAlarmAllOf) GetPerceivedSeverityOk ¶
func (o *NotifyNewAlarmAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.
func (*NotifyNewAlarmAllOf) GetProbableCause ¶
func (o *NotifyNewAlarmAllOf) GetProbableCause() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyNewAlarmAllOf) GetProbableCauseOk ¶
func (o *NotifyNewAlarmAllOf) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
func (*NotifyNewAlarmAllOf) GetProposedRepairActions ¶
func (o *NotifyNewAlarmAllOf) GetProposedRepairActions() string
GetProposedRepairActions returns the ProposedRepairActions field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetProposedRepairActionsOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetRootCauseIndicator ¶
func (o *NotifyNewAlarmAllOf) GetRootCauseIndicator() bool
GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetRootCauseIndicatorOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetSpecificProblem ¶
func (o *NotifyNewAlarmAllOf) GetSpecificProblem() SpecificProblem
GetSpecificProblem returns the SpecificProblem field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetSpecificProblemOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetStateChangeDefinition ¶
func (o *NotifyNewAlarmAllOf) GetStateChangeDefinition() []map[string]interface{}
GetStateChangeDefinition returns the StateChangeDefinition field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetStateChangeDefinitionOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetThresholdInfo ¶
func (o *NotifyNewAlarmAllOf) GetThresholdInfo() ThresholdInfo
GetThresholdInfo returns the ThresholdInfo field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetThresholdInfoOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) GetTrendIndication ¶
func (o *NotifyNewAlarmAllOf) GetTrendIndication() TrendIndication
GetTrendIndication returns the TrendIndication field value if set, zero value otherwise.
func (*NotifyNewAlarmAllOf) GetTrendIndicationOk ¶
func (o *NotifyNewAlarmAllOf) 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 (*NotifyNewAlarmAllOf) HasAdditionalInformation ¶
func (o *NotifyNewAlarmAllOf) HasAdditionalInformation() bool
HasAdditionalInformation returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasAdditionalText ¶
func (o *NotifyNewAlarmAllOf) HasAdditionalText() bool
HasAdditionalText returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasBackUpObject ¶
func (o *NotifyNewAlarmAllOf) HasBackUpObject() bool
HasBackUpObject returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasBackedUpStatus ¶
func (o *NotifyNewAlarmAllOf) HasBackedUpStatus() bool
HasBackedUpStatus returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasCorrelatedNotifications ¶
func (o *NotifyNewAlarmAllOf) HasCorrelatedNotifications() bool
HasCorrelatedNotifications returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasMonitoredAttributes ¶
func (o *NotifyNewAlarmAllOf) HasMonitoredAttributes() bool
HasMonitoredAttributes returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasProposedRepairActions ¶
func (o *NotifyNewAlarmAllOf) HasProposedRepairActions() bool
HasProposedRepairActions returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasRootCauseIndicator ¶
func (o *NotifyNewAlarmAllOf) HasRootCauseIndicator() bool
HasRootCauseIndicator returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasSpecificProblem ¶
func (o *NotifyNewAlarmAllOf) HasSpecificProblem() bool
HasSpecificProblem returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasStateChangeDefinition ¶
func (o *NotifyNewAlarmAllOf) HasStateChangeDefinition() bool
HasStateChangeDefinition returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasThresholdInfo ¶
func (o *NotifyNewAlarmAllOf) HasThresholdInfo() bool
HasThresholdInfo returns a boolean if a field has been set.
func (*NotifyNewAlarmAllOf) HasTrendIndication ¶
func (o *NotifyNewAlarmAllOf) HasTrendIndication() bool
HasTrendIndication returns a boolean if a field has been set.
func (NotifyNewAlarmAllOf) MarshalJSON ¶
func (o NotifyNewAlarmAllOf) MarshalJSON() ([]byte, error)
func (*NotifyNewAlarmAllOf) SetAdditionalInformation ¶
func (o *NotifyNewAlarmAllOf) SetAdditionalInformation(v map[string]interface{})
SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.
func (*NotifyNewAlarmAllOf) SetAdditionalText ¶
func (o *NotifyNewAlarmAllOf) SetAdditionalText(v string)
SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.
func (*NotifyNewAlarmAllOf) SetAlarmId ¶
func (o *NotifyNewAlarmAllOf) SetAlarmId(v string)
SetAlarmId sets field value
func (*NotifyNewAlarmAllOf) SetAlarmType ¶
func (o *NotifyNewAlarmAllOf) SetAlarmType(v AlarmType)
SetAlarmType sets field value
func (*NotifyNewAlarmAllOf) SetBackUpObject ¶
func (o *NotifyNewAlarmAllOf) SetBackUpObject(v string)
SetBackUpObject gets a reference to the given string and assigns it to the BackUpObject field.
func (*NotifyNewAlarmAllOf) SetBackedUpStatus ¶
func (o *NotifyNewAlarmAllOf) SetBackedUpStatus(v bool)
SetBackedUpStatus gets a reference to the given bool and assigns it to the BackedUpStatus field.
func (*NotifyNewAlarmAllOf) SetCorrelatedNotifications ¶
func (o *NotifyNewAlarmAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.
func (*NotifyNewAlarmAllOf) SetMonitoredAttributes ¶
func (o *NotifyNewAlarmAllOf) SetMonitoredAttributes(v map[string]interface{})
SetMonitoredAttributes gets a reference to the given map[string]interface{} and assigns it to the MonitoredAttributes field.
func (*NotifyNewAlarmAllOf) SetPerceivedSeverity ¶
func (o *NotifyNewAlarmAllOf) SetPerceivedSeverity(v PerceivedSeverity)
SetPerceivedSeverity sets field value
func (*NotifyNewAlarmAllOf) SetProbableCause ¶
func (o *NotifyNewAlarmAllOf) SetProbableCause(v ProbableCause)
SetProbableCause sets field value
func (*NotifyNewAlarmAllOf) SetProposedRepairActions ¶
func (o *NotifyNewAlarmAllOf) SetProposedRepairActions(v string)
SetProposedRepairActions gets a reference to the given string and assigns it to the ProposedRepairActions field.
func (*NotifyNewAlarmAllOf) SetRootCauseIndicator ¶
func (o *NotifyNewAlarmAllOf) SetRootCauseIndicator(v bool)
SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.
func (*NotifyNewAlarmAllOf) SetSpecificProblem ¶
func (o *NotifyNewAlarmAllOf) SetSpecificProblem(v SpecificProblem)
SetSpecificProblem gets a reference to the given SpecificProblem and assigns it to the SpecificProblem field.
func (*NotifyNewAlarmAllOf) SetStateChangeDefinition ¶
func (o *NotifyNewAlarmAllOf) SetStateChangeDefinition(v []map[string]interface{})
SetStateChangeDefinition gets a reference to the given []map[string]interface{} and assigns it to the StateChangeDefinition field.
func (*NotifyNewAlarmAllOf) SetThresholdInfo ¶
func (o *NotifyNewAlarmAllOf) SetThresholdInfo(v ThresholdInfo)
SetThresholdInfo gets a reference to the given ThresholdInfo and assigns it to the ThresholdInfo field.
func (*NotifyNewAlarmAllOf) SetTrendIndication ¶
func (o *NotifyNewAlarmAllOf) SetTrendIndication(v TrendIndication)
SetTrendIndication gets a reference to the given TrendIndication and assigns it to the TrendIndication field.
func (NotifyNewAlarmAllOf) ToMap ¶
func (o NotifyNewAlarmAllOf) ToMap() (map[string]interface{}, error)
type NotifyNewSecAlarm ¶
type NotifyNewSecAlarm struct { NotificationHeader AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `json:"probableCause"` PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"` 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 ProbableCause, 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() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyNewSecAlarm) GetProbableCauseOk ¶
func (o *NotifyNewSecAlarm) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
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 ProbableCause)
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)
type NotifyNewSecAlarmAllOf ¶
type NotifyNewSecAlarmAllOf struct { AlarmId string `json:"alarmId"` AlarmType AlarmType `json:"alarmType"` ProbableCause ProbableCause `json:"probableCause"` PerceivedSeverity PerceivedSeverity `json:"perceivedSeverity"` 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"` }
NotifyNewSecAlarmAllOf struct for NotifyNewSecAlarmAllOf
func NewNotifyNewSecAlarmAllOf ¶
func NewNotifyNewSecAlarmAllOf(alarmId string, alarmType AlarmType, probableCause ProbableCause, perceivedSeverity PerceivedSeverity, serviceUser string, serviceProvider string, securityAlarmDetector string) *NotifyNewSecAlarmAllOf
NewNotifyNewSecAlarmAllOf instantiates a new NotifyNewSecAlarmAllOf 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 NewNotifyNewSecAlarmAllOfWithDefaults ¶
func NewNotifyNewSecAlarmAllOfWithDefaults() *NotifyNewSecAlarmAllOf
NewNotifyNewSecAlarmAllOfWithDefaults instantiates a new NotifyNewSecAlarmAllOf 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 (*NotifyNewSecAlarmAllOf) GetAdditionalInformation ¶
func (o *NotifyNewSecAlarmAllOf) GetAdditionalInformation() map[string]interface{}
GetAdditionalInformation returns the AdditionalInformation field value if set, zero value otherwise.
func (*NotifyNewSecAlarmAllOf) GetAdditionalInformationOk ¶
func (o *NotifyNewSecAlarmAllOf) 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 (*NotifyNewSecAlarmAllOf) GetAdditionalText ¶
func (o *NotifyNewSecAlarmAllOf) GetAdditionalText() string
GetAdditionalText returns the AdditionalText field value if set, zero value otherwise.
func (*NotifyNewSecAlarmAllOf) GetAdditionalTextOk ¶
func (o *NotifyNewSecAlarmAllOf) 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 (*NotifyNewSecAlarmAllOf) GetAlarmId ¶
func (o *NotifyNewSecAlarmAllOf) GetAlarmId() string
GetAlarmId returns the AlarmId field value
func (*NotifyNewSecAlarmAllOf) GetAlarmIdOk ¶
func (o *NotifyNewSecAlarmAllOf) GetAlarmIdOk() (*string, bool)
GetAlarmIdOk returns a tuple with the AlarmId field value and a boolean to check if the value has been set.
func (*NotifyNewSecAlarmAllOf) GetAlarmType ¶
func (o *NotifyNewSecAlarmAllOf) GetAlarmType() AlarmType
GetAlarmType returns the AlarmType field value
func (*NotifyNewSecAlarmAllOf) GetAlarmTypeOk ¶
func (o *NotifyNewSecAlarmAllOf) GetAlarmTypeOk() (*AlarmType, bool)
GetAlarmTypeOk returns a tuple with the AlarmType field value and a boolean to check if the value has been set.
func (*NotifyNewSecAlarmAllOf) GetCorrelatedNotifications ¶
func (o *NotifyNewSecAlarmAllOf) GetCorrelatedNotifications() []CorrelatedNotification
GetCorrelatedNotifications returns the CorrelatedNotifications field value if set, zero value otherwise.
func (*NotifyNewSecAlarmAllOf) GetCorrelatedNotificationsOk ¶
func (o *NotifyNewSecAlarmAllOf) 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 (*NotifyNewSecAlarmAllOf) GetPerceivedSeverity ¶
func (o *NotifyNewSecAlarmAllOf) GetPerceivedSeverity() PerceivedSeverity
GetPerceivedSeverity returns the PerceivedSeverity field value
func (*NotifyNewSecAlarmAllOf) GetPerceivedSeverityOk ¶
func (o *NotifyNewSecAlarmAllOf) GetPerceivedSeverityOk() (*PerceivedSeverity, bool)
GetPerceivedSeverityOk returns a tuple with the PerceivedSeverity field value and a boolean to check if the value has been set.
func (*NotifyNewSecAlarmAllOf) GetProbableCause ¶
func (o *NotifyNewSecAlarmAllOf) GetProbableCause() ProbableCause
GetProbableCause returns the ProbableCause field value
func (*NotifyNewSecAlarmAllOf) GetProbableCauseOk ¶
func (o *NotifyNewSecAlarmAllOf) GetProbableCauseOk() (*ProbableCause, bool)
GetProbableCauseOk returns a tuple with the ProbableCause field value and a boolean to check if the value has been set.
func (*NotifyNewSecAlarmAllOf) GetRootCauseIndicator ¶
func (o *NotifyNewSecAlarmAllOf) GetRootCauseIndicator() bool
GetRootCauseIndicator returns the RootCauseIndicator field value if set, zero value otherwise.
func (*NotifyNewSecAlarmAllOf) GetRootCauseIndicatorOk ¶
func (o *NotifyNewSecAlarmAllOf) 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 (*NotifyNewSecAlarmAllOf) GetSecurityAlarmDetector ¶
func (o *NotifyNewSecAlarmAllOf) GetSecurityAlarmDetector() string
GetSecurityAlarmDetector returns the SecurityAlarmDetector field value
func (*NotifyNewSecAlarmAllOf) GetSecurityAlarmDetectorOk ¶
func (o *NotifyNewSecAlarmAllOf) GetSecurityAlarmDetectorOk() (*string, bool)
GetSecurityAlarmDetectorOk returns a tuple with the SecurityAlarmDetector field value and a boolean to check if the value has been set.
func (*NotifyNewSecAlarmAllOf) GetServiceProvider ¶
func (o *NotifyNewSecAlarmAllOf) GetServiceProvider() string
GetServiceProvider returns the ServiceProvider field value
func (*NotifyNewSecAlarmAllOf) GetServiceProviderOk ¶
func (o *NotifyNewSecAlarmAllOf) GetServiceProviderOk() (*string, bool)
GetServiceProviderOk returns a tuple with the ServiceProvider field value and a boolean to check if the value has been set.
func (*NotifyNewSecAlarmAllOf) GetServiceUser ¶
func (o *NotifyNewSecAlarmAllOf) GetServiceUser() string
GetServiceUser returns the ServiceUser field value
func (*NotifyNewSecAlarmAllOf) GetServiceUserOk ¶
func (o *NotifyNewSecAlarmAllOf) GetServiceUserOk() (*string, bool)
GetServiceUserOk returns a tuple with the ServiceUser field value and a boolean to check if the value has been set.
func (*NotifyNewSecAlarmAllOf) HasAdditionalInformation ¶
func (o *NotifyNewSecAlarmAllOf) HasAdditionalInformation() bool
HasAdditionalInformation returns a boolean if a field has been set.
func (*NotifyNewSecAlarmAllOf) HasAdditionalText ¶
func (o *NotifyNewSecAlarmAllOf) HasAdditionalText() bool
HasAdditionalText returns a boolean if a field has been set.
func (*NotifyNewSecAlarmAllOf) HasCorrelatedNotifications ¶
func (o *NotifyNewSecAlarmAllOf) HasCorrelatedNotifications() bool
HasCorrelatedNotifications returns a boolean if a field has been set.
func (*NotifyNewSecAlarmAllOf) HasRootCauseIndicator ¶
func (o *NotifyNewSecAlarmAllOf) HasRootCauseIndicator() bool
HasRootCauseIndicator returns a boolean if a field has been set.
func (NotifyNewSecAlarmAllOf) MarshalJSON ¶
func (o NotifyNewSecAlarmAllOf) MarshalJSON() ([]byte, error)
func (*NotifyNewSecAlarmAllOf) SetAdditionalInformation ¶
func (o *NotifyNewSecAlarmAllOf) SetAdditionalInformation(v map[string]interface{})
SetAdditionalInformation gets a reference to the given map[string]interface{} and assigns it to the AdditionalInformation field.
func (*NotifyNewSecAlarmAllOf) SetAdditionalText ¶
func (o *NotifyNewSecAlarmAllOf) SetAdditionalText(v string)
SetAdditionalText gets a reference to the given string and assigns it to the AdditionalText field.
func (*NotifyNewSecAlarmAllOf) SetAlarmId ¶
func (o *NotifyNewSecAlarmAllOf) SetAlarmId(v string)
SetAlarmId sets field value
func (*NotifyNewSecAlarmAllOf) SetAlarmType ¶
func (o *NotifyNewSecAlarmAllOf) SetAlarmType(v AlarmType)
SetAlarmType sets field value
func (*NotifyNewSecAlarmAllOf) SetCorrelatedNotifications ¶
func (o *NotifyNewSecAlarmAllOf) SetCorrelatedNotifications(v []CorrelatedNotification)
SetCorrelatedNotifications gets a reference to the given []CorrelatedNotification and assigns it to the CorrelatedNotifications field.
func (*NotifyNewSecAlarmAllOf) SetPerceivedSeverity ¶
func (o *NotifyNewSecAlarmAllOf) SetPerceivedSeverity(v PerceivedSeverity)
SetPerceivedSeverity sets field value
func (*NotifyNewSecAlarmAllOf) SetProbableCause ¶
func (o *NotifyNewSecAlarmAllOf) SetProbableCause(v ProbableCause)
SetProbableCause sets field value
func (*NotifyNewSecAlarmAllOf) SetRootCauseIndicator ¶
func (o *NotifyNewSecAlarmAllOf) SetRootCauseIndicator(v bool)
SetRootCauseIndicator gets a reference to the given bool and assigns it to the RootCauseIndicator field.
func (*NotifyNewSecAlarmAllOf) SetSecurityAlarmDetector ¶
func (o *NotifyNewSecAlarmAllOf) SetSecurityAlarmDetector(v string)
SetSecurityAlarmDetector sets field value
func (*NotifyNewSecAlarmAllOf) SetServiceProvider ¶
func (o *NotifyNewSecAlarmAllOf) SetServiceProvider(v string)
SetServiceProvider sets field value
func (*NotifyNewSecAlarmAllOf) SetServiceUser ¶
func (o *NotifyNewSecAlarmAllOf) SetServiceUser(v string)
SetServiceUser sets field value
func (NotifyNewSecAlarmAllOf) ToMap ¶
func (o NotifyNewSecAlarmAllOf) ToMap() (map[string]interface{}, 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)
type NotifyPotentialFaultyAlarmListAllOf ¶
type NotifyPotentialFaultyAlarmListAllOf struct {
Reason string `json:"reason"`
}
NotifyPotentialFaultyAlarmListAllOf struct for NotifyPotentialFaultyAlarmListAllOf
func NewNotifyPotentialFaultyAlarmListAllOf ¶
func NewNotifyPotentialFaultyAlarmListAllOf(reason string) *NotifyPotentialFaultyAlarmListAllOf
NewNotifyPotentialFaultyAlarmListAllOf instantiates a new NotifyPotentialFaultyAlarmListAllOf 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 NewNotifyPotentialFaultyAlarmListAllOfWithDefaults ¶
func NewNotifyPotentialFaultyAlarmListAllOfWithDefaults() *NotifyPotentialFaultyAlarmListAllOf
NewNotifyPotentialFaultyAlarmListAllOfWithDefaults instantiates a new NotifyPotentialFaultyAlarmListAllOf 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 (*NotifyPotentialFaultyAlarmListAllOf) GetReason ¶
func (o *NotifyPotentialFaultyAlarmListAllOf) GetReason() string
GetReason returns the Reason field value
func (*NotifyPotentialFaultyAlarmListAllOf) GetReasonOk ¶
func (o *NotifyPotentialFaultyAlarmListAllOf) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value and a boolean to check if the value has been set.
func (NotifyPotentialFaultyAlarmListAllOf) MarshalJSON ¶
func (o NotifyPotentialFaultyAlarmListAllOf) MarshalJSON() ([]byte, error)
func (*NotifyPotentialFaultyAlarmListAllOf) SetReason ¶
func (o *NotifyPotentialFaultyAlarmListAllOf) SetReason(v string)
SetReason sets field value
func (NotifyPotentialFaultyAlarmListAllOf) ToMap ¶
func (o NotifyPotentialFaultyAlarmListAllOf) ToMap() (map[string]interface{}, 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 (v NullableAlarmAckState) Get() *AlarmAckState
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 NewNullableAlarmListAlignmentRequirement ¶
func NewNullableAlarmListAlignmentRequirement(val *AlarmListAlignmentRequirement) *NullableAlarmListAlignmentRequirement
func (NullableAlarmListAlignmentRequirement) Get ¶
func (v NullableAlarmListAlignmentRequirement) Get() *AlarmListAlignmentRequirement
func (NullableAlarmListAlignmentRequirement) IsSet ¶
func (v NullableAlarmListAlignmentRequirement) IsSet() bool
func (NullableAlarmListAlignmentRequirement) MarshalJSON ¶
func (v NullableAlarmListAlignmentRequirement) MarshalJSON() ([]byte, error)
func (*NullableAlarmListAlignmentRequirement) Set ¶
func (v *NullableAlarmListAlignmentRequirement) Set(val *AlarmListAlignmentRequirement)
func (*NullableAlarmListAlignmentRequirement) UnmarshalJSON ¶
func (v *NullableAlarmListAlignmentRequirement) UnmarshalJSON(src []byte) error
func (*NullableAlarmListAlignmentRequirement) Unset ¶
func (v *NullableAlarmListAlignmentRequirement) Unset()
type NullableAlarmNotificationTypes ¶
type NullableAlarmNotificationTypes struct {
// contains filtered or unexported fields
}
func NewNullableAlarmNotificationTypes ¶
func NewNullableAlarmNotificationTypes(val *AlarmNotificationTypes) *NullableAlarmNotificationTypes
func (NullableAlarmNotificationTypes) Get ¶
func (v NullableAlarmNotificationTypes) Get() *AlarmNotificationTypes
func (NullableAlarmNotificationTypes) IsSet ¶
func (v NullableAlarmNotificationTypes) IsSet() bool
func (NullableAlarmNotificationTypes) MarshalJSON ¶
func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableAlarmNotificationTypes) Set ¶
func (v *NullableAlarmNotificationTypes) Set(val *AlarmNotificationTypes)
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 (v NullableAlarmRecord) Get() *AlarmRecord
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 NewNullableAlarmsAlarmIdPatchRequest ¶
func NewNullableAlarmsAlarmIdPatchRequest(val *AlarmsAlarmIdPatchRequest) *NullableAlarmsAlarmIdPatchRequest
func (NullableAlarmsAlarmIdPatchRequest) Get ¶
func (v NullableAlarmsAlarmIdPatchRequest) Get() *AlarmsAlarmIdPatchRequest
func (NullableAlarmsAlarmIdPatchRequest) IsSet ¶
func (v NullableAlarmsAlarmIdPatchRequest) IsSet() bool
func (NullableAlarmsAlarmIdPatchRequest) MarshalJSON ¶
func (v NullableAlarmsAlarmIdPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableAlarmsAlarmIdPatchRequest) Set ¶
func (v *NullableAlarmsAlarmIdPatchRequest) Set(val *AlarmsAlarmIdPatchRequest)
func (*NullableAlarmsAlarmIdPatchRequest) UnmarshalJSON ¶
func (v *NullableAlarmsAlarmIdPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableAlarmsAlarmIdPatchRequest) Unset ¶
func (v *NullableAlarmsAlarmIdPatchRequest) Unset()
type NullableAlarmsGet200ResponseValue ¶
type NullableAlarmsGet200ResponseValue struct {
// contains filtered or unexported fields
}
func NewNullableAlarmsGet200ResponseValue ¶
func NewNullableAlarmsGet200ResponseValue(val *AlarmsGet200ResponseValue) *NullableAlarmsGet200ResponseValue
func (NullableAlarmsGet200ResponseValue) Get ¶
func (v NullableAlarmsGet200ResponseValue) Get() *AlarmsGet200ResponseValue
func (NullableAlarmsGet200ResponseValue) IsSet ¶
func (v NullableAlarmsGet200ResponseValue) IsSet() bool
func (NullableAlarmsGet200ResponseValue) MarshalJSON ¶
func (v NullableAlarmsGet200ResponseValue) MarshalJSON() ([]byte, error)
func (*NullableAlarmsGet200ResponseValue) Set ¶
func (v *NullableAlarmsGet200ResponseValue) Set(val *AlarmsGet200ResponseValue)
func (*NullableAlarmsGet200ResponseValue) UnmarshalJSON ¶
func (v *NullableAlarmsGet200ResponseValue) UnmarshalJSON(src []byte) error
func (*NullableAlarmsGet200ResponseValue) Unset ¶
func (v *NullableAlarmsGet200ResponseValue) Unset()
type NullableAlarmsGet200ResponseValueAllOf ¶
type NullableAlarmsGet200ResponseValueAllOf struct {
// contains filtered or unexported fields
}
func NewNullableAlarmsGet200ResponseValueAllOf ¶
func NewNullableAlarmsGet200ResponseValueAllOf(val *AlarmsGet200ResponseValueAllOf) *NullableAlarmsGet200ResponseValueAllOf
func (NullableAlarmsGet200ResponseValueAllOf) Get ¶
func (v NullableAlarmsGet200ResponseValueAllOf) Get() *AlarmsGet200ResponseValueAllOf
func (NullableAlarmsGet200ResponseValueAllOf) IsSet ¶
func (v NullableAlarmsGet200ResponseValueAllOf) IsSet() bool
func (NullableAlarmsGet200ResponseValueAllOf) MarshalJSON ¶
func (v NullableAlarmsGet200ResponseValueAllOf) MarshalJSON() ([]byte, error)
func (*NullableAlarmsGet200ResponseValueAllOf) Set ¶
func (v *NullableAlarmsGet200ResponseValueAllOf) Set(val *AlarmsGet200ResponseValueAllOf)
func (*NullableAlarmsGet200ResponseValueAllOf) UnmarshalJSON ¶
func (v *NullableAlarmsGet200ResponseValueAllOf) UnmarshalJSON(src []byte) error
func (*NullableAlarmsGet200ResponseValueAllOf) Unset ¶
func (v *NullableAlarmsGet200ResponseValueAllOf) Unset()
type NullableAlarmsGet200ResponseValueAllOf1 ¶
type NullableAlarmsGet200ResponseValueAllOf1 struct {
// contains filtered or unexported fields
}
func NewNullableAlarmsGet200ResponseValueAllOf1 ¶
func NewNullableAlarmsGet200ResponseValueAllOf1(val *AlarmsGet200ResponseValueAllOf1) *NullableAlarmsGet200ResponseValueAllOf1
func (NullableAlarmsGet200ResponseValueAllOf1) IsSet ¶
func (v NullableAlarmsGet200ResponseValueAllOf1) IsSet() bool
func (NullableAlarmsGet200ResponseValueAllOf1) MarshalJSON ¶
func (v NullableAlarmsGet200ResponseValueAllOf1) MarshalJSON() ([]byte, error)
func (*NullableAlarmsGet200ResponseValueAllOf1) Set ¶
func (v *NullableAlarmsGet200ResponseValueAllOf1) Set(val *AlarmsGet200ResponseValueAllOf1)
func (*NullableAlarmsGet200ResponseValueAllOf1) UnmarshalJSON ¶
func (v *NullableAlarmsGet200ResponseValueAllOf1) UnmarshalJSON(src []byte) error
func (*NullableAlarmsGet200ResponseValueAllOf1) Unset ¶
func (v *NullableAlarmsGet200ResponseValueAllOf1) Unset()
type NullableAlarmsPatchRequest ¶
type NullableAlarmsPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableAlarmsPatchRequest ¶
func NewNullableAlarmsPatchRequest(val *AlarmsPatchRequest) *NullableAlarmsPatchRequest
func (NullableAlarmsPatchRequest) Get ¶
func (v NullableAlarmsPatchRequest) Get() *AlarmsPatchRequest
func (NullableAlarmsPatchRequest) IsSet ¶
func (v NullableAlarmsPatchRequest) IsSet() bool
func (NullableAlarmsPatchRequest) MarshalJSON ¶
func (v NullableAlarmsPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableAlarmsPatchRequest) Set ¶
func (v *NullableAlarmsPatchRequest) Set(val *AlarmsPatchRequest)
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 (v NullableCmNotificationTypes) Get() *CmNotificationTypes
func (NullableCmNotificationTypes) IsSet ¶
func (v NullableCmNotificationTypes) IsSet() bool
func (NullableCmNotificationTypes) MarshalJSON ¶
func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableCmNotificationTypes) Set ¶
func (v *NullableCmNotificationTypes) Set(val *CmNotificationTypes)
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 NewNullableCorrelatedNotification ¶
func NewNullableCorrelatedNotification(val *CorrelatedNotification) *NullableCorrelatedNotification
func (NullableCorrelatedNotification) Get ¶
func (v NullableCorrelatedNotification) Get() *CorrelatedNotification
func (NullableCorrelatedNotification) IsSet ¶
func (v NullableCorrelatedNotification) IsSet() bool
func (NullableCorrelatedNotification) MarshalJSON ¶
func (v NullableCorrelatedNotification) MarshalJSON() ([]byte, error)
func (*NullableCorrelatedNotification) Set ¶
func (v *NullableCorrelatedNotification) Set(val *CorrelatedNotification)
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 (v NullableErrorResponse) Get() *ErrorResponse
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 (v NullableErrorResponseError) Get() *ErrorResponseError
func (NullableErrorResponseError) IsSet ¶
func (v NullableErrorResponseError) IsSet() bool
func (NullableErrorResponseError) MarshalJSON ¶
func (v NullableErrorResponseError) MarshalJSON() ([]byte, error)
func (*NullableErrorResponseError) Set ¶
func (v *NullableErrorResponseError) Set(val *ErrorResponseError)
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 (v NullableFailedAlarm) Get() *FailedAlarm
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 NewNullableFileNotificationTypes ¶
func NewNullableFileNotificationTypes(val *FileNotificationTypes) *NullableFileNotificationTypes
func (NullableFileNotificationTypes) Get ¶
func (v NullableFileNotificationTypes) Get() *FileNotificationTypes
func (NullableFileNotificationTypes) IsSet ¶
func (v NullableFileNotificationTypes) IsSet() bool
func (NullableFileNotificationTypes) MarshalJSON ¶
func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableFileNotificationTypes) Set ¶
func (v *NullableFileNotificationTypes) Set(val *FileNotificationTypes)
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 NewNullableHeartbeatNotificationTypes ¶
func NewNullableHeartbeatNotificationTypes(val *HeartbeatNotificationTypes) *NullableHeartbeatNotificationTypes
func (NullableHeartbeatNotificationTypes) Get ¶
func (v NullableHeartbeatNotificationTypes) Get() *HeartbeatNotificationTypes
func (NullableHeartbeatNotificationTypes) IsSet ¶
func (v NullableHeartbeatNotificationTypes) IsSet() bool
func (NullableHeartbeatNotificationTypes) MarshalJSON ¶
func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullableHeartbeatNotificationTypes) Set ¶
func (v *NullableHeartbeatNotificationTypes) Set(val *HeartbeatNotificationTypes)
func (*NullableHeartbeatNotificationTypes) UnmarshalJSON ¶
func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullableHeartbeatNotificationTypes) Unset ¶
func (v *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 NewNullableMergePatchAcknowledgeAlarm ¶
func NewNullableMergePatchAcknowledgeAlarm(val *MergePatchAcknowledgeAlarm) *NullableMergePatchAcknowledgeAlarm
func (NullableMergePatchAcknowledgeAlarm) Get ¶
func (v NullableMergePatchAcknowledgeAlarm) Get() *MergePatchAcknowledgeAlarm
func (NullableMergePatchAcknowledgeAlarm) IsSet ¶
func (v NullableMergePatchAcknowledgeAlarm) IsSet() bool
func (NullableMergePatchAcknowledgeAlarm) MarshalJSON ¶
func (v NullableMergePatchAcknowledgeAlarm) MarshalJSON() ([]byte, error)
func (*NullableMergePatchAcknowledgeAlarm) Set ¶
func (v *NullableMergePatchAcknowledgeAlarm) Set(val *MergePatchAcknowledgeAlarm)
func (*NullableMergePatchAcknowledgeAlarm) UnmarshalJSON ¶
func (v *NullableMergePatchAcknowledgeAlarm) UnmarshalJSON(src []byte) error
func (*NullableMergePatchAcknowledgeAlarm) Unset ¶
func (v *NullableMergePatchAcknowledgeAlarm) Unset()
type NullableMergePatchClearAlarm ¶
type NullableMergePatchClearAlarm struct {
// contains filtered or unexported fields
}
func NewNullableMergePatchClearAlarm ¶
func NewNullableMergePatchClearAlarm(val *MergePatchClearAlarm) *NullableMergePatchClearAlarm
func (NullableMergePatchClearAlarm) Get ¶
func (v NullableMergePatchClearAlarm) Get() *MergePatchClearAlarm
func (NullableMergePatchClearAlarm) IsSet ¶
func (v NullableMergePatchClearAlarm) IsSet() bool
func (NullableMergePatchClearAlarm) MarshalJSON ¶
func (v NullableMergePatchClearAlarm) MarshalJSON() ([]byte, error)
func (*NullableMergePatchClearAlarm) Set ¶
func (v *NullableMergePatchClearAlarm) Set(val *MergePatchClearAlarm)
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 (v NullableNotificationHeader) Get() *NotificationHeader
func (NullableNotificationHeader) IsSet ¶
func (v NullableNotificationHeader) IsSet() bool
func (NullableNotificationHeader) MarshalJSON ¶
func (v NullableNotificationHeader) MarshalJSON() ([]byte, error)
func (*NullableNotificationHeader) Set ¶
func (v *NullableNotificationHeader) Set(val *NotificationHeader)
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 (v NullableNotificationType) Get() *NotificationType
func (NullableNotificationType) IsSet ¶
func (v NullableNotificationType) IsSet() bool
func (NullableNotificationType) MarshalJSON ¶
func (v NullableNotificationType) MarshalJSON() ([]byte, error)
func (*NullableNotificationType) Set ¶
func (v *NullableNotificationType) Set(val *NotificationType)
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 NewNullableNotifyAckStateChanged ¶
func NewNullableNotifyAckStateChanged(val *NotifyAckStateChanged) *NullableNotifyAckStateChanged
func (NullableNotifyAckStateChanged) Get ¶
func (v NullableNotifyAckStateChanged) Get() *NotifyAckStateChanged
func (NullableNotifyAckStateChanged) IsSet ¶
func (v NullableNotifyAckStateChanged) IsSet() bool
func (NullableNotifyAckStateChanged) MarshalJSON ¶
func (v NullableNotifyAckStateChanged) MarshalJSON() ([]byte, error)
func (*NullableNotifyAckStateChanged) Set ¶
func (v *NullableNotifyAckStateChanged) Set(val *NotifyAckStateChanged)
func (*NullableNotifyAckStateChanged) UnmarshalJSON ¶
func (v *NullableNotifyAckStateChanged) UnmarshalJSON(src []byte) error
func (*NullableNotifyAckStateChanged) Unset ¶
func (v *NullableNotifyAckStateChanged) Unset()
type NullableNotifyAckStateChangedAllOf ¶
type NullableNotifyAckStateChangedAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyAckStateChangedAllOf ¶
func NewNullableNotifyAckStateChangedAllOf(val *NotifyAckStateChangedAllOf) *NullableNotifyAckStateChangedAllOf
func (NullableNotifyAckStateChangedAllOf) Get ¶
func (v NullableNotifyAckStateChangedAllOf) Get() *NotifyAckStateChangedAllOf
func (NullableNotifyAckStateChangedAllOf) IsSet ¶
func (v NullableNotifyAckStateChangedAllOf) IsSet() bool
func (NullableNotifyAckStateChangedAllOf) MarshalJSON ¶
func (v NullableNotifyAckStateChangedAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyAckStateChangedAllOf) Set ¶
func (v *NullableNotifyAckStateChangedAllOf) Set(val *NotifyAckStateChangedAllOf)
func (*NullableNotifyAckStateChangedAllOf) UnmarshalJSON ¶
func (v *NullableNotifyAckStateChangedAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyAckStateChangedAllOf) Unset ¶
func (v *NullableNotifyAckStateChangedAllOf) Unset()
type NullableNotifyAlarmListRebuilt ¶
type NullableNotifyAlarmListRebuilt struct {
// contains filtered or unexported fields
}
func NewNullableNotifyAlarmListRebuilt ¶
func NewNullableNotifyAlarmListRebuilt(val *NotifyAlarmListRebuilt) *NullableNotifyAlarmListRebuilt
func (NullableNotifyAlarmListRebuilt) Get ¶
func (v NullableNotifyAlarmListRebuilt) Get() *NotifyAlarmListRebuilt
func (NullableNotifyAlarmListRebuilt) IsSet ¶
func (v NullableNotifyAlarmListRebuilt) IsSet() bool
func (NullableNotifyAlarmListRebuilt) MarshalJSON ¶
func (v NullableNotifyAlarmListRebuilt) MarshalJSON() ([]byte, error)
func (*NullableNotifyAlarmListRebuilt) Set ¶
func (v *NullableNotifyAlarmListRebuilt) Set(val *NotifyAlarmListRebuilt)
func (*NullableNotifyAlarmListRebuilt) UnmarshalJSON ¶
func (v *NullableNotifyAlarmListRebuilt) UnmarshalJSON(src []byte) error
func (*NullableNotifyAlarmListRebuilt) Unset ¶
func (v *NullableNotifyAlarmListRebuilt) Unset()
type NullableNotifyAlarmListRebuiltAllOf ¶
type NullableNotifyAlarmListRebuiltAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyAlarmListRebuiltAllOf ¶
func NewNullableNotifyAlarmListRebuiltAllOf(val *NotifyAlarmListRebuiltAllOf) *NullableNotifyAlarmListRebuiltAllOf
func (NullableNotifyAlarmListRebuiltAllOf) Get ¶
func (v NullableNotifyAlarmListRebuiltAllOf) Get() *NotifyAlarmListRebuiltAllOf
func (NullableNotifyAlarmListRebuiltAllOf) IsSet ¶
func (v NullableNotifyAlarmListRebuiltAllOf) IsSet() bool
func (NullableNotifyAlarmListRebuiltAllOf) MarshalJSON ¶
func (v NullableNotifyAlarmListRebuiltAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyAlarmListRebuiltAllOf) Set ¶
func (v *NullableNotifyAlarmListRebuiltAllOf) Set(val *NotifyAlarmListRebuiltAllOf)
func (*NullableNotifyAlarmListRebuiltAllOf) UnmarshalJSON ¶
func (v *NullableNotifyAlarmListRebuiltAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyAlarmListRebuiltAllOf) Unset ¶
func (v *NullableNotifyAlarmListRebuiltAllOf) Unset()
type NullableNotifyChangedAlarm ¶
type NullableNotifyChangedAlarm struct {
// contains filtered or unexported fields
}
func NewNullableNotifyChangedAlarm ¶
func NewNullableNotifyChangedAlarm(val *NotifyChangedAlarm) *NullableNotifyChangedAlarm
func (NullableNotifyChangedAlarm) Get ¶
func (v NullableNotifyChangedAlarm) Get() *NotifyChangedAlarm
func (NullableNotifyChangedAlarm) IsSet ¶
func (v NullableNotifyChangedAlarm) IsSet() bool
func (NullableNotifyChangedAlarm) MarshalJSON ¶
func (v NullableNotifyChangedAlarm) MarshalJSON() ([]byte, error)
func (*NullableNotifyChangedAlarm) Set ¶
func (v *NullableNotifyChangedAlarm) Set(val *NotifyChangedAlarm)
func (*NullableNotifyChangedAlarm) UnmarshalJSON ¶
func (v *NullableNotifyChangedAlarm) UnmarshalJSON(src []byte) error
func (*NullableNotifyChangedAlarm) Unset ¶
func (v *NullableNotifyChangedAlarm) Unset()
type NullableNotifyChangedAlarmAllOf ¶
type NullableNotifyChangedAlarmAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyChangedAlarmAllOf ¶
func NewNullableNotifyChangedAlarmAllOf(val *NotifyChangedAlarmAllOf) *NullableNotifyChangedAlarmAllOf
func (NullableNotifyChangedAlarmAllOf) Get ¶
func (v NullableNotifyChangedAlarmAllOf) Get() *NotifyChangedAlarmAllOf
func (NullableNotifyChangedAlarmAllOf) IsSet ¶
func (v NullableNotifyChangedAlarmAllOf) IsSet() bool
func (NullableNotifyChangedAlarmAllOf) MarshalJSON ¶
func (v NullableNotifyChangedAlarmAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyChangedAlarmAllOf) Set ¶
func (v *NullableNotifyChangedAlarmAllOf) Set(val *NotifyChangedAlarmAllOf)
func (*NullableNotifyChangedAlarmAllOf) UnmarshalJSON ¶
func (v *NullableNotifyChangedAlarmAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyChangedAlarmAllOf) Unset ¶
func (v *NullableNotifyChangedAlarmAllOf) Unset()
type NullableNotifyChangedAlarmGeneral ¶
type NullableNotifyChangedAlarmGeneral struct {
// contains filtered or unexported fields
}
func NewNullableNotifyChangedAlarmGeneral ¶
func NewNullableNotifyChangedAlarmGeneral(val *NotifyChangedAlarmGeneral) *NullableNotifyChangedAlarmGeneral
func (NullableNotifyChangedAlarmGeneral) Get ¶
func (v NullableNotifyChangedAlarmGeneral) Get() *NotifyChangedAlarmGeneral
func (NullableNotifyChangedAlarmGeneral) IsSet ¶
func (v NullableNotifyChangedAlarmGeneral) IsSet() bool
func (NullableNotifyChangedAlarmGeneral) MarshalJSON ¶
func (v NullableNotifyChangedAlarmGeneral) MarshalJSON() ([]byte, error)
func (*NullableNotifyChangedAlarmGeneral) Set ¶
func (v *NullableNotifyChangedAlarmGeneral) Set(val *NotifyChangedAlarmGeneral)
func (*NullableNotifyChangedAlarmGeneral) UnmarshalJSON ¶
func (v *NullableNotifyChangedAlarmGeneral) UnmarshalJSON(src []byte) error
func (*NullableNotifyChangedAlarmGeneral) Unset ¶
func (v *NullableNotifyChangedAlarmGeneral) Unset()
type NullableNotifyChangedAlarmGeneralAllOf ¶
type NullableNotifyChangedAlarmGeneralAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyChangedAlarmGeneralAllOf ¶
func NewNullableNotifyChangedAlarmGeneralAllOf(val *NotifyChangedAlarmGeneralAllOf) *NullableNotifyChangedAlarmGeneralAllOf
func (NullableNotifyChangedAlarmGeneralAllOf) Get ¶
func (v NullableNotifyChangedAlarmGeneralAllOf) Get() *NotifyChangedAlarmGeneralAllOf
func (NullableNotifyChangedAlarmGeneralAllOf) IsSet ¶
func (v NullableNotifyChangedAlarmGeneralAllOf) IsSet() bool
func (NullableNotifyChangedAlarmGeneralAllOf) MarshalJSON ¶
func (v NullableNotifyChangedAlarmGeneralAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyChangedAlarmGeneralAllOf) Set ¶
func (v *NullableNotifyChangedAlarmGeneralAllOf) Set(val *NotifyChangedAlarmGeneralAllOf)
func (*NullableNotifyChangedAlarmGeneralAllOf) UnmarshalJSON ¶
func (v *NullableNotifyChangedAlarmGeneralAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyChangedAlarmGeneralAllOf) Unset ¶
func (v *NullableNotifyChangedAlarmGeneralAllOf) Unset()
type NullableNotifyChangedSecAlarmGeneral ¶
type NullableNotifyChangedSecAlarmGeneral struct {
// contains filtered or unexported fields
}
func NewNullableNotifyChangedSecAlarmGeneral ¶
func NewNullableNotifyChangedSecAlarmGeneral(val *NotifyChangedSecAlarmGeneral) *NullableNotifyChangedSecAlarmGeneral
func (NullableNotifyChangedSecAlarmGeneral) Get ¶
func (v NullableNotifyChangedSecAlarmGeneral) Get() *NotifyChangedSecAlarmGeneral
func (NullableNotifyChangedSecAlarmGeneral) IsSet ¶
func (v NullableNotifyChangedSecAlarmGeneral) IsSet() bool
func (NullableNotifyChangedSecAlarmGeneral) MarshalJSON ¶
func (v NullableNotifyChangedSecAlarmGeneral) MarshalJSON() ([]byte, error)
func (*NullableNotifyChangedSecAlarmGeneral) Set ¶
func (v *NullableNotifyChangedSecAlarmGeneral) Set(val *NotifyChangedSecAlarmGeneral)
func (*NullableNotifyChangedSecAlarmGeneral) UnmarshalJSON ¶
func (v *NullableNotifyChangedSecAlarmGeneral) UnmarshalJSON(src []byte) error
func (*NullableNotifyChangedSecAlarmGeneral) Unset ¶
func (v *NullableNotifyChangedSecAlarmGeneral) Unset()
type NullableNotifyChangedSecAlarmGeneralAllOf ¶
type NullableNotifyChangedSecAlarmGeneralAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyChangedSecAlarmGeneralAllOf ¶
func NewNullableNotifyChangedSecAlarmGeneralAllOf(val *NotifyChangedSecAlarmGeneralAllOf) *NullableNotifyChangedSecAlarmGeneralAllOf
func (NullableNotifyChangedSecAlarmGeneralAllOf) IsSet ¶
func (v NullableNotifyChangedSecAlarmGeneralAllOf) IsSet() bool
func (NullableNotifyChangedSecAlarmGeneralAllOf) MarshalJSON ¶
func (v NullableNotifyChangedSecAlarmGeneralAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyChangedSecAlarmGeneralAllOf) Set ¶
func (v *NullableNotifyChangedSecAlarmGeneralAllOf) Set(val *NotifyChangedSecAlarmGeneralAllOf)
func (*NullableNotifyChangedSecAlarmGeneralAllOf) UnmarshalJSON ¶
func (v *NullableNotifyChangedSecAlarmGeneralAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyChangedSecAlarmGeneralAllOf) Unset ¶
func (v *NullableNotifyChangedSecAlarmGeneralAllOf) Unset()
type NullableNotifyClearedAlarm ¶
type NullableNotifyClearedAlarm struct {
// contains filtered or unexported fields
}
func NewNullableNotifyClearedAlarm ¶
func NewNullableNotifyClearedAlarm(val *NotifyClearedAlarm) *NullableNotifyClearedAlarm
func (NullableNotifyClearedAlarm) Get ¶
func (v NullableNotifyClearedAlarm) Get() *NotifyClearedAlarm
func (NullableNotifyClearedAlarm) IsSet ¶
func (v NullableNotifyClearedAlarm) IsSet() bool
func (NullableNotifyClearedAlarm) MarshalJSON ¶
func (v NullableNotifyClearedAlarm) MarshalJSON() ([]byte, error)
func (*NullableNotifyClearedAlarm) Set ¶
func (v *NullableNotifyClearedAlarm) Set(val *NotifyClearedAlarm)
func (*NullableNotifyClearedAlarm) UnmarshalJSON ¶
func (v *NullableNotifyClearedAlarm) UnmarshalJSON(src []byte) error
func (*NullableNotifyClearedAlarm) Unset ¶
func (v *NullableNotifyClearedAlarm) Unset()
type NullableNotifyClearedAlarmAllOf ¶
type NullableNotifyClearedAlarmAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyClearedAlarmAllOf ¶
func NewNullableNotifyClearedAlarmAllOf(val *NotifyClearedAlarmAllOf) *NullableNotifyClearedAlarmAllOf
func (NullableNotifyClearedAlarmAllOf) Get ¶
func (v NullableNotifyClearedAlarmAllOf) Get() *NotifyClearedAlarmAllOf
func (NullableNotifyClearedAlarmAllOf) IsSet ¶
func (v NullableNotifyClearedAlarmAllOf) IsSet() bool
func (NullableNotifyClearedAlarmAllOf) MarshalJSON ¶
func (v NullableNotifyClearedAlarmAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyClearedAlarmAllOf) Set ¶
func (v *NullableNotifyClearedAlarmAllOf) Set(val *NotifyClearedAlarmAllOf)
func (*NullableNotifyClearedAlarmAllOf) UnmarshalJSON ¶
func (v *NullableNotifyClearedAlarmAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyClearedAlarmAllOf) Unset ¶
func (v *NullableNotifyClearedAlarmAllOf) Unset()
type NullableNotifyComments ¶
type NullableNotifyComments struct {
// contains filtered or unexported fields
}
func NewNullableNotifyComments ¶
func NewNullableNotifyComments(val *NotifyComments) *NullableNotifyComments
func (NullableNotifyComments) Get ¶
func (v NullableNotifyComments) Get() *NotifyComments
func (NullableNotifyComments) IsSet ¶
func (v NullableNotifyComments) IsSet() bool
func (NullableNotifyComments) MarshalJSON ¶
func (v NullableNotifyComments) MarshalJSON() ([]byte, error)
func (*NullableNotifyComments) Set ¶
func (v *NullableNotifyComments) Set(val *NotifyComments)
func (*NullableNotifyComments) UnmarshalJSON ¶
func (v *NullableNotifyComments) UnmarshalJSON(src []byte) error
func (*NullableNotifyComments) Unset ¶
func (v *NullableNotifyComments) Unset()
type NullableNotifyCommentsAllOf ¶
type NullableNotifyCommentsAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyCommentsAllOf ¶
func NewNullableNotifyCommentsAllOf(val *NotifyCommentsAllOf) *NullableNotifyCommentsAllOf
func (NullableNotifyCommentsAllOf) Get ¶
func (v NullableNotifyCommentsAllOf) Get() *NotifyCommentsAllOf
func (NullableNotifyCommentsAllOf) IsSet ¶
func (v NullableNotifyCommentsAllOf) IsSet() bool
func (NullableNotifyCommentsAllOf) MarshalJSON ¶
func (v NullableNotifyCommentsAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyCommentsAllOf) Set ¶
func (v *NullableNotifyCommentsAllOf) Set(val *NotifyCommentsAllOf)
func (*NullableNotifyCommentsAllOf) UnmarshalJSON ¶
func (v *NullableNotifyCommentsAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyCommentsAllOf) Unset ¶
func (v *NullableNotifyCommentsAllOf) Unset()
type NullableNotifyCorrelatedNotificationChanged ¶
type NullableNotifyCorrelatedNotificationChanged struct {
// contains filtered or unexported fields
}
func NewNullableNotifyCorrelatedNotificationChanged ¶
func NewNullableNotifyCorrelatedNotificationChanged(val *NotifyCorrelatedNotificationChanged) *NullableNotifyCorrelatedNotificationChanged
func (NullableNotifyCorrelatedNotificationChanged) IsSet ¶
func (v NullableNotifyCorrelatedNotificationChanged) IsSet() bool
func (NullableNotifyCorrelatedNotificationChanged) MarshalJSON ¶
func (v NullableNotifyCorrelatedNotificationChanged) MarshalJSON() ([]byte, error)
func (*NullableNotifyCorrelatedNotificationChanged) Set ¶
func (v *NullableNotifyCorrelatedNotificationChanged) Set(val *NotifyCorrelatedNotificationChanged)
func (*NullableNotifyCorrelatedNotificationChanged) UnmarshalJSON ¶
func (v *NullableNotifyCorrelatedNotificationChanged) UnmarshalJSON(src []byte) error
func (*NullableNotifyCorrelatedNotificationChanged) Unset ¶
func (v *NullableNotifyCorrelatedNotificationChanged) Unset()
type NullableNotifyCorrelatedNotificationChangedAllOf ¶
type NullableNotifyCorrelatedNotificationChangedAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyCorrelatedNotificationChangedAllOf ¶
func NewNullableNotifyCorrelatedNotificationChangedAllOf(val *NotifyCorrelatedNotificationChangedAllOf) *NullableNotifyCorrelatedNotificationChangedAllOf
func (NullableNotifyCorrelatedNotificationChangedAllOf) IsSet ¶
func (v NullableNotifyCorrelatedNotificationChangedAllOf) IsSet() bool
func (NullableNotifyCorrelatedNotificationChangedAllOf) MarshalJSON ¶
func (v NullableNotifyCorrelatedNotificationChangedAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyCorrelatedNotificationChangedAllOf) UnmarshalJSON ¶
func (v *NullableNotifyCorrelatedNotificationChangedAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyCorrelatedNotificationChangedAllOf) Unset ¶
func (v *NullableNotifyCorrelatedNotificationChangedAllOf) Unset()
type NullableNotifyNewAlarm ¶
type NullableNotifyNewAlarm struct {
// contains filtered or unexported fields
}
func NewNullableNotifyNewAlarm ¶
func NewNullableNotifyNewAlarm(val *NotifyNewAlarm) *NullableNotifyNewAlarm
func (NullableNotifyNewAlarm) Get ¶
func (v NullableNotifyNewAlarm) Get() *NotifyNewAlarm
func (NullableNotifyNewAlarm) IsSet ¶
func (v NullableNotifyNewAlarm) IsSet() bool
func (NullableNotifyNewAlarm) MarshalJSON ¶
func (v NullableNotifyNewAlarm) MarshalJSON() ([]byte, error)
func (*NullableNotifyNewAlarm) Set ¶
func (v *NullableNotifyNewAlarm) Set(val *NotifyNewAlarm)
func (*NullableNotifyNewAlarm) UnmarshalJSON ¶
func (v *NullableNotifyNewAlarm) UnmarshalJSON(src []byte) error
func (*NullableNotifyNewAlarm) Unset ¶
func (v *NullableNotifyNewAlarm) Unset()
type NullableNotifyNewAlarmAllOf ¶
type NullableNotifyNewAlarmAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyNewAlarmAllOf ¶
func NewNullableNotifyNewAlarmAllOf(val *NotifyNewAlarmAllOf) *NullableNotifyNewAlarmAllOf
func (NullableNotifyNewAlarmAllOf) Get ¶
func (v NullableNotifyNewAlarmAllOf) Get() *NotifyNewAlarmAllOf
func (NullableNotifyNewAlarmAllOf) IsSet ¶
func (v NullableNotifyNewAlarmAllOf) IsSet() bool
func (NullableNotifyNewAlarmAllOf) MarshalJSON ¶
func (v NullableNotifyNewAlarmAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyNewAlarmAllOf) Set ¶
func (v *NullableNotifyNewAlarmAllOf) Set(val *NotifyNewAlarmAllOf)
func (*NullableNotifyNewAlarmAllOf) UnmarshalJSON ¶
func (v *NullableNotifyNewAlarmAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyNewAlarmAllOf) Unset ¶
func (v *NullableNotifyNewAlarmAllOf) Unset()
type NullableNotifyNewSecAlarm ¶
type NullableNotifyNewSecAlarm struct {
// contains filtered or unexported fields
}
func NewNullableNotifyNewSecAlarm ¶
func NewNullableNotifyNewSecAlarm(val *NotifyNewSecAlarm) *NullableNotifyNewSecAlarm
func (NullableNotifyNewSecAlarm) Get ¶
func (v NullableNotifyNewSecAlarm) Get() *NotifyNewSecAlarm
func (NullableNotifyNewSecAlarm) IsSet ¶
func (v NullableNotifyNewSecAlarm) IsSet() bool
func (NullableNotifyNewSecAlarm) MarshalJSON ¶
func (v NullableNotifyNewSecAlarm) MarshalJSON() ([]byte, error)
func (*NullableNotifyNewSecAlarm) Set ¶
func (v *NullableNotifyNewSecAlarm) Set(val *NotifyNewSecAlarm)
func (*NullableNotifyNewSecAlarm) UnmarshalJSON ¶
func (v *NullableNotifyNewSecAlarm) UnmarshalJSON(src []byte) error
func (*NullableNotifyNewSecAlarm) Unset ¶
func (v *NullableNotifyNewSecAlarm) Unset()
type NullableNotifyNewSecAlarmAllOf ¶
type NullableNotifyNewSecAlarmAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyNewSecAlarmAllOf ¶
func NewNullableNotifyNewSecAlarmAllOf(val *NotifyNewSecAlarmAllOf) *NullableNotifyNewSecAlarmAllOf
func (NullableNotifyNewSecAlarmAllOf) Get ¶
func (v NullableNotifyNewSecAlarmAllOf) Get() *NotifyNewSecAlarmAllOf
func (NullableNotifyNewSecAlarmAllOf) IsSet ¶
func (v NullableNotifyNewSecAlarmAllOf) IsSet() bool
func (NullableNotifyNewSecAlarmAllOf) MarshalJSON ¶
func (v NullableNotifyNewSecAlarmAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyNewSecAlarmAllOf) Set ¶
func (v *NullableNotifyNewSecAlarmAllOf) Set(val *NotifyNewSecAlarmAllOf)
func (*NullableNotifyNewSecAlarmAllOf) UnmarshalJSON ¶
func (v *NullableNotifyNewSecAlarmAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyNewSecAlarmAllOf) Unset ¶
func (v *NullableNotifyNewSecAlarmAllOf) Unset()
type NullableNotifyPotentialFaultyAlarmList ¶
type NullableNotifyPotentialFaultyAlarmList struct {
// contains filtered or unexported fields
}
func NewNullableNotifyPotentialFaultyAlarmList ¶
func NewNullableNotifyPotentialFaultyAlarmList(val *NotifyPotentialFaultyAlarmList) *NullableNotifyPotentialFaultyAlarmList
func (NullableNotifyPotentialFaultyAlarmList) Get ¶
func (v NullableNotifyPotentialFaultyAlarmList) Get() *NotifyPotentialFaultyAlarmList
func (NullableNotifyPotentialFaultyAlarmList) IsSet ¶
func (v NullableNotifyPotentialFaultyAlarmList) IsSet() bool
func (NullableNotifyPotentialFaultyAlarmList) MarshalJSON ¶
func (v NullableNotifyPotentialFaultyAlarmList) MarshalJSON() ([]byte, error)
func (*NullableNotifyPotentialFaultyAlarmList) Set ¶
func (v *NullableNotifyPotentialFaultyAlarmList) Set(val *NotifyPotentialFaultyAlarmList)
func (*NullableNotifyPotentialFaultyAlarmList) UnmarshalJSON ¶
func (v *NullableNotifyPotentialFaultyAlarmList) UnmarshalJSON(src []byte) error
func (*NullableNotifyPotentialFaultyAlarmList) Unset ¶
func (v *NullableNotifyPotentialFaultyAlarmList) Unset()
type NullableNotifyPotentialFaultyAlarmListAllOf ¶
type NullableNotifyPotentialFaultyAlarmListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableNotifyPotentialFaultyAlarmListAllOf ¶
func NewNullableNotifyPotentialFaultyAlarmListAllOf(val *NotifyPotentialFaultyAlarmListAllOf) *NullableNotifyPotentialFaultyAlarmListAllOf
func (NullableNotifyPotentialFaultyAlarmListAllOf) IsSet ¶
func (v NullableNotifyPotentialFaultyAlarmListAllOf) IsSet() bool
func (NullableNotifyPotentialFaultyAlarmListAllOf) MarshalJSON ¶
func (v NullableNotifyPotentialFaultyAlarmListAllOf) MarshalJSON() ([]byte, error)
func (*NullableNotifyPotentialFaultyAlarmListAllOf) Set ¶
func (v *NullableNotifyPotentialFaultyAlarmListAllOf) Set(val *NotifyPotentialFaultyAlarmListAllOf)
func (*NullableNotifyPotentialFaultyAlarmListAllOf) UnmarshalJSON ¶
func (v *NullableNotifyPotentialFaultyAlarmListAllOf) UnmarshalJSON(src []byte) error
func (*NullableNotifyPotentialFaultyAlarmListAllOf) Unset ¶
func (v *NullableNotifyPotentialFaultyAlarmListAllOf) Unset()
type NullablePerceivedSeverity ¶
type NullablePerceivedSeverity struct {
// contains filtered or unexported fields
}
func NewNullablePerceivedSeverity ¶
func NewNullablePerceivedSeverity(val *PerceivedSeverity) *NullablePerceivedSeverity
func (NullablePerceivedSeverity) Get ¶
func (v NullablePerceivedSeverity) Get() *PerceivedSeverity
func (NullablePerceivedSeverity) IsSet ¶
func (v NullablePerceivedSeverity) IsSet() bool
func (NullablePerceivedSeverity) MarshalJSON ¶
func (v NullablePerceivedSeverity) MarshalJSON() ([]byte, error)
func (*NullablePerceivedSeverity) Set ¶
func (v *NullablePerceivedSeverity) Set(val *PerceivedSeverity)
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 NewNullablePerfNotificationTypes ¶
func NewNullablePerfNotificationTypes(val *PerfNotificationTypes) *NullablePerfNotificationTypes
func (NullablePerfNotificationTypes) Get ¶
func (v NullablePerfNotificationTypes) Get() *PerfNotificationTypes
func (NullablePerfNotificationTypes) IsSet ¶
func (v NullablePerfNotificationTypes) IsSet() bool
func (NullablePerfNotificationTypes) MarshalJSON ¶
func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error)
func (*NullablePerfNotificationTypes) Set ¶
func (v *NullablePerfNotificationTypes) Set(val *PerfNotificationTypes)
func (*NullablePerfNotificationTypes) UnmarshalJSON ¶
func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error
func (*NullablePerfNotificationTypes) Unset ¶
func (v *NullablePerfNotificationTypes) Unset()
type NullableProbableCause ¶
type NullableProbableCause struct {
// contains filtered or unexported fields
}
func NewNullableProbableCause ¶
func NewNullableProbableCause(val *ProbableCause) *NullableProbableCause
func (NullableProbableCause) Get ¶
func (v NullableProbableCause) Get() *ProbableCause
func (NullableProbableCause) IsSet ¶
func (v NullableProbableCause) IsSet() bool
func (NullableProbableCause) MarshalJSON ¶
func (v NullableProbableCause) MarshalJSON() ([]byte, error)
func (*NullableProbableCause) Set ¶
func (v *NullableProbableCause) Set(val *ProbableCause)
func (*NullableProbableCause) UnmarshalJSON ¶
func (v *NullableProbableCause) UnmarshalJSON(src []byte) error
func (*NullableProbableCause) Unset ¶
func (v *NullableProbableCause) Unset()
type NullableProbableCauseOneOf ¶ added in v1.18.0
type NullableProbableCauseOneOf struct {
// contains filtered or unexported fields
}
func NewNullableProbableCauseOneOf ¶ added in v1.18.0
func NewNullableProbableCauseOneOf(val *ProbableCauseOneOf) *NullableProbableCauseOneOf
func (NullableProbableCauseOneOf) Get ¶ added in v1.18.0
func (v NullableProbableCauseOneOf) Get() *ProbableCauseOneOf
func (NullableProbableCauseOneOf) IsSet ¶ added in v1.18.0
func (v NullableProbableCauseOneOf) IsSet() bool
func (NullableProbableCauseOneOf) MarshalJSON ¶ added in v1.18.0
func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error)
func (*NullableProbableCauseOneOf) Set ¶ added in v1.18.0
func (v *NullableProbableCauseOneOf) Set(val *ProbableCauseOneOf)
func (*NullableProbableCauseOneOf) UnmarshalJSON ¶ added in v1.18.0
func (v *NullableProbableCauseOneOf) UnmarshalJSON(src []byte) error
func (*NullableProbableCauseOneOf) Unset ¶ added in v1.18.0
func (v *NullableProbableCauseOneOf) Unset()
type NullableSpecificProblem ¶
type NullableSpecificProblem struct {
// contains filtered or unexported fields
}
func NewNullableSpecificProblem ¶
func NewNullableSpecificProblem(val *SpecificProblem) *NullableSpecificProblem
func (NullableSpecificProblem) Get ¶
func (v NullableSpecificProblem) Get() *SpecificProblem
func (NullableSpecificProblem) IsSet ¶
func (v NullableSpecificProblem) IsSet() bool
func (NullableSpecificProblem) MarshalJSON ¶
func (v NullableSpecificProblem) MarshalJSON() ([]byte, error)
func (*NullableSpecificProblem) Set ¶
func (v *NullableSpecificProblem) Set(val *SpecificProblem)
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 (v NullableSubscription) Get() *Subscription
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 (v NullableThresholdHysteresis) Get() *ThresholdHysteresis
func (NullableThresholdHysteresis) IsSet ¶
func (v NullableThresholdHysteresis) IsSet() bool
func (NullableThresholdHysteresis) MarshalJSON ¶
func (v NullableThresholdHysteresis) MarshalJSON() ([]byte, error)
func (*NullableThresholdHysteresis) Set ¶
func (v *NullableThresholdHysteresis) Set(val *ThresholdHysteresis)
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 NewNullableThresholdHysteresisHigh ¶
func NewNullableThresholdHysteresisHigh(val *ThresholdHysteresisHigh) *NullableThresholdHysteresisHigh
func (NullableThresholdHysteresisHigh) Get ¶
func (v NullableThresholdHysteresisHigh) Get() *ThresholdHysteresisHigh
func (NullableThresholdHysteresisHigh) IsSet ¶
func (v NullableThresholdHysteresisHigh) IsSet() bool
func (NullableThresholdHysteresisHigh) MarshalJSON ¶
func (v NullableThresholdHysteresisHigh) MarshalJSON() ([]byte, error)
func (*NullableThresholdHysteresisHigh) Set ¶
func (v *NullableThresholdHysteresisHigh) Set(val *ThresholdHysteresisHigh)
func (*NullableThresholdHysteresisHigh) UnmarshalJSON ¶
func (v *NullableThresholdHysteresisHigh) UnmarshalJSON(src []byte) error
func (*NullableThresholdHysteresisHigh) Unset ¶
func (v *NullableThresholdHysteresisHigh) Unset()
type NullableThresholdInfo ¶
type NullableThresholdInfo struct {
// contains filtered or unexported fields
}
func NewNullableThresholdInfo ¶
func NewNullableThresholdInfo(val *ThresholdInfo) *NullableThresholdInfo
func (NullableThresholdInfo) Get ¶
func (v NullableThresholdInfo) Get() *ThresholdInfo
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 (v NullableThresholdLevelInd) Get() *ThresholdLevelInd
func (NullableThresholdLevelInd) IsSet ¶
func (v NullableThresholdLevelInd) IsSet() bool
func (NullableThresholdLevelInd) MarshalJSON ¶
func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error)
func (*NullableThresholdLevelInd) Set ¶
func (v *NullableThresholdLevelInd) Set(val *ThresholdLevelInd)
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 NewNullableThresholdLevelIndOneOf ¶
func NewNullableThresholdLevelIndOneOf(val *ThresholdLevelIndOneOf) *NullableThresholdLevelIndOneOf
func (NullableThresholdLevelIndOneOf) Get ¶
func (v NullableThresholdLevelIndOneOf) Get() *ThresholdLevelIndOneOf
func (NullableThresholdLevelIndOneOf) IsSet ¶
func (v NullableThresholdLevelIndOneOf) IsSet() bool
func (NullableThresholdLevelIndOneOf) MarshalJSON ¶
func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error)
func (*NullableThresholdLevelIndOneOf) Set ¶
func (v *NullableThresholdLevelIndOneOf) Set(val *ThresholdLevelIndOneOf)
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 NewNullableThresholdLevelIndOneOf1 ¶
func NewNullableThresholdLevelIndOneOf1(val *ThresholdLevelIndOneOf1) *NullableThresholdLevelIndOneOf1
func (NullableThresholdLevelIndOneOf1) Get ¶
func (v NullableThresholdLevelIndOneOf1) Get() *ThresholdLevelIndOneOf1
func (NullableThresholdLevelIndOneOf1) IsSet ¶
func (v NullableThresholdLevelIndOneOf1) IsSet() bool
func (NullableThresholdLevelIndOneOf1) MarshalJSON ¶
func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error)
func (*NullableThresholdLevelIndOneOf1) Set ¶
func (v *NullableThresholdLevelIndOneOf1) Set(val *ThresholdLevelIndOneOf1)
func (*NullableThresholdLevelIndOneOf1) UnmarshalJSON ¶
func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error
func (*NullableThresholdLevelIndOneOf1) Unset ¶
func (v *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 (v NullableTrendIndication) Get() *TrendIndication
func (NullableTrendIndication) IsSet ¶
func (v NullableTrendIndication) IsSet() bool
func (NullableTrendIndication) MarshalJSON ¶
func (v NullableTrendIndication) MarshalJSON() ([]byte, error)
func (*NullableTrendIndication) Set ¶
func (v *NullableTrendIndication) Set(val *TrendIndication)
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 ( INDETERMINATE PerceivedSeverity = "INDETERMINATE" CRITICAL PerceivedSeverity = "CRITICAL" MAJOR PerceivedSeverity = "MAJOR" MINOR PerceivedSeverity = "MINOR" WARNING PerceivedSeverity = "WARNING" 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 ¶
func (v PerceivedSeverity) Ptr() *PerceivedSeverity
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 (
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 ¶
func (v PerfNotificationTypes) Ptr() *PerfNotificationTypes
Ptr returns reference to PerfNotificationTypes value
func (*PerfNotificationTypes) UnmarshalJSON ¶
func (v *PerfNotificationTypes) UnmarshalJSON(src []byte) error
type ProbableCause ¶
type ProbableCause struct { ProbableCauseOneOf *ProbableCauseOneOf Int32 *int32 }
ProbableCause - The value of the probable cause may be a specific standardized string, or any vendor provided string. Probable cause strings are not standardized in the present document. They may be added in a future version. Up to then the mapping of the generic probable cause strings \"PROBABLE_CAUSE_001\" to \"PROBABLE_CAUSE_005\" is vendor specific. The value of the probable cause may also be an integer. The mapping of integer values to probable causes is vendor specific.
func Int32AsProbableCause ¶
func Int32AsProbableCause(v *int32) ProbableCause
int32AsProbableCause is a convenience function that returns int32 wrapped in ProbableCause
func ProbableCauseOneOfAsProbableCause ¶ added in v1.18.0
func ProbableCauseOneOfAsProbableCause(v *ProbableCauseOneOf) ProbableCause
ProbableCauseOneOfAsProbableCause is a convenience function that returns ProbableCauseOneOf wrapped in ProbableCause
func (*ProbableCause) GetActualInstance ¶
func (obj *ProbableCause) GetActualInstance() interface{}
Get the actual instance
func (ProbableCause) MarshalJSON ¶
func (src ProbableCause) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ProbableCause) UnmarshalJSON ¶
func (dst *ProbableCause) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ProbableCauseOneOf ¶ added in v1.18.0
type ProbableCauseOneOf struct {
String *string
}
ProbableCauseOneOf struct for ProbableCauseOneOf
func (*ProbableCauseOneOf) MarshalJSON ¶ added in v1.18.0
func (src *ProbableCauseOneOf) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ProbableCauseOneOf) UnmarshalJSON ¶ added in v1.18.0
func (dst *ProbableCauseOneOf) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SpecificProblem ¶
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 ¶
func (o *ThresholdHysteresis) GetHigh() ThresholdHysteresisHigh
GetHigh returns the High field value
func (*ThresholdHysteresis) GetHighOk ¶
func (o *ThresholdHysteresis) GetHighOk() (*ThresholdHysteresisHigh, bool)
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 ¶
func (o *ThresholdHysteresis) SetHigh(v ThresholdHysteresisHigh)
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)
type ThresholdHysteresisHigh ¶
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)
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 ¶
func (o *ThresholdLevelIndOneOf) GetUp() ThresholdHysteresis
GetUp returns the Up field value if set, zero value otherwise.
func (*ThresholdLevelIndOneOf) GetUpOk ¶
func (o *ThresholdLevelIndOneOf) GetUpOk() (*ThresholdHysteresis, bool)
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 ¶
func (o *ThresholdLevelIndOneOf) SetUp(v ThresholdHysteresis)
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 ¶
func (o *ThresholdLevelIndOneOf1) GetDown() ThresholdHysteresis
GetDown returns the Down field value if set, zero value otherwise.
func (*ThresholdLevelIndOneOf1) GetDownOk ¶
func (o *ThresholdLevelIndOneOf1) GetDownOk() (*ThresholdHysteresis, bool)
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 ¶
func (o *ThresholdLevelIndOneOf1) SetDown(v ThresholdHysteresis)
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 ( MORE_SEVERE TrendIndication = "MORE_SEVERE" NO_CHANGE TrendIndication = "NO_CHANGE" 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 ¶
func (v TrendIndication) Ptr() *TrendIndication
Ptr returns reference to TrendIndication value
func (*TrendIndication) UnmarshalJSON ¶
func (v *TrendIndication) UnmarshalJSON(src []byte) error
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model__alarms__alarm_id__patch_request.go
- model__alarms_get_200_response_value.go
- model__alarms_get_200_response_value_all_of.go
- model__alarms_get_200_response_value_all_of_1.go
- model__alarms_patch_request.go
- model_ack_state.go
- model_alarm_ack_state.go
- model_alarm_count.go
- model_alarm_list_alignment_requirement.go
- model_alarm_notification_types.go
- model_alarm_record.go
- model_alarm_type.go
- model_cm_notification_types.go
- model_comment.go
- model_correlated_notification.go
- model_error_response.go
- model_error_response_error.go
- model_failed_alarm.go
- model_file_notification_types.go
- model_heartbeat_notification_types.go
- model_merge_patch_acknowledge_alarm.go
- model_merge_patch_clear_alarm.go
- model_notification_header.go
- model_notification_type.go
- model_notify_ack_state_changed.go
- model_notify_ack_state_changed_all_of.go
- model_notify_alarm_list_rebuilt.go
- model_notify_alarm_list_rebuilt_all_of.go
- model_notify_changed_alarm.go
- model_notify_changed_alarm_all_of.go
- model_notify_changed_alarm_general.go
- model_notify_changed_alarm_general_all_of.go
- model_notify_changed_sec_alarm_general.go
- model_notify_changed_sec_alarm_general_all_of.go
- model_notify_cleared_alarm.go
- model_notify_cleared_alarm_all_of.go
- model_notify_comments.go
- model_notify_comments_all_of.go
- model_notify_correlated_notification_changed.go
- model_notify_correlated_notification_changed_all_of.go
- model_notify_new_alarm.go
- model_notify_new_alarm_all_of.go
- model_notify_new_sec_alarm.go
- model_notify_new_sec_alarm_all_of.go
- model_notify_potential_faulty_alarm_list.go
- model_notify_potential_faulty_alarm_list_all_of.go
- model_perceived_severity.go
- model_perf_notification_types.go
- model_probable_cause.go
- model_probable_cause_one_of.go
- model_specific_problem.go
- model_subscription.go
- model_threshold_hysteresis.go
- model_threshold_hysteresis_high.go
- model_threshold_info.go
- model_threshold_level_ind.go
- model_threshold_level_ind_one_of.go
- model_threshold_level_ind_one_of_1.go
- model_trend_indication.go
- response.go
- utils.go