Skip to content

Latest commit

 

History

History
192 lines (103 loc) · 5.22 KB

File metadata and controls

192 lines (103 loc) · 5.22 KB

MonitorCheckStatusComponent

Properties

Name Type Description Notes
Id int64
Identifier string
Name string
Type string
Iconbase64 Pointer to string [optional]
Namespace Pointer to string [optional]
Cluster Pointer to string [optional]

Methods

NewMonitorCheckStatusComponent

func NewMonitorCheckStatusComponent(id int64, identifier string, name string, type_ string, ) *MonitorCheckStatusComponent

NewMonitorCheckStatusComponent instantiates a new MonitorCheckStatusComponent 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

NewMonitorCheckStatusComponentWithDefaults

func NewMonitorCheckStatusComponentWithDefaults() *MonitorCheckStatusComponent

NewMonitorCheckStatusComponentWithDefaults instantiates a new MonitorCheckStatusComponent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetId

func (o *MonitorCheckStatusComponent) GetId() int64

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

GetIdOk

func (o *MonitorCheckStatusComponent) GetIdOk() (*int64, bool)

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

SetId

func (o *MonitorCheckStatusComponent) SetId(v int64)

SetId sets Id field to given value.

GetIdentifier

func (o *MonitorCheckStatusComponent) GetIdentifier() string

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

func (o *MonitorCheckStatusComponent) GetIdentifierOk() (*string, bool)

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

SetIdentifier

func (o *MonitorCheckStatusComponent) SetIdentifier(v string)

SetIdentifier sets Identifier field to given value.

GetName

func (o *MonitorCheckStatusComponent) GetName() string

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

GetNameOk

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

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

SetName

func (o *MonitorCheckStatusComponent) SetName(v string)

SetName sets Name field to given value.

GetType

func (o *MonitorCheckStatusComponent) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *MonitorCheckStatusComponent) GetTypeOk() (*string, bool)

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

SetType

func (o *MonitorCheckStatusComponent) SetType(v string)

SetType sets Type field to given value.

GetIconbase64

func (o *MonitorCheckStatusComponent) GetIconbase64() string

GetIconbase64 returns the Iconbase64 field if non-nil, zero value otherwise.

GetIconbase64Ok

func (o *MonitorCheckStatusComponent) GetIconbase64Ok() (*string, bool)

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

SetIconbase64

func (o *MonitorCheckStatusComponent) SetIconbase64(v string)

SetIconbase64 sets Iconbase64 field to given value.

HasIconbase64

func (o *MonitorCheckStatusComponent) HasIconbase64() bool

HasIconbase64 returns a boolean if a field has been set.

GetNamespace

func (o *MonitorCheckStatusComponent) GetNamespace() string

GetNamespace returns the Namespace field if non-nil, zero value otherwise.

GetNamespaceOk

func (o *MonitorCheckStatusComponent) GetNamespaceOk() (*string, bool)

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

SetNamespace

func (o *MonitorCheckStatusComponent) SetNamespace(v string)

SetNamespace sets Namespace field to given value.

HasNamespace

func (o *MonitorCheckStatusComponent) HasNamespace() bool

HasNamespace returns a boolean if a field has been set.

GetCluster

func (o *MonitorCheckStatusComponent) GetCluster() string

GetCluster returns the Cluster field if non-nil, zero value otherwise.

GetClusterOk

func (o *MonitorCheckStatusComponent) GetClusterOk() (*string, bool)

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

SetCluster

func (o *MonitorCheckStatusComponent) SetCluster(v string)

SetCluster sets Cluster field to given value.

HasCluster

func (o *MonitorCheckStatusComponent) HasCluster() bool

HasCluster returns a boolean if a field has been set.

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