Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "iaas.DiagnosticMessages"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "iaas.DiagnosticMessages"] |
Category | Pointer to string | Message category of the alerts. | [optional] [readonly] |
Guid | Pointer to string | Unique ID of UCS Director getting registerd with Intersight. | [optional] [readonly] |
Item | Pointer to string | Message target type of the alerts. | [optional] [readonly] |
LastChecked | Pointer to string | Last checked time of the alerts. | [optional] [readonly] |
Message | Pointer to string | Detailed info about the alert. | [optional] [readonly] |
Recommendation | Pointer to string | Recommended fix for the alert. | [optional] [readonly] |
Status | Pointer to string | Status of the given alert. | [optional] [readonly] |
StatusId | Pointer to string | Status Id of the given alert. | [optional] [readonly] |
RegisteredDevice | Pointer to NullableAssetDeviceRegistrationRelationship | [optional] |
func NewIaasDiagnosticMessages(classId string, objectType string, ) *IaasDiagnosticMessages
NewIaasDiagnosticMessages instantiates a new IaasDiagnosticMessages 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 NewIaasDiagnosticMessagesWithDefaults() *IaasDiagnosticMessages
NewIaasDiagnosticMessagesWithDefaults instantiates a new IaasDiagnosticMessages object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *IaasDiagnosticMessages) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *IaasDiagnosticMessages) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *IaasDiagnosticMessages) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *IaasDiagnosticMessages) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *IaasDiagnosticMessages) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *IaasDiagnosticMessages) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *IaasDiagnosticMessages) GetItem() string
GetItem returns the Item field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetItemOk() (*string, bool)
GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetItem(v string)
SetItem sets Item field to given value.
func (o *IaasDiagnosticMessages) HasItem() bool
HasItem returns a boolean if a field has been set.
func (o *IaasDiagnosticMessages) GetLastChecked() string
GetLastChecked returns the LastChecked field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetLastCheckedOk() (*string, bool)
GetLastCheckedOk returns a tuple with the LastChecked field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetLastChecked(v string)
SetLastChecked sets LastChecked field to given value.
func (o *IaasDiagnosticMessages) HasLastChecked() bool
HasLastChecked returns a boolean if a field has been set.
func (o *IaasDiagnosticMessages) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *IaasDiagnosticMessages) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *IaasDiagnosticMessages) GetRecommendation() string
GetRecommendation returns the Recommendation field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetRecommendationOk() (*string, bool)
GetRecommendationOk returns a tuple with the Recommendation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetRecommendation(v string)
SetRecommendation sets Recommendation field to given value.
func (o *IaasDiagnosticMessages) HasRecommendation() bool
HasRecommendation returns a boolean if a field has been set.
func (o *IaasDiagnosticMessages) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *IaasDiagnosticMessages) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *IaasDiagnosticMessages) GetStatusId() string
GetStatusId returns the StatusId field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetStatusIdOk() (*string, bool)
GetStatusIdOk returns a tuple with the StatusId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetStatusId(v string)
SetStatusId sets StatusId field to given value.
func (o *IaasDiagnosticMessages) HasStatusId() bool
HasStatusId returns a boolean if a field has been set.
func (o *IaasDiagnosticMessages) GetRegisteredDevice() AssetDeviceRegistrationRelationship
GetRegisteredDevice returns the RegisteredDevice field if non-nil, zero value otherwise.
func (o *IaasDiagnosticMessages) GetRegisteredDeviceOk() (*AssetDeviceRegistrationRelationship, bool)
GetRegisteredDeviceOk returns a tuple with the RegisteredDevice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasDiagnosticMessages) SetRegisteredDevice(v AssetDeviceRegistrationRelationship)
SetRegisteredDevice sets RegisteredDevice field to given value.
func (o *IaasDiagnosticMessages) HasRegisteredDevice() bool
HasRegisteredDevice returns a boolean if a field has been set.
func (o *IaasDiagnosticMessages) SetRegisteredDeviceNil(b bool)
SetRegisteredDeviceNil sets the value for RegisteredDevice to be an explicit nil
func (o *IaasDiagnosticMessages) UnsetRegisteredDevice()
UnsetRegisteredDevice ensures that no value is present for RegisteredDevice, not even an explicit nil