Name | Type | Description | Notes |
---|---|---|---|
ComponentIP | Pointer to string | [optional] | |
ComponentUserName | Pointer to string | [optional] | |
ComponentVersion | Pointer to string | [optional] | |
ComponentSpecificStat | Pointer to int64 | [optional] | |
IsLoggedOn | Pointer to bool | [optional] | |
LastLogonDate | Pointer to int64 | [optional] |
func NewComponentMonitoringDetailsData() *ComponentMonitoringDetailsData
NewComponentMonitoringDetailsData instantiates a new ComponentMonitoringDetailsData 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 NewComponentMonitoringDetailsDataWithDefaults() *ComponentMonitoringDetailsData
NewComponentMonitoringDetailsDataWithDefaults instantiates a new ComponentMonitoringDetailsData 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 *ComponentMonitoringDetailsData) GetComponentIP() string
GetComponentIP returns the ComponentIP field if non-nil, zero value otherwise.
func (o *ComponentMonitoringDetailsData) GetComponentIPOk() (*string, bool)
GetComponentIPOk returns a tuple with the ComponentIP field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringDetailsData) SetComponentIP(v string)
SetComponentIP sets ComponentIP field to given value.
func (o *ComponentMonitoringDetailsData) HasComponentIP() bool
HasComponentIP returns a boolean if a field has been set.
func (o *ComponentMonitoringDetailsData) GetComponentUserName() string
GetComponentUserName returns the ComponentUserName field if non-nil, zero value otherwise.
func (o *ComponentMonitoringDetailsData) GetComponentUserNameOk() (*string, bool)
GetComponentUserNameOk returns a tuple with the ComponentUserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringDetailsData) SetComponentUserName(v string)
SetComponentUserName sets ComponentUserName field to given value.
func (o *ComponentMonitoringDetailsData) HasComponentUserName() bool
HasComponentUserName returns a boolean if a field has been set.
func (o *ComponentMonitoringDetailsData) GetComponentVersion() string
GetComponentVersion returns the ComponentVersion field if non-nil, zero value otherwise.
func (o *ComponentMonitoringDetailsData) GetComponentVersionOk() (*string, bool)
GetComponentVersionOk returns a tuple with the ComponentVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringDetailsData) SetComponentVersion(v string)
SetComponentVersion sets ComponentVersion field to given value.
func (o *ComponentMonitoringDetailsData) HasComponentVersion() bool
HasComponentVersion returns a boolean if a field has been set.
func (o *ComponentMonitoringDetailsData) GetComponentSpecificStat() int64
GetComponentSpecificStat returns the ComponentSpecificStat field if non-nil, zero value otherwise.
func (o *ComponentMonitoringDetailsData) GetComponentSpecificStatOk() (*int64, bool)
GetComponentSpecificStatOk returns a tuple with the ComponentSpecificStat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringDetailsData) SetComponentSpecificStat(v int64)
SetComponentSpecificStat sets ComponentSpecificStat field to given value.
func (o *ComponentMonitoringDetailsData) HasComponentSpecificStat() bool
HasComponentSpecificStat returns a boolean if a field has been set.
func (o *ComponentMonitoringDetailsData) GetIsLoggedOn() bool
GetIsLoggedOn returns the IsLoggedOn field if non-nil, zero value otherwise.
func (o *ComponentMonitoringDetailsData) GetIsLoggedOnOk() (*bool, bool)
GetIsLoggedOnOk returns a tuple with the IsLoggedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringDetailsData) SetIsLoggedOn(v bool)
SetIsLoggedOn sets IsLoggedOn field to given value.
func (o *ComponentMonitoringDetailsData) HasIsLoggedOn() bool
HasIsLoggedOn returns a boolean if a field has been set.
func (o *ComponentMonitoringDetailsData) GetLastLogonDate() int64
GetLastLogonDate returns the LastLogonDate field if non-nil, zero value otherwise.
func (o *ComponentMonitoringDetailsData) GetLastLogonDateOk() (*int64, bool)
GetLastLogonDateOk returns a tuple with the LastLogonDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentMonitoringDetailsData) SetLastLogonDate(v int64)
SetLastLogonDate sets LastLogonDate field to given value.
func (o *ComponentMonitoringDetailsData) HasLastLogonDate() bool
HasLastLogonDate returns a boolean if a field has been set.