Name | Type | Description | Notes |
---|---|---|---|
Hostname | Pointer to string | The hostname of the originating node | [optional] |
NodeId | Pointer to string | A unique identifier for the node, should not be considered stable | [optional] |
Results | Pointer to map[string]SystemCheckResultDTO | The system status check results | [optional] |
func NewSystemCheckResultsApiDTO() *SystemCheckResultsApiDTO
NewSystemCheckResultsApiDTO instantiates a new SystemCheckResultsApiDTO 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 NewSystemCheckResultsApiDTOWithDefaults() *SystemCheckResultsApiDTO
NewSystemCheckResultsApiDTOWithDefaults instantiates a new SystemCheckResultsApiDTO 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 *SystemCheckResultsApiDTO) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *SystemCheckResultsApiDTO) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemCheckResultsApiDTO) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *SystemCheckResultsApiDTO) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *SystemCheckResultsApiDTO) GetNodeId() string
GetNodeId returns the NodeId field if non-nil, zero value otherwise.
func (o *SystemCheckResultsApiDTO) GetNodeIdOk() (*string, bool)
GetNodeIdOk returns a tuple with the NodeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemCheckResultsApiDTO) SetNodeId(v string)
SetNodeId sets NodeId field to given value.
func (o *SystemCheckResultsApiDTO) HasNodeId() bool
HasNodeId returns a boolean if a field has been set.
func (o *SystemCheckResultsApiDTO) GetResults() map[string]SystemCheckResultDTO
GetResults returns the Results field if non-nil, zero value otherwise.
func (o *SystemCheckResultsApiDTO) GetResultsOk() (*map[string]SystemCheckResultDTO, bool)
GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SystemCheckResultsApiDTO) SetResults(v map[string]SystemCheckResultDTO)
SetResults sets Results field to given value.
func (o *SystemCheckResultsApiDTO) HasResults() bool
HasResults returns a boolean if a field has been set.