github.com/optim-corp/cios-golang-sdk@v0.5.1/cios/docs/DeviceMonitoring.md (about)

     1  # DeviceMonitoring
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **DeviceId** | **string** |  | 
     8  **Timestamp** | Pointer to **string** |  | [optional] 
     9  **ConnectionStatus** | Pointer to **string** |  | [optional] 
    10  **MonitoringStatus** | Pointer to **string** |  | [optional] 
    11  **ErrorMessage** | Pointer to **string** |  | [optional] 
    12  **Perfomance** | Pointer to [**DevicePerformance**](DevicePerformance.md) |  | [optional] 
    13  **ConnectedDeviceResults** | Pointer to [**[]ConnectedDeviceResult**](ConnectedDeviceResult.md) |  | [optional] 
    14  
    15  ## Methods
    16  
    17  ### NewDeviceMonitoring
    18  
    19  `func NewDeviceMonitoring(deviceId string, ) *DeviceMonitoring`
    20  
    21  NewDeviceMonitoring instantiates a new DeviceMonitoring object
    22  This constructor will assign default values to properties that have it defined,
    23  and makes sure properties required by API are set, but the set of arguments
    24  will change when the set of required properties is changed
    25  
    26  ### NewDeviceMonitoringWithDefaults
    27  
    28  `func NewDeviceMonitoringWithDefaults() *DeviceMonitoring`
    29  
    30  NewDeviceMonitoringWithDefaults instantiates a new DeviceMonitoring object
    31  This constructor will only assign default values to properties that have it defined,
    32  but it doesn't guarantee that properties required by API are set
    33  
    34  ### GetDeviceId
    35  
    36  `func (o *DeviceMonitoring) GetDeviceId() string`
    37  
    38  GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.
    39  
    40  ### GetDeviceIdOk
    41  
    42  `func (o *DeviceMonitoring) GetDeviceIdOk() (*string, bool)`
    43  
    44  GetDeviceIdOk returns a tuple with the DeviceId field if it's non-nil, zero value otherwise
    45  and a boolean to check if the value has been set.
    46  
    47  ### SetDeviceId
    48  
    49  `func (o *DeviceMonitoring) SetDeviceId(v string)`
    50  
    51  SetDeviceId sets DeviceId field to given value.
    52  
    53  
    54  ### GetTimestamp
    55  
    56  `func (o *DeviceMonitoring) GetTimestamp() string`
    57  
    58  GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
    59  
    60  ### GetTimestampOk
    61  
    62  `func (o *DeviceMonitoring) GetTimestampOk() (*string, bool)`
    63  
    64  GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetTimestamp
    68  
    69  `func (o *DeviceMonitoring) SetTimestamp(v string)`
    70  
    71  SetTimestamp sets Timestamp field to given value.
    72  
    73  ### HasTimestamp
    74  
    75  `func (o *DeviceMonitoring) HasTimestamp() bool`
    76  
    77  HasTimestamp returns a boolean if a field has been set.
    78  
    79  ### GetConnectionStatus
    80  
    81  `func (o *DeviceMonitoring) GetConnectionStatus() string`
    82  
    83  GetConnectionStatus returns the ConnectionStatus field if non-nil, zero value otherwise.
    84  
    85  ### GetConnectionStatusOk
    86  
    87  `func (o *DeviceMonitoring) GetConnectionStatusOk() (*string, bool)`
    88  
    89  GetConnectionStatusOk returns a tuple with the ConnectionStatus field if it's non-nil, zero value otherwise
    90  and a boolean to check if the value has been set.
    91  
    92  ### SetConnectionStatus
    93  
    94  `func (o *DeviceMonitoring) SetConnectionStatus(v string)`
    95  
    96  SetConnectionStatus sets ConnectionStatus field to given value.
    97  
    98  ### HasConnectionStatus
    99  
   100  `func (o *DeviceMonitoring) HasConnectionStatus() bool`
   101  
   102  HasConnectionStatus returns a boolean if a field has been set.
   103  
   104  ### GetMonitoringStatus
   105  
   106  `func (o *DeviceMonitoring) GetMonitoringStatus() string`
   107  
   108  GetMonitoringStatus returns the MonitoringStatus field if non-nil, zero value otherwise.
   109  
   110  ### GetMonitoringStatusOk
   111  
   112  `func (o *DeviceMonitoring) GetMonitoringStatusOk() (*string, bool)`
   113  
   114  GetMonitoringStatusOk returns a tuple with the MonitoringStatus field if it's non-nil, zero value otherwise
   115  and a boolean to check if the value has been set.
   116  
   117  ### SetMonitoringStatus
   118  
   119  `func (o *DeviceMonitoring) SetMonitoringStatus(v string)`
   120  
   121  SetMonitoringStatus sets MonitoringStatus field to given value.
   122  
   123  ### HasMonitoringStatus
   124  
   125  `func (o *DeviceMonitoring) HasMonitoringStatus() bool`
   126  
   127  HasMonitoringStatus returns a boolean if a field has been set.
   128  
   129  ### GetErrorMessage
   130  
   131  `func (o *DeviceMonitoring) GetErrorMessage() string`
   132  
   133  GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
   134  
   135  ### GetErrorMessageOk
   136  
   137  `func (o *DeviceMonitoring) GetErrorMessageOk() (*string, bool)`
   138  
   139  GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise
   140  and a boolean to check if the value has been set.
   141  
   142  ### SetErrorMessage
   143  
   144  `func (o *DeviceMonitoring) SetErrorMessage(v string)`
   145  
   146  SetErrorMessage sets ErrorMessage field to given value.
   147  
   148  ### HasErrorMessage
   149  
   150  `func (o *DeviceMonitoring) HasErrorMessage() bool`
   151  
   152  HasErrorMessage returns a boolean if a field has been set.
   153  
   154  ### GetPerfomance
   155  
   156  `func (o *DeviceMonitoring) GetPerfomance() DevicePerformance`
   157  
   158  GetPerfomance returns the Perfomance field if non-nil, zero value otherwise.
   159  
   160  ### GetPerfomanceOk
   161  
   162  `func (o *DeviceMonitoring) GetPerfomanceOk() (*DevicePerformance, bool)`
   163  
   164  GetPerfomanceOk returns a tuple with the Perfomance field if it's non-nil, zero value otherwise
   165  and a boolean to check if the value has been set.
   166  
   167  ### SetPerfomance
   168  
   169  `func (o *DeviceMonitoring) SetPerfomance(v DevicePerformance)`
   170  
   171  SetPerfomance sets Perfomance field to given value.
   172  
   173  ### HasPerfomance
   174  
   175  `func (o *DeviceMonitoring) HasPerfomance() bool`
   176  
   177  HasPerfomance returns a boolean if a field has been set.
   178  
   179  ### GetConnectedDeviceResults
   180  
   181  `func (o *DeviceMonitoring) GetConnectedDeviceResults() []ConnectedDeviceResult`
   182  
   183  GetConnectedDeviceResults returns the ConnectedDeviceResults field if non-nil, zero value otherwise.
   184  
   185  ### GetConnectedDeviceResultsOk
   186  
   187  `func (o *DeviceMonitoring) GetConnectedDeviceResultsOk() (*[]ConnectedDeviceResult, bool)`
   188  
   189  GetConnectedDeviceResultsOk returns a tuple with the ConnectedDeviceResults field if it's non-nil, zero value otherwise
   190  and a boolean to check if the value has been set.
   191  
   192  ### SetConnectedDeviceResults
   193  
   194  `func (o *DeviceMonitoring) SetConnectedDeviceResults(v []ConnectedDeviceResult)`
   195  
   196  SetConnectedDeviceResults sets ConnectedDeviceResults field to given value.
   197  
   198  ### HasConnectedDeviceResults
   199  
   200  `func (o *DeviceMonitoring) HasConnectedDeviceResults() bool`
   201  
   202  HasConnectedDeviceResults returns a boolean if a field has been set.
   203  
   204  
   205  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   206  
   207