Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | The name of this monitor. | [optional] |
IsActive | Pointer to bool | Indicates whether this monitor is actively running according to the monitoring interval. | [optional] [default to true] |
MonitorGuid | Pointer to string | The unique key of this monitor. | [optional] |
Hash | Pointer to string | Hash corresponding with this monitor. | [optional] |
GenerateAlert | Pointer to bool | Indicates whether this monitor should generate alerts. | [optional] [default to true] |
IsLocked | Pointer to bool | Indicates whether this monitor is locked. | [optional] |
CheckInterval | Pointer to int32 | Indicates the interval in seconds | [optional] |
Credits | Pointer to int32 | [optional] | |
MonitorMode | Pointer to MonitorMode | [optional] | |
PredefinedVariables | Pointer to []PredefinedVariable | [optional] | |
MsaSteps | Pointer to []MsaStep | [optional] | |
UserDefinedFunctions | Pointer to []UserDefinedFunction | [optional] | |
CustomMetrics | Pointer to []CustomMetric | [optional] | |
CustomFields | Pointer to []CustomField | [optional] | |
SelectedCheckpoints | Pointer to SelectedCheckpoints | [optional] | |
UsePrimaryCheckpointsOnly | Pointer to bool | [optional] | |
SelfServiceTransactionScript | Pointer to string | [optional] | |
MonitorType | Pointer to MonitorType | [optional] | |
Notes | Pointer to string | [optional] | |
AlertOnLoadTimeLimit1 | Pointer to bool | [optional] | |
MultiStepApiTransactionScript | Pointer to string | [optional] | |
LoadTimeLimit1 | Pointer to int32 | [optional] | |
AlertOnLoadTimeLimit2 | Pointer to bool | [optional] | |
LoadTimeLimit2 | Pointer to int32 | [optional] | |
BlockGoogleAnalytics | Pointer to bool | [optional] | |
BlockUptrendsRum | Pointer to bool | [optional] | |
BlockUrls | Pointer to []string | [optional] | |
RequestHeaders | Pointer to []RequestHeader | [optional] | |
UserAgent | Pointer to string | [optional] | |
Username | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
NameForPhoneAlerts | Pointer to string | [optional] | |
AuthenticationType | Pointer to ApiHttpAuthenticationType | [optional] | |
ThrottlingOptions | Pointer to ThrottlingOptions | [optional] | |
DnsBypasses | Pointer to []DnsBypass | [optional] | |
TransactionStepDefinition | Pointer to MonitorTransactionStepDefinition | [optional] | |
CertificateName | Pointer to string | [optional] | |
CertificateOrganization | Pointer to string | [optional] | |
CertificateOrganizationalUnit | Pointer to string | [optional] | |
CertificateSerialNumber | Pointer to string | [optional] | |
CertificateFingerprint | Pointer to string | [optional] | |
CertificateIssuerName | Pointer to string | [optional] | |
CertificateIssuerCompanyName | Pointer to string | [optional] | |
CertificateIssuerOrganizationalUnit | Pointer to string | [optional] | |
CertificateExpirationWarningDays | Pointer to int32 | [optional] | |
CheckCertificateErrors | Pointer to bool | [optional] | |
AlertOnMaximumBytes | Pointer to bool | [optional] | |
MaximumBytes | Pointer to int32 | [optional] | |
AlertOnMaximumSize | Pointer to bool | [optional] | |
ElementMaximumSize | Pointer to int32 | [optional] | |
IgnoreExternalElements | Pointer to bool | [optional] | |
AlertOnPercentageFail | Pointer to bool | [optional] | |
FailedObjectPercentage | Pointer to int32 | [optional] | |
DomainGroupGuid | Pointer to string | [optional] | |
DomainGroupGuidSpecified | Pointer to bool | [optional] | |
DnsServer | Pointer to string | [optional] | |
DnsQuery | Pointer to DnsQuery | [optional] | |
DnsExpectedResult | Pointer to string | [optional] | |
DnsTestValue | Pointer to string | [optional] | |
Port | Pointer to int32 | [optional] | |
IpVersion | Pointer to IpVersion | [optional] | |
AlertOnMinimumBytes | Pointer to bool | [optional] | |
MinimumBytes | Pointer to int32 | [optional] | |
DatabaseName | Pointer to string | [optional] | |
NetworkAddress | Pointer to string | [optional] | |
ImapSecureConnection | Pointer to bool | [optional] | |
SftpAction | Pointer to SftpAction | [optional] | |
SftpActionPath | Pointer to string | [optional] | |
HttpMethod | Pointer to HttpMethod | [optional] | |
ExpectedHttpStatusCode | Pointer to int32 | [optional] | |
ExpectedHttpStatusCodeSpecified | Pointer to bool | [optional] | |
TlsVersion | Pointer to TlsVersion | [optional] | |
RequestBody | Pointer to string | [optional] | |
MatchPatterns | Pointer to []PatternMatch | [optional] | |
Url | Pointer to string | [optional] | |
BrowserType | Pointer to BrowserType | [optional] | |
BrowserWindowDimensions | Pointer to BrowserWindowDimensions | [optional] | |
UseConcurrentMonitoring | Pointer to bool | [optional] | |
ConcurrentUnconfirmedErrorThreshold | Pointer to int32 | [optional] | |
ConcurrentConfirmedErrorThreshold | Pointer to int32 | [optional] | |
ErrorConditions | Pointer to []ErrorCondition | [optional] |
func NewMonitor() *Monitor
NewMonitor instantiates a new Monitor 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 NewMonitorWithDefaults() *Monitor
NewMonitorWithDefaults instantiates a new Monitor 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 *Monitor) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Monitor) 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.
func (o *Monitor) SetName(v string)
SetName sets Name field to given value.
func (o *Monitor) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Monitor) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
func (o *Monitor) GetIsActiveOk() (*bool, bool)
GetIsActiveOk returns a tuple with the IsActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *Monitor) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.
func (o *Monitor) GetMonitorGuid() string
GetMonitorGuid returns the MonitorGuid field if non-nil, zero value otherwise.
func (o *Monitor) 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 *Monitor) SetMonitorGuid(v string)
SetMonitorGuid sets MonitorGuid field to given value.
func (o *Monitor) HasMonitorGuid() bool
HasMonitorGuid returns a boolean if a field has been set.
func (o *Monitor) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *Monitor) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetHash(v string)
SetHash sets Hash field to given value.
func (o *Monitor) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *Monitor) GetGenerateAlert() bool
GetGenerateAlert returns the GenerateAlert field if non-nil, zero value otherwise.
func (o *Monitor) GetGenerateAlertOk() (*bool, bool)
GetGenerateAlertOk returns a tuple with the GenerateAlert field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetGenerateAlert(v bool)
SetGenerateAlert sets GenerateAlert field to given value.
func (o *Monitor) HasGenerateAlert() bool
HasGenerateAlert returns a boolean if a field has been set.
func (o *Monitor) GetIsLocked() bool
GetIsLocked returns the IsLocked field if non-nil, zero value otherwise.
func (o *Monitor) GetIsLockedOk() (*bool, bool)
GetIsLockedOk returns a tuple with the IsLocked field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetIsLocked(v bool)
SetIsLocked sets IsLocked field to given value.
func (o *Monitor) HasIsLocked() bool
HasIsLocked returns a boolean if a field has been set.
func (o *Monitor) GetCheckInterval() int32
GetCheckInterval returns the CheckInterval field if non-nil, zero value otherwise.
func (o *Monitor) GetCheckIntervalOk() (*int32, bool)
GetCheckIntervalOk returns a tuple with the CheckInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCheckInterval(v int32)
SetCheckInterval sets CheckInterval field to given value.
func (o *Monitor) HasCheckInterval() bool
HasCheckInterval returns a boolean if a field has been set.
func (o *Monitor) GetCredits() int32
GetCredits returns the Credits field if non-nil, zero value otherwise.
func (o *Monitor) GetCreditsOk() (*int32, bool)
GetCreditsOk returns a tuple with the Credits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCredits(v int32)
SetCredits sets Credits field to given value.
func (o *Monitor) HasCredits() bool
HasCredits returns a boolean if a field has been set.
func (o *Monitor) GetMonitorMode() MonitorMode
GetMonitorMode returns the MonitorMode field if non-nil, zero value otherwise.
func (o *Monitor) GetMonitorModeOk() (*MonitorMode, bool)
GetMonitorModeOk returns a tuple with the MonitorMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetMonitorMode(v MonitorMode)
SetMonitorMode sets MonitorMode field to given value.
func (o *Monitor) HasMonitorMode() bool
HasMonitorMode returns a boolean if a field has been set.
func (o *Monitor) GetPredefinedVariables() []PredefinedVariable
GetPredefinedVariables returns the PredefinedVariables field if non-nil, zero value otherwise.
func (o *Monitor) GetPredefinedVariablesOk() (*[]PredefinedVariable, bool)
GetPredefinedVariablesOk returns a tuple with the PredefinedVariables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetPredefinedVariables(v []PredefinedVariable)
SetPredefinedVariables sets PredefinedVariables field to given value.
func (o *Monitor) HasPredefinedVariables() bool
HasPredefinedVariables returns a boolean if a field has been set.
func (o *Monitor) GetMsaSteps() []MsaStep
GetMsaSteps returns the MsaSteps field if non-nil, zero value otherwise.
func (o *Monitor) GetMsaStepsOk() (*[]MsaStep, bool)
GetMsaStepsOk returns a tuple with the MsaSteps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetMsaSteps(v []MsaStep)
SetMsaSteps sets MsaSteps field to given value.
func (o *Monitor) HasMsaSteps() bool
HasMsaSteps returns a boolean if a field has been set.
func (o *Monitor) GetUserDefinedFunctions() []UserDefinedFunction
GetUserDefinedFunctions returns the UserDefinedFunctions field if non-nil, zero value otherwise.
func (o *Monitor) GetUserDefinedFunctionsOk() (*[]UserDefinedFunction, bool)
GetUserDefinedFunctionsOk returns a tuple with the UserDefinedFunctions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetUserDefinedFunctions(v []UserDefinedFunction)
SetUserDefinedFunctions sets UserDefinedFunctions field to given value.
func (o *Monitor) HasUserDefinedFunctions() bool
HasUserDefinedFunctions returns a boolean if a field has been set.
func (o *Monitor) GetCustomMetrics() []CustomMetric
GetCustomMetrics returns the CustomMetrics field if non-nil, zero value otherwise.
func (o *Monitor) GetCustomMetricsOk() (*[]CustomMetric, bool)
GetCustomMetricsOk returns a tuple with the CustomMetrics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCustomMetrics(v []CustomMetric)
SetCustomMetrics sets CustomMetrics field to given value.
func (o *Monitor) HasCustomMetrics() bool
HasCustomMetrics returns a boolean if a field has been set.
func (o *Monitor) GetCustomFields() []CustomField
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *Monitor) GetCustomFieldsOk() (*[]CustomField, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCustomFields(v []CustomField)
SetCustomFields sets CustomFields field to given value.
func (o *Monitor) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *Monitor) GetSelectedCheckpoints() SelectedCheckpoints
GetSelectedCheckpoints returns the SelectedCheckpoints field if non-nil, zero value otherwise.
func (o *Monitor) GetSelectedCheckpointsOk() (*SelectedCheckpoints, bool)
GetSelectedCheckpointsOk returns a tuple with the SelectedCheckpoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetSelectedCheckpoints(v SelectedCheckpoints)
SetSelectedCheckpoints sets SelectedCheckpoints field to given value.
func (o *Monitor) HasSelectedCheckpoints() bool
HasSelectedCheckpoints returns a boolean if a field has been set.
func (o *Monitor) GetUsePrimaryCheckpointsOnly() bool
GetUsePrimaryCheckpointsOnly returns the UsePrimaryCheckpointsOnly field if non-nil, zero value otherwise.
func (o *Monitor) GetUsePrimaryCheckpointsOnlyOk() (*bool, bool)
GetUsePrimaryCheckpointsOnlyOk returns a tuple with the UsePrimaryCheckpointsOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetUsePrimaryCheckpointsOnly(v bool)
SetUsePrimaryCheckpointsOnly sets UsePrimaryCheckpointsOnly field to given value.
func (o *Monitor) HasUsePrimaryCheckpointsOnly() bool
HasUsePrimaryCheckpointsOnly returns a boolean if a field has been set.
func (o *Monitor) GetSelfServiceTransactionScript() string
GetSelfServiceTransactionScript returns the SelfServiceTransactionScript field if non-nil, zero value otherwise.
func (o *Monitor) GetSelfServiceTransactionScriptOk() (*string, bool)
GetSelfServiceTransactionScriptOk returns a tuple with the SelfServiceTransactionScript field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetSelfServiceTransactionScript(v string)
SetSelfServiceTransactionScript sets SelfServiceTransactionScript field to given value.
func (o *Monitor) HasSelfServiceTransactionScript() bool
HasSelfServiceTransactionScript returns a boolean if a field has been set.
func (o *Monitor) GetMonitorType() MonitorType
GetMonitorType returns the MonitorType field if non-nil, zero value otherwise.
func (o *Monitor) GetMonitorTypeOk() (*MonitorType, bool)
GetMonitorTypeOk returns a tuple with the MonitorType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetMonitorType(v MonitorType)
SetMonitorType sets MonitorType field to given value.
func (o *Monitor) HasMonitorType() bool
HasMonitorType returns a boolean if a field has been set.
func (o *Monitor) GetNotes() string
GetNotes returns the Notes field if non-nil, zero value otherwise.
func (o *Monitor) GetNotesOk() (*string, bool)
GetNotesOk returns a tuple with the Notes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetNotes(v string)
SetNotes sets Notes field to given value.
func (o *Monitor) HasNotes() bool
HasNotes returns a boolean if a field has been set.
func (o *Monitor) GetAlertOnLoadTimeLimit1() bool
GetAlertOnLoadTimeLimit1 returns the AlertOnLoadTimeLimit1 field if non-nil, zero value otherwise.
func (o *Monitor) GetAlertOnLoadTimeLimit1Ok() (*bool, bool)
GetAlertOnLoadTimeLimit1Ok returns a tuple with the AlertOnLoadTimeLimit1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetAlertOnLoadTimeLimit1(v bool)
SetAlertOnLoadTimeLimit1 sets AlertOnLoadTimeLimit1 field to given value.
func (o *Monitor) HasAlertOnLoadTimeLimit1() bool
HasAlertOnLoadTimeLimit1 returns a boolean if a field has been set.
func (o *Monitor) GetMultiStepApiTransactionScript() string
GetMultiStepApiTransactionScript returns the MultiStepApiTransactionScript field if non-nil, zero value otherwise.
func (o *Monitor) GetMultiStepApiTransactionScriptOk() (*string, bool)
GetMultiStepApiTransactionScriptOk returns a tuple with the MultiStepApiTransactionScript field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetMultiStepApiTransactionScript(v string)
SetMultiStepApiTransactionScript sets MultiStepApiTransactionScript field to given value.
func (o *Monitor) HasMultiStepApiTransactionScript() bool
HasMultiStepApiTransactionScript returns a boolean if a field has been set.
func (o *Monitor) GetLoadTimeLimit1() int32
GetLoadTimeLimit1 returns the LoadTimeLimit1 field if non-nil, zero value otherwise.
func (o *Monitor) GetLoadTimeLimit1Ok() (*int32, bool)
GetLoadTimeLimit1Ok returns a tuple with the LoadTimeLimit1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetLoadTimeLimit1(v int32)
SetLoadTimeLimit1 sets LoadTimeLimit1 field to given value.
func (o *Monitor) HasLoadTimeLimit1() bool
HasLoadTimeLimit1 returns a boolean if a field has been set.
func (o *Monitor) GetAlertOnLoadTimeLimit2() bool
GetAlertOnLoadTimeLimit2 returns the AlertOnLoadTimeLimit2 field if non-nil, zero value otherwise.
func (o *Monitor) GetAlertOnLoadTimeLimit2Ok() (*bool, bool)
GetAlertOnLoadTimeLimit2Ok returns a tuple with the AlertOnLoadTimeLimit2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetAlertOnLoadTimeLimit2(v bool)
SetAlertOnLoadTimeLimit2 sets AlertOnLoadTimeLimit2 field to given value.
func (o *Monitor) HasAlertOnLoadTimeLimit2() bool
HasAlertOnLoadTimeLimit2 returns a boolean if a field has been set.
func (o *Monitor) GetLoadTimeLimit2() int32
GetLoadTimeLimit2 returns the LoadTimeLimit2 field if non-nil, zero value otherwise.
func (o *Monitor) GetLoadTimeLimit2Ok() (*int32, bool)
GetLoadTimeLimit2Ok returns a tuple with the LoadTimeLimit2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetLoadTimeLimit2(v int32)
SetLoadTimeLimit2 sets LoadTimeLimit2 field to given value.
func (o *Monitor) HasLoadTimeLimit2() bool
HasLoadTimeLimit2 returns a boolean if a field has been set.
func (o *Monitor) GetBlockGoogleAnalytics() bool
GetBlockGoogleAnalytics returns the BlockGoogleAnalytics field if non-nil, zero value otherwise.
func (o *Monitor) GetBlockGoogleAnalyticsOk() (*bool, bool)
GetBlockGoogleAnalyticsOk returns a tuple with the BlockGoogleAnalytics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetBlockGoogleAnalytics(v bool)
SetBlockGoogleAnalytics sets BlockGoogleAnalytics field to given value.
func (o *Monitor) HasBlockGoogleAnalytics() bool
HasBlockGoogleAnalytics returns a boolean if a field has been set.
func (o *Monitor) GetBlockUptrendsRum() bool
GetBlockUptrendsRum returns the BlockUptrendsRum field if non-nil, zero value otherwise.
func (o *Monitor) GetBlockUptrendsRumOk() (*bool, bool)
GetBlockUptrendsRumOk returns a tuple with the BlockUptrendsRum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetBlockUptrendsRum(v bool)
SetBlockUptrendsRum sets BlockUptrendsRum field to given value.
func (o *Monitor) HasBlockUptrendsRum() bool
HasBlockUptrendsRum returns a boolean if a field has been set.
func (o *Monitor) GetBlockUrls() []string
GetBlockUrls returns the BlockUrls field if non-nil, zero value otherwise.
func (o *Monitor) GetBlockUrlsOk() (*[]string, bool)
GetBlockUrlsOk returns a tuple with the BlockUrls field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetBlockUrls(v []string)
SetBlockUrls sets BlockUrls field to given value.
func (o *Monitor) HasBlockUrls() bool
HasBlockUrls returns a boolean if a field has been set.
func (o *Monitor) GetRequestHeaders() []RequestHeader
GetRequestHeaders returns the RequestHeaders field if non-nil, zero value otherwise.
func (o *Monitor) GetRequestHeadersOk() (*[]RequestHeader, bool)
GetRequestHeadersOk returns a tuple with the RequestHeaders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetRequestHeaders(v []RequestHeader)
SetRequestHeaders sets RequestHeaders field to given value.
func (o *Monitor) HasRequestHeaders() bool
HasRequestHeaders returns a boolean if a field has been set.
func (o *Monitor) GetUserAgent() string
GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.
func (o *Monitor) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetUserAgent(v string)
SetUserAgent sets UserAgent field to given value.
func (o *Monitor) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.
func (o *Monitor) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *Monitor) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *Monitor) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *Monitor) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *Monitor) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *Monitor) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *Monitor) GetNameForPhoneAlerts() string
GetNameForPhoneAlerts returns the NameForPhoneAlerts field if non-nil, zero value otherwise.
func (o *Monitor) GetNameForPhoneAlertsOk() (*string, bool)
GetNameForPhoneAlertsOk returns a tuple with the NameForPhoneAlerts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetNameForPhoneAlerts(v string)
SetNameForPhoneAlerts sets NameForPhoneAlerts field to given value.
func (o *Monitor) HasNameForPhoneAlerts() bool
HasNameForPhoneAlerts returns a boolean if a field has been set.
func (o *Monitor) GetAuthenticationType() ApiHttpAuthenticationType
GetAuthenticationType returns the AuthenticationType field if non-nil, zero value otherwise.
func (o *Monitor) GetAuthenticationTypeOk() (*ApiHttpAuthenticationType, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetAuthenticationType(v ApiHttpAuthenticationType)
SetAuthenticationType sets AuthenticationType field to given value.
func (o *Monitor) HasAuthenticationType() bool
HasAuthenticationType returns a boolean if a field has been set.
func (o *Monitor) GetThrottlingOptions() ThrottlingOptions
GetThrottlingOptions returns the ThrottlingOptions field if non-nil, zero value otherwise.
func (o *Monitor) GetThrottlingOptionsOk() (*ThrottlingOptions, bool)
GetThrottlingOptionsOk returns a tuple with the ThrottlingOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetThrottlingOptions(v ThrottlingOptions)
SetThrottlingOptions sets ThrottlingOptions field to given value.
func (o *Monitor) HasThrottlingOptions() bool
HasThrottlingOptions returns a boolean if a field has been set.
func (o *Monitor) GetDnsBypasses() []DnsBypass
GetDnsBypasses returns the DnsBypasses field if non-nil, zero value otherwise.
func (o *Monitor) GetDnsBypassesOk() (*[]DnsBypass, bool)
GetDnsBypassesOk returns a tuple with the DnsBypasses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetDnsBypasses(v []DnsBypass)
SetDnsBypasses sets DnsBypasses field to given value.
func (o *Monitor) HasDnsBypasses() bool
HasDnsBypasses returns a boolean if a field has been set.
func (o *Monitor) GetTransactionStepDefinition() MonitorTransactionStepDefinition
GetTransactionStepDefinition returns the TransactionStepDefinition field if non-nil, zero value otherwise.
func (o *Monitor) GetTransactionStepDefinitionOk() (*MonitorTransactionStepDefinition, bool)
GetTransactionStepDefinitionOk returns a tuple with the TransactionStepDefinition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetTransactionStepDefinition(v MonitorTransactionStepDefinition)
SetTransactionStepDefinition sets TransactionStepDefinition field to given value.
func (o *Monitor) HasTransactionStepDefinition() bool
HasTransactionStepDefinition returns a boolean if a field has been set.
func (o *Monitor) GetCertificateName() string
GetCertificateName returns the CertificateName field if non-nil, zero value otherwise.
func (o *Monitor) GetCertificateNameOk() (*string, bool)
GetCertificateNameOk returns a tuple with the CertificateName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCertificateName(v string)
SetCertificateName sets CertificateName field to given value.
func (o *Monitor) HasCertificateName() bool
HasCertificateName returns a boolean if a field has been set.
func (o *Monitor) GetCertificateOrganization() string
GetCertificateOrganization returns the CertificateOrganization field if non-nil, zero value otherwise.
func (o *Monitor) GetCertificateOrganizationOk() (*string, bool)
GetCertificateOrganizationOk returns a tuple with the CertificateOrganization field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCertificateOrganization(v string)
SetCertificateOrganization sets CertificateOrganization field to given value.
func (o *Monitor) HasCertificateOrganization() bool
HasCertificateOrganization returns a boolean if a field has been set.
func (o *Monitor) GetCertificateOrganizationalUnit() string
GetCertificateOrganizationalUnit returns the CertificateOrganizationalUnit field if non-nil, zero value otherwise.
func (o *Monitor) GetCertificateOrganizationalUnitOk() (*string, bool)
GetCertificateOrganizationalUnitOk returns a tuple with the CertificateOrganizationalUnit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCertificateOrganizationalUnit(v string)
SetCertificateOrganizationalUnit sets CertificateOrganizationalUnit field to given value.
func (o *Monitor) HasCertificateOrganizationalUnit() bool
HasCertificateOrganizationalUnit returns a boolean if a field has been set.
func (o *Monitor) GetCertificateSerialNumber() string
GetCertificateSerialNumber returns the CertificateSerialNumber field if non-nil, zero value otherwise.
func (o *Monitor) GetCertificateSerialNumberOk() (*string, bool)
GetCertificateSerialNumberOk returns a tuple with the CertificateSerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCertificateSerialNumber(v string)
SetCertificateSerialNumber sets CertificateSerialNumber field to given value.
func (o *Monitor) HasCertificateSerialNumber() bool
HasCertificateSerialNumber returns a boolean if a field has been set.
func (o *Monitor) GetCertificateFingerprint() string
GetCertificateFingerprint returns the CertificateFingerprint field if non-nil, zero value otherwise.
func (o *Monitor) GetCertificateFingerprintOk() (*string, bool)
GetCertificateFingerprintOk returns a tuple with the CertificateFingerprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCertificateFingerprint(v string)
SetCertificateFingerprint sets CertificateFingerprint field to given value.
func (o *Monitor) HasCertificateFingerprint() bool
HasCertificateFingerprint returns a boolean if a field has been set.
func (o *Monitor) GetCertificateIssuerName() string
GetCertificateIssuerName returns the CertificateIssuerName field if non-nil, zero value otherwise.
func (o *Monitor) GetCertificateIssuerNameOk() (*string, bool)
GetCertificateIssuerNameOk returns a tuple with the CertificateIssuerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCertificateIssuerName(v string)
SetCertificateIssuerName sets CertificateIssuerName field to given value.
func (o *Monitor) HasCertificateIssuerName() bool
HasCertificateIssuerName returns a boolean if a field has been set.
func (o *Monitor) GetCertificateIssuerCompanyName() string
GetCertificateIssuerCompanyName returns the CertificateIssuerCompanyName field if non-nil, zero value otherwise.
func (o *Monitor) GetCertificateIssuerCompanyNameOk() (*string, bool)
GetCertificateIssuerCompanyNameOk returns a tuple with the CertificateIssuerCompanyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCertificateIssuerCompanyName(v string)
SetCertificateIssuerCompanyName sets CertificateIssuerCompanyName field to given value.
func (o *Monitor) HasCertificateIssuerCompanyName() bool
HasCertificateIssuerCompanyName returns a boolean if a field has been set.
func (o *Monitor) GetCertificateIssuerOrganizationalUnit() string
GetCertificateIssuerOrganizationalUnit returns the CertificateIssuerOrganizationalUnit field if non-nil, zero value otherwise.
func (o *Monitor) GetCertificateIssuerOrganizationalUnitOk() (*string, bool)
GetCertificateIssuerOrganizationalUnitOk returns a tuple with the CertificateIssuerOrganizationalUnit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCertificateIssuerOrganizationalUnit(v string)
SetCertificateIssuerOrganizationalUnit sets CertificateIssuerOrganizationalUnit field to given value.
func (o *Monitor) HasCertificateIssuerOrganizationalUnit() bool
HasCertificateIssuerOrganizationalUnit returns a boolean if a field has been set.
func (o *Monitor) GetCertificateExpirationWarningDays() int32
GetCertificateExpirationWarningDays returns the CertificateExpirationWarningDays field if non-nil, zero value otherwise.
func (o *Monitor) GetCertificateExpirationWarningDaysOk() (*int32, bool)
GetCertificateExpirationWarningDaysOk returns a tuple with the CertificateExpirationWarningDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCertificateExpirationWarningDays(v int32)
SetCertificateExpirationWarningDays sets CertificateExpirationWarningDays field to given value.
func (o *Monitor) HasCertificateExpirationWarningDays() bool
HasCertificateExpirationWarningDays returns a boolean if a field has been set.
func (o *Monitor) GetCheckCertificateErrors() bool
GetCheckCertificateErrors returns the CheckCertificateErrors field if non-nil, zero value otherwise.
func (o *Monitor) GetCheckCertificateErrorsOk() (*bool, bool)
GetCheckCertificateErrorsOk returns a tuple with the CheckCertificateErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetCheckCertificateErrors(v bool)
SetCheckCertificateErrors sets CheckCertificateErrors field to given value.
func (o *Monitor) HasCheckCertificateErrors() bool
HasCheckCertificateErrors returns a boolean if a field has been set.
func (o *Monitor) GetAlertOnMaximumBytes() bool
GetAlertOnMaximumBytes returns the AlertOnMaximumBytes field if non-nil, zero value otherwise.
func (o *Monitor) GetAlertOnMaximumBytesOk() (*bool, bool)
GetAlertOnMaximumBytesOk returns a tuple with the AlertOnMaximumBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetAlertOnMaximumBytes(v bool)
SetAlertOnMaximumBytes sets AlertOnMaximumBytes field to given value.
func (o *Monitor) HasAlertOnMaximumBytes() bool
HasAlertOnMaximumBytes returns a boolean if a field has been set.
func (o *Monitor) GetMaximumBytes() int32
GetMaximumBytes returns the MaximumBytes field if non-nil, zero value otherwise.
func (o *Monitor) GetMaximumBytesOk() (*int32, bool)
GetMaximumBytesOk returns a tuple with the MaximumBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetMaximumBytes(v int32)
SetMaximumBytes sets MaximumBytes field to given value.
func (o *Monitor) HasMaximumBytes() bool
HasMaximumBytes returns a boolean if a field has been set.
func (o *Monitor) GetAlertOnMaximumSize() bool
GetAlertOnMaximumSize returns the AlertOnMaximumSize field if non-nil, zero value otherwise.
func (o *Monitor) GetAlertOnMaximumSizeOk() (*bool, bool)
GetAlertOnMaximumSizeOk returns a tuple with the AlertOnMaximumSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetAlertOnMaximumSize(v bool)
SetAlertOnMaximumSize sets AlertOnMaximumSize field to given value.
func (o *Monitor) HasAlertOnMaximumSize() bool
HasAlertOnMaximumSize returns a boolean if a field has been set.
func (o *Monitor) GetElementMaximumSize() int32
GetElementMaximumSize returns the ElementMaximumSize field if non-nil, zero value otherwise.
func (o *Monitor) GetElementMaximumSizeOk() (*int32, bool)
GetElementMaximumSizeOk returns a tuple with the ElementMaximumSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetElementMaximumSize(v int32)
SetElementMaximumSize sets ElementMaximumSize field to given value.
func (o *Monitor) HasElementMaximumSize() bool
HasElementMaximumSize returns a boolean if a field has been set.
func (o *Monitor) GetIgnoreExternalElements() bool
GetIgnoreExternalElements returns the IgnoreExternalElements field if non-nil, zero value otherwise.
func (o *Monitor) GetIgnoreExternalElementsOk() (*bool, bool)
GetIgnoreExternalElementsOk returns a tuple with the IgnoreExternalElements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetIgnoreExternalElements(v bool)
SetIgnoreExternalElements sets IgnoreExternalElements field to given value.
func (o *Monitor) HasIgnoreExternalElements() bool
HasIgnoreExternalElements returns a boolean if a field has been set.
func (o *Monitor) GetAlertOnPercentageFail() bool
GetAlertOnPercentageFail returns the AlertOnPercentageFail field if non-nil, zero value otherwise.
func (o *Monitor) GetAlertOnPercentageFailOk() (*bool, bool)
GetAlertOnPercentageFailOk returns a tuple with the AlertOnPercentageFail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetAlertOnPercentageFail(v bool)
SetAlertOnPercentageFail sets AlertOnPercentageFail field to given value.
func (o *Monitor) HasAlertOnPercentageFail() bool
HasAlertOnPercentageFail returns a boolean if a field has been set.
func (o *Monitor) GetFailedObjectPercentage() int32
GetFailedObjectPercentage returns the FailedObjectPercentage field if non-nil, zero value otherwise.
func (o *Monitor) GetFailedObjectPercentageOk() (*int32, bool)
GetFailedObjectPercentageOk returns a tuple with the FailedObjectPercentage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetFailedObjectPercentage(v int32)
SetFailedObjectPercentage sets FailedObjectPercentage field to given value.
func (o *Monitor) HasFailedObjectPercentage() bool
HasFailedObjectPercentage returns a boolean if a field has been set.
func (o *Monitor) GetDomainGroupGuid() string
GetDomainGroupGuid returns the DomainGroupGuid field if non-nil, zero value otherwise.
func (o *Monitor) GetDomainGroupGuidOk() (*string, bool)
GetDomainGroupGuidOk returns a tuple with the DomainGroupGuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetDomainGroupGuid(v string)
SetDomainGroupGuid sets DomainGroupGuid field to given value.
func (o *Monitor) HasDomainGroupGuid() bool
HasDomainGroupGuid returns a boolean if a field has been set.
func (o *Monitor) GetDomainGroupGuidSpecified() bool
GetDomainGroupGuidSpecified returns the DomainGroupGuidSpecified field if non-nil, zero value otherwise.
func (o *Monitor) GetDomainGroupGuidSpecifiedOk() (*bool, bool)
GetDomainGroupGuidSpecifiedOk returns a tuple with the DomainGroupGuidSpecified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetDomainGroupGuidSpecified(v bool)
SetDomainGroupGuidSpecified sets DomainGroupGuidSpecified field to given value.
func (o *Monitor) HasDomainGroupGuidSpecified() bool
HasDomainGroupGuidSpecified returns a boolean if a field has been set.
func (o *Monitor) GetDnsServer() string
GetDnsServer returns the DnsServer field if non-nil, zero value otherwise.
func (o *Monitor) GetDnsServerOk() (*string, bool)
GetDnsServerOk returns a tuple with the DnsServer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetDnsServer(v string)
SetDnsServer sets DnsServer field to given value.
func (o *Monitor) HasDnsServer() bool
HasDnsServer returns a boolean if a field has been set.
func (o *Monitor) GetDnsQuery() DnsQuery
GetDnsQuery returns the DnsQuery field if non-nil, zero value otherwise.
func (o *Monitor) GetDnsQueryOk() (*DnsQuery, bool)
GetDnsQueryOk returns a tuple with the DnsQuery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetDnsQuery(v DnsQuery)
SetDnsQuery sets DnsQuery field to given value.
func (o *Monitor) HasDnsQuery() bool
HasDnsQuery returns a boolean if a field has been set.
func (o *Monitor) GetDnsExpectedResult() string
GetDnsExpectedResult returns the DnsExpectedResult field if non-nil, zero value otherwise.
func (o *Monitor) GetDnsExpectedResultOk() (*string, bool)
GetDnsExpectedResultOk returns a tuple with the DnsExpectedResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetDnsExpectedResult(v string)
SetDnsExpectedResult sets DnsExpectedResult field to given value.
func (o *Monitor) HasDnsExpectedResult() bool
HasDnsExpectedResult returns a boolean if a field has been set.
func (o *Monitor) GetDnsTestValue() string
GetDnsTestValue returns the DnsTestValue field if non-nil, zero value otherwise.
func (o *Monitor) GetDnsTestValueOk() (*string, bool)
GetDnsTestValueOk returns a tuple with the DnsTestValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetDnsTestValue(v string)
SetDnsTestValue sets DnsTestValue field to given value.
func (o *Monitor) HasDnsTestValue() bool
HasDnsTestValue returns a boolean if a field has been set.
func (o *Monitor) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
func (o *Monitor) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetPort(v int32)
SetPort sets Port field to given value.
func (o *Monitor) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *Monitor) GetIpVersion() IpVersion
GetIpVersion returns the IpVersion field if non-nil, zero value otherwise.
func (o *Monitor) GetIpVersionOk() (*IpVersion, bool)
GetIpVersionOk returns a tuple with the IpVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetIpVersion(v IpVersion)
SetIpVersion sets IpVersion field to given value.
func (o *Monitor) HasIpVersion() bool
HasIpVersion returns a boolean if a field has been set.
func (o *Monitor) GetAlertOnMinimumBytes() bool
GetAlertOnMinimumBytes returns the AlertOnMinimumBytes field if non-nil, zero value otherwise.
func (o *Monitor) GetAlertOnMinimumBytesOk() (*bool, bool)
GetAlertOnMinimumBytesOk returns a tuple with the AlertOnMinimumBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetAlertOnMinimumBytes(v bool)
SetAlertOnMinimumBytes sets AlertOnMinimumBytes field to given value.
func (o *Monitor) HasAlertOnMinimumBytes() bool
HasAlertOnMinimumBytes returns a boolean if a field has been set.
func (o *Monitor) GetMinimumBytes() int32
GetMinimumBytes returns the MinimumBytes field if non-nil, zero value otherwise.
func (o *Monitor) GetMinimumBytesOk() (*int32, bool)
GetMinimumBytesOk returns a tuple with the MinimumBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetMinimumBytes(v int32)
SetMinimumBytes sets MinimumBytes field to given value.
func (o *Monitor) HasMinimumBytes() bool
HasMinimumBytes returns a boolean if a field has been set.
func (o *Monitor) GetDatabaseName() string
GetDatabaseName returns the DatabaseName field if non-nil, zero value otherwise.
func (o *Monitor) GetDatabaseNameOk() (*string, bool)
GetDatabaseNameOk returns a tuple with the DatabaseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetDatabaseName(v string)
SetDatabaseName sets DatabaseName field to given value.
func (o *Monitor) HasDatabaseName() bool
HasDatabaseName returns a boolean if a field has been set.
func (o *Monitor) GetNetworkAddress() string
GetNetworkAddress returns the NetworkAddress field if non-nil, zero value otherwise.
func (o *Monitor) GetNetworkAddressOk() (*string, bool)
GetNetworkAddressOk returns a tuple with the NetworkAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetNetworkAddress(v string)
SetNetworkAddress sets NetworkAddress field to given value.
func (o *Monitor) HasNetworkAddress() bool
HasNetworkAddress returns a boolean if a field has been set.
func (o *Monitor) GetImapSecureConnection() bool
GetImapSecureConnection returns the ImapSecureConnection field if non-nil, zero value otherwise.
func (o *Monitor) GetImapSecureConnectionOk() (*bool, bool)
GetImapSecureConnectionOk returns a tuple with the ImapSecureConnection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetImapSecureConnection(v bool)
SetImapSecureConnection sets ImapSecureConnection field to given value.
func (o *Monitor) HasImapSecureConnection() bool
HasImapSecureConnection returns a boolean if a field has been set.
func (o *Monitor) GetSftpAction() SftpAction
GetSftpAction returns the SftpAction field if non-nil, zero value otherwise.
func (o *Monitor) GetSftpActionOk() (*SftpAction, bool)
GetSftpActionOk returns a tuple with the SftpAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetSftpAction(v SftpAction)
SetSftpAction sets SftpAction field to given value.
func (o *Monitor) HasSftpAction() bool
HasSftpAction returns a boolean if a field has been set.
func (o *Monitor) GetSftpActionPath() string
GetSftpActionPath returns the SftpActionPath field if non-nil, zero value otherwise.
func (o *Monitor) GetSftpActionPathOk() (*string, bool)
GetSftpActionPathOk returns a tuple with the SftpActionPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetSftpActionPath(v string)
SetSftpActionPath sets SftpActionPath field to given value.
func (o *Monitor) HasSftpActionPath() bool
HasSftpActionPath returns a boolean if a field has been set.
func (o *Monitor) GetHttpMethod() HttpMethod
GetHttpMethod returns the HttpMethod field if non-nil, zero value otherwise.
func (o *Monitor) GetHttpMethodOk() (*HttpMethod, bool)
GetHttpMethodOk returns a tuple with the HttpMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetHttpMethod(v HttpMethod)
SetHttpMethod sets HttpMethod field to given value.
func (o *Monitor) HasHttpMethod() bool
HasHttpMethod returns a boolean if a field has been set.
func (o *Monitor) GetExpectedHttpStatusCode() int32
GetExpectedHttpStatusCode returns the ExpectedHttpStatusCode field if non-nil, zero value otherwise.
func (o *Monitor) GetExpectedHttpStatusCodeOk() (*int32, bool)
GetExpectedHttpStatusCodeOk returns a tuple with the ExpectedHttpStatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetExpectedHttpStatusCode(v int32)
SetExpectedHttpStatusCode sets ExpectedHttpStatusCode field to given value.
func (o *Monitor) HasExpectedHttpStatusCode() bool
HasExpectedHttpStatusCode returns a boolean if a field has been set.
func (o *Monitor) GetExpectedHttpStatusCodeSpecified() bool
GetExpectedHttpStatusCodeSpecified returns the ExpectedHttpStatusCodeSpecified field if non-nil, zero value otherwise.
func (o *Monitor) GetExpectedHttpStatusCodeSpecifiedOk() (*bool, bool)
GetExpectedHttpStatusCodeSpecifiedOk returns a tuple with the ExpectedHttpStatusCodeSpecified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetExpectedHttpStatusCodeSpecified(v bool)
SetExpectedHttpStatusCodeSpecified sets ExpectedHttpStatusCodeSpecified field to given value.
func (o *Monitor) HasExpectedHttpStatusCodeSpecified() bool
HasExpectedHttpStatusCodeSpecified returns a boolean if a field has been set.
func (o *Monitor) GetTlsVersion() TlsVersion
GetTlsVersion returns the TlsVersion field if non-nil, zero value otherwise.
func (o *Monitor) GetTlsVersionOk() (*TlsVersion, bool)
GetTlsVersionOk returns a tuple with the TlsVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetTlsVersion(v TlsVersion)
SetTlsVersion sets TlsVersion field to given value.
func (o *Monitor) HasTlsVersion() bool
HasTlsVersion returns a boolean if a field has been set.
func (o *Monitor) GetRequestBody() string
GetRequestBody returns the RequestBody field if non-nil, zero value otherwise.
func (o *Monitor) GetRequestBodyOk() (*string, bool)
GetRequestBodyOk returns a tuple with the RequestBody field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetRequestBody(v string)
SetRequestBody sets RequestBody field to given value.
func (o *Monitor) HasRequestBody() bool
HasRequestBody returns a boolean if a field has been set.
func (o *Monitor) GetMatchPatterns() []PatternMatch
GetMatchPatterns returns the MatchPatterns field if non-nil, zero value otherwise.
func (o *Monitor) GetMatchPatternsOk() (*[]PatternMatch, bool)
GetMatchPatternsOk returns a tuple with the MatchPatterns field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetMatchPatterns(v []PatternMatch)
SetMatchPatterns sets MatchPatterns field to given value.
func (o *Monitor) HasMatchPatterns() bool
HasMatchPatterns returns a boolean if a field has been set.
func (o *Monitor) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *Monitor) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *Monitor) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *Monitor) GetBrowserType() BrowserType
GetBrowserType returns the BrowserType field if non-nil, zero value otherwise.
func (o *Monitor) GetBrowserTypeOk() (*BrowserType, bool)
GetBrowserTypeOk returns a tuple with the BrowserType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetBrowserType(v BrowserType)
SetBrowserType sets BrowserType field to given value.
func (o *Monitor) HasBrowserType() bool
HasBrowserType returns a boolean if a field has been set.
func (o *Monitor) GetBrowserWindowDimensions() BrowserWindowDimensions
GetBrowserWindowDimensions returns the BrowserWindowDimensions field if non-nil, zero value otherwise.
func (o *Monitor) GetBrowserWindowDimensionsOk() (*BrowserWindowDimensions, bool)
GetBrowserWindowDimensionsOk returns a tuple with the BrowserWindowDimensions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetBrowserWindowDimensions(v BrowserWindowDimensions)
SetBrowserWindowDimensions sets BrowserWindowDimensions field to given value.
func (o *Monitor) HasBrowserWindowDimensions() bool
HasBrowserWindowDimensions returns a boolean if a field has been set.
func (o *Monitor) GetUseConcurrentMonitoring() bool
GetUseConcurrentMonitoring returns the UseConcurrentMonitoring field if non-nil, zero value otherwise.
func (o *Monitor) GetUseConcurrentMonitoringOk() (*bool, bool)
GetUseConcurrentMonitoringOk returns a tuple with the UseConcurrentMonitoring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetUseConcurrentMonitoring(v bool)
SetUseConcurrentMonitoring sets UseConcurrentMonitoring field to given value.
func (o *Monitor) HasUseConcurrentMonitoring() bool
HasUseConcurrentMonitoring returns a boolean if a field has been set.
func (o *Monitor) GetConcurrentUnconfirmedErrorThreshold() int32
GetConcurrentUnconfirmedErrorThreshold returns the ConcurrentUnconfirmedErrorThreshold field if non-nil, zero value otherwise.
func (o *Monitor) GetConcurrentUnconfirmedErrorThresholdOk() (*int32, bool)
GetConcurrentUnconfirmedErrorThresholdOk returns a tuple with the ConcurrentUnconfirmedErrorThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetConcurrentUnconfirmedErrorThreshold(v int32)
SetConcurrentUnconfirmedErrorThreshold sets ConcurrentUnconfirmedErrorThreshold field to given value.
func (o *Monitor) HasConcurrentUnconfirmedErrorThreshold() bool
HasConcurrentUnconfirmedErrorThreshold returns a boolean if a field has been set.
func (o *Monitor) GetConcurrentConfirmedErrorThreshold() int32
GetConcurrentConfirmedErrorThreshold returns the ConcurrentConfirmedErrorThreshold field if non-nil, zero value otherwise.
func (o *Monitor) GetConcurrentConfirmedErrorThresholdOk() (*int32, bool)
GetConcurrentConfirmedErrorThresholdOk returns a tuple with the ConcurrentConfirmedErrorThreshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetConcurrentConfirmedErrorThreshold(v int32)
SetConcurrentConfirmedErrorThreshold sets ConcurrentConfirmedErrorThreshold field to given value.
func (o *Monitor) HasConcurrentConfirmedErrorThreshold() bool
HasConcurrentConfirmedErrorThreshold returns a boolean if a field has been set.
func (o *Monitor) GetErrorConditions() []ErrorCondition
GetErrorConditions returns the ErrorConditions field if non-nil, zero value otherwise.
func (o *Monitor) GetErrorConditionsOk() (*[]ErrorCondition, bool)
GetErrorConditionsOk returns a tuple with the ErrorConditions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Monitor) SetErrorConditions(v []ErrorCondition)
SetErrorConditions sets ErrorConditions field to given value.
func (o *Monitor) HasErrorConditions() bool
HasErrorConditions returns a boolean if a field has been set.