Name | Type | Description | Notes |
---|---|---|---|
MonitorGuid | string | Monitor identifier | |
Timestamp | map[string]interface{} | Date/time stamp of the check | |
ErrorCode | int32 | The numeric Uptrends error code in case of an error result, or 0 in case of an OK result. | |
TotalTime | float64 | The number of milliseconds needed to complete the monitor check. | |
ResolveTime | float64 | The number of milliseconds needed to perform the DNS query for this check, when appropriate. | |
ConnectionTime | float64 | The number of milliseconds needed to establish a connection. | |
DownloadTime | float64 | The number of milliseconds needed to download the response data. | |
TotalBytes | Pointer to int32 | The number of downloaded bytes for this check. | [optional] |
ResolvedIpAddress | Pointer to string | The IP address that was found for the specified domain name as part of this monitor check. | [optional] |
ErrorLevel | ErrorLevel | A value that represents the OK/Error state for this check: NoError if the result was OK, Unconfirmed if an error was found, Confirmed if an error was found as a double check, right after an Unconfirmed error. | |
ErrorDescription | Pointer to string | A text value that describes the error that was found, or OK if no error was found. | [optional] |
ErrorMessage | Pointer to string | Any additional error information, if available. | [optional] |
StagingMode | bool | Did the check come from a staging monitor? | |
ServerId | Pointer to int32 | The Id of the Uptrends checkpoint server that performed this check. | [optional] |
HttpStatusCode | Pointer to int32 | The HTTP status code returned (if applicable) | [optional] |
IsPartialCheck | bool | This is a partial concurrent measurement, part of a concurrent check | |
IsConcurrentCheck | Pointer to bool | Is this a master concurrent check record | [optional] |
func NewMonitorCheckAttributes(monitorGuid string, timestamp map[string]interface{}, errorCode int32, totalTime float64, resolveTime float64, connectionTime float64, downloadTime float64, errorLevel ErrorLevel, stagingMode bool, isPartialCheck bool, ) *MonitorCheckAttributes
NewMonitorCheckAttributes instantiates a new MonitorCheckAttributes 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 NewMonitorCheckAttributesWithDefaults() *MonitorCheckAttributes
NewMonitorCheckAttributesWithDefaults instantiates a new MonitorCheckAttributes 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 *MonitorCheckAttributes) GetMonitorGuid() string
GetMonitorGuid returns the MonitorGuid field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetMonitorGuidOk() (*string, bool)
GetMonitorGuidOk returns a tuple with the MonitorGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetMonitorGuid(v string)
SetMonitorGuid sets MonitorGuid field to given value.
func (o *MonitorCheckAttributes) GetTimestamp() map[string]interface{}
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetTimestampOk() (*map[string]interface{}, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetTimestamp(v map[string]interface{})
SetTimestamp sets Timestamp field to given value.
func (o *MonitorCheckAttributes) GetErrorCode() int32
GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetErrorCodeOk() (*int32, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetErrorCode(v int32)
SetErrorCode sets ErrorCode field to given value.
func (o *MonitorCheckAttributes) GetTotalTime() float64
GetTotalTime returns the TotalTime field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetTotalTimeOk() (*float64, bool)
GetTotalTimeOk returns a tuple with the TotalTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetTotalTime(v float64)
SetTotalTime sets TotalTime field to given value.
func (o *MonitorCheckAttributes) GetResolveTime() float64
GetResolveTime returns the ResolveTime field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetResolveTimeOk() (*float64, bool)
GetResolveTimeOk returns a tuple with the ResolveTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetResolveTime(v float64)
SetResolveTime sets ResolveTime field to given value.
func (o *MonitorCheckAttributes) GetConnectionTime() float64
GetConnectionTime returns the ConnectionTime field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetConnectionTimeOk() (*float64, bool)
GetConnectionTimeOk returns a tuple with the ConnectionTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetConnectionTime(v float64)
SetConnectionTime sets ConnectionTime field to given value.
func (o *MonitorCheckAttributes) GetDownloadTime() float64
GetDownloadTime returns the DownloadTime field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetDownloadTimeOk() (*float64, bool)
GetDownloadTimeOk returns a tuple with the DownloadTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetDownloadTime(v float64)
SetDownloadTime sets DownloadTime field to given value.
func (o *MonitorCheckAttributes) GetTotalBytes() int32
GetTotalBytes returns the TotalBytes field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetTotalBytesOk() (*int32, bool)
GetTotalBytesOk returns a tuple with the TotalBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetTotalBytes(v int32)
SetTotalBytes sets TotalBytes field to given value.
func (o *MonitorCheckAttributes) HasTotalBytes() bool
HasTotalBytes returns a boolean if a field has been set.
func (o *MonitorCheckAttributes) GetResolvedIpAddress() string
GetResolvedIpAddress returns the ResolvedIpAddress field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetResolvedIpAddressOk() (*string, bool)
GetResolvedIpAddressOk returns a tuple with the ResolvedIpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetResolvedIpAddress(v string)
SetResolvedIpAddress sets ResolvedIpAddress field to given value.
func (o *MonitorCheckAttributes) HasResolvedIpAddress() bool
HasResolvedIpAddress returns a boolean if a field has been set.
func (o *MonitorCheckAttributes) GetErrorLevel() ErrorLevel
GetErrorLevel returns the ErrorLevel field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetErrorLevelOk() (*ErrorLevel, bool)
GetErrorLevelOk returns a tuple with the ErrorLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetErrorLevel(v ErrorLevel)
SetErrorLevel sets ErrorLevel field to given value.
func (o *MonitorCheckAttributes) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetErrorDescription(v string)
SetErrorDescription sets ErrorDescription field to given value.
func (o *MonitorCheckAttributes) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (o *MonitorCheckAttributes) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *MonitorCheckAttributes) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *MonitorCheckAttributes) GetStagingMode() bool
GetStagingMode returns the StagingMode field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetStagingModeOk() (*bool, bool)
GetStagingModeOk returns a tuple with the StagingMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetStagingMode(v bool)
SetStagingMode sets StagingMode field to given value.
func (o *MonitorCheckAttributes) GetServerId() int32
GetServerId returns the ServerId field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetServerIdOk() (*int32, bool)
GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetServerId(v int32)
SetServerId sets ServerId field to given value.
func (o *MonitorCheckAttributes) HasServerId() bool
HasServerId returns a boolean if a field has been set.
func (o *MonitorCheckAttributes) GetHttpStatusCode() int32
GetHttpStatusCode returns the HttpStatusCode field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetHttpStatusCodeOk() (*int32, bool)
GetHttpStatusCodeOk returns a tuple with the HttpStatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetHttpStatusCode(v int32)
SetHttpStatusCode sets HttpStatusCode field to given value.
func (o *MonitorCheckAttributes) HasHttpStatusCode() bool
HasHttpStatusCode returns a boolean if a field has been set.
func (o *MonitorCheckAttributes) GetIsPartialCheck() bool
GetIsPartialCheck returns the IsPartialCheck field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetIsPartialCheckOk() (*bool, bool)
GetIsPartialCheckOk returns a tuple with the IsPartialCheck field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetIsPartialCheck(v bool)
SetIsPartialCheck sets IsPartialCheck field to given value.
func (o *MonitorCheckAttributes) GetIsConcurrentCheck() bool
GetIsConcurrentCheck returns the IsConcurrentCheck field if non-nil, zero value otherwise.
func (o *MonitorCheckAttributes) GetIsConcurrentCheckOk() (*bool, bool)
GetIsConcurrentCheckOk returns a tuple with the IsConcurrentCheck field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MonitorCheckAttributes) SetIsConcurrentCheck(v bool)
SetIsConcurrentCheck sets IsConcurrentCheck field to given value.
func (o *MonitorCheckAttributes) HasIsConcurrentCheck() bool
HasIsConcurrentCheck returns a boolean if a field has been set.