| Name | Type | Description | Notes |
|---|---|---|---|
| ScanJobPartId | Pointer to string | [optional] | |
| LogicalScanJobId | Pointer to string | [optional] | |
| AgentJobId | Pointer to string | [optional] | |
| EstimatedEndpointCount | Pointer to NullableInt32 | [optional] | |
| Status | Pointer to CSSCMSCoreEnumsSslScanJobStatus | [optional] | |
| StatTotalEndpointCount | Pointer to NullableInt32 | [optional] | |
| StatTimedOutConnectingCount | Pointer to NullableInt32 | [optional] | |
| StatConnectionRefusedCount | Pointer to NullableInt32 | [optional] | |
| StatTimedOutDownloadingCount | Pointer to NullableInt32 | [optional] | |
| StatExceptionDownloadingCount | Pointer to NullableInt32 | [optional] | |
| StatNotSslCount | Pointer to NullableInt32 | [optional] | |
| StatBadSslHandshakeCount | Pointer to NullableInt32 | [optional] | |
| StatCertificateFoundCount | Pointer to NullableInt32 | [optional] | |
| StatNoCertificateCount | Pointer to NullableInt32 | [optional] | |
| ScanJobPartDefinitions | Pointer to []CSSCMSDataModelModelsSSLScanJobPartDefinition | [optional] | |
| StartTime | Pointer to NullableTime | [optional] | |
| EndTime | Pointer to NullableTime | [optional] |
func NewCSSCMSDataModelModelsSSLScanJobPart() *CSSCMSDataModelModelsSSLScanJobPart
NewCSSCMSDataModelModelsSSLScanJobPart instantiates a new CSSCMSDataModelModelsSSLScanJobPart 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 NewCSSCMSDataModelModelsSSLScanJobPartWithDefaults() *CSSCMSDataModelModelsSSLScanJobPart
NewCSSCMSDataModelModelsSSLScanJobPartWithDefaults instantiates a new CSSCMSDataModelModelsSSLScanJobPart 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 *CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartId() string
GetScanJobPartId returns the ScanJobPartId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartIdOk() (*string, bool)
GetScanJobPartIdOk returns a tuple with the ScanJobPartId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetScanJobPartId(v string)
SetScanJobPartId sets ScanJobPartId field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasScanJobPartId() bool
HasScanJobPartId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetLogicalScanJobId() string
GetLogicalScanJobId returns the LogicalScanJobId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetLogicalScanJobIdOk() (*string, bool)
GetLogicalScanJobIdOk returns a tuple with the LogicalScanJobId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetLogicalScanJobId(v string)
SetLogicalScanJobId sets LogicalScanJobId field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasLogicalScanJobId() bool
HasLogicalScanJobId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetAgentJobId() string
GetAgentJobId returns the AgentJobId field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetAgentJobIdOk() (*string, bool)
GetAgentJobIdOk returns a tuple with the AgentJobId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetAgentJobId(v string)
SetAgentJobId sets AgentJobId field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasAgentJobId() bool
HasAgentJobId returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetEstimatedEndpointCount() int32
GetEstimatedEndpointCount returns the EstimatedEndpointCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetEstimatedEndpointCountOk() (*int32, bool)
GetEstimatedEndpointCountOk returns a tuple with the EstimatedEndpointCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetEstimatedEndpointCount(v int32)
SetEstimatedEndpointCount sets EstimatedEndpointCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasEstimatedEndpointCount() bool
HasEstimatedEndpointCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetEstimatedEndpointCountNil(b bool)
SetEstimatedEndpointCountNil sets the value for EstimatedEndpointCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetEstimatedEndpointCount()
UnsetEstimatedEndpointCount ensures that no value is present for EstimatedEndpointCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatus() CSSCMSCoreEnumsSslScanJobStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatusOk() (*CSSCMSCoreEnumsSslScanJobStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatus(v CSSCMSCoreEnumsSslScanJobStatus)
SetStatus sets Status field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTotalEndpointCount() int32
GetStatTotalEndpointCount returns the StatTotalEndpointCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTotalEndpointCountOk() (*int32, bool)
GetStatTotalEndpointCountOk returns a tuple with the StatTotalEndpointCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTotalEndpointCount(v int32)
SetStatTotalEndpointCount sets StatTotalEndpointCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatTotalEndpointCount() bool
HasStatTotalEndpointCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTotalEndpointCountNil(b bool)
SetStatTotalEndpointCountNil sets the value for StatTotalEndpointCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatTotalEndpointCount()
UnsetStatTotalEndpointCount ensures that no value is present for StatTotalEndpointCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutConnectingCount() int32
GetStatTimedOutConnectingCount returns the StatTimedOutConnectingCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutConnectingCountOk() (*int32, bool)
GetStatTimedOutConnectingCountOk returns a tuple with the StatTimedOutConnectingCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutConnectingCount(v int32)
SetStatTimedOutConnectingCount sets StatTimedOutConnectingCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatTimedOutConnectingCount() bool
HasStatTimedOutConnectingCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutConnectingCountNil(b bool)
SetStatTimedOutConnectingCountNil sets the value for StatTimedOutConnectingCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatTimedOutConnectingCount()
UnsetStatTimedOutConnectingCount ensures that no value is present for StatTimedOutConnectingCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatConnectionRefusedCount() int32
GetStatConnectionRefusedCount returns the StatConnectionRefusedCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatConnectionRefusedCountOk() (*int32, bool)
GetStatConnectionRefusedCountOk returns a tuple with the StatConnectionRefusedCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatConnectionRefusedCount(v int32)
SetStatConnectionRefusedCount sets StatConnectionRefusedCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatConnectionRefusedCount() bool
HasStatConnectionRefusedCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatConnectionRefusedCountNil(b bool)
SetStatConnectionRefusedCountNil sets the value for StatConnectionRefusedCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatConnectionRefusedCount()
UnsetStatConnectionRefusedCount ensures that no value is present for StatConnectionRefusedCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutDownloadingCount() int32
GetStatTimedOutDownloadingCount returns the StatTimedOutDownloadingCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutDownloadingCountOk() (*int32, bool)
GetStatTimedOutDownloadingCountOk returns a tuple with the StatTimedOutDownloadingCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutDownloadingCount(v int32)
SetStatTimedOutDownloadingCount sets StatTimedOutDownloadingCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatTimedOutDownloadingCount() bool
HasStatTimedOutDownloadingCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutDownloadingCountNil(b bool)
SetStatTimedOutDownloadingCountNil sets the value for StatTimedOutDownloadingCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatTimedOutDownloadingCount()
UnsetStatTimedOutDownloadingCount ensures that no value is present for StatTimedOutDownloadingCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatExceptionDownloadingCount() int32
GetStatExceptionDownloadingCount returns the StatExceptionDownloadingCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatExceptionDownloadingCountOk() (*int32, bool)
GetStatExceptionDownloadingCountOk returns a tuple with the StatExceptionDownloadingCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatExceptionDownloadingCount(v int32)
SetStatExceptionDownloadingCount sets StatExceptionDownloadingCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatExceptionDownloadingCount() bool
HasStatExceptionDownloadingCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatExceptionDownloadingCountNil(b bool)
SetStatExceptionDownloadingCountNil sets the value for StatExceptionDownloadingCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatExceptionDownloadingCount()
UnsetStatExceptionDownloadingCount ensures that no value is present for StatExceptionDownloadingCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatNotSslCount() int32
GetStatNotSslCount returns the StatNotSslCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatNotSslCountOk() (*int32, bool)
GetStatNotSslCountOk returns a tuple with the StatNotSslCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatNotSslCount(v int32)
SetStatNotSslCount sets StatNotSslCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatNotSslCount() bool
HasStatNotSslCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatNotSslCountNil(b bool)
SetStatNotSslCountNil sets the value for StatNotSslCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatNotSslCount()
UnsetStatNotSslCount ensures that no value is present for StatNotSslCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatBadSslHandshakeCount() int32
GetStatBadSslHandshakeCount returns the StatBadSslHandshakeCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatBadSslHandshakeCountOk() (*int32, bool)
GetStatBadSslHandshakeCountOk returns a tuple with the StatBadSslHandshakeCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatBadSslHandshakeCount(v int32)
SetStatBadSslHandshakeCount sets StatBadSslHandshakeCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatBadSslHandshakeCount() bool
HasStatBadSslHandshakeCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatBadSslHandshakeCountNil(b bool)
SetStatBadSslHandshakeCountNil sets the value for StatBadSslHandshakeCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatBadSslHandshakeCount()
UnsetStatBadSslHandshakeCount ensures that no value is present for StatBadSslHandshakeCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatCertificateFoundCount() int32
GetStatCertificateFoundCount returns the StatCertificateFoundCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatCertificateFoundCountOk() (*int32, bool)
GetStatCertificateFoundCountOk returns a tuple with the StatCertificateFoundCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatCertificateFoundCount(v int32)
SetStatCertificateFoundCount sets StatCertificateFoundCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatCertificateFoundCount() bool
HasStatCertificateFoundCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatCertificateFoundCountNil(b bool)
SetStatCertificateFoundCountNil sets the value for StatCertificateFoundCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatCertificateFoundCount()
UnsetStatCertificateFoundCount ensures that no value is present for StatCertificateFoundCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatNoCertificateCount() int32
GetStatNoCertificateCount returns the StatNoCertificateCount field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatNoCertificateCountOk() (*int32, bool)
GetStatNoCertificateCountOk returns a tuple with the StatNoCertificateCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatNoCertificateCount(v int32)
SetStatNoCertificateCount sets StatNoCertificateCount field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatNoCertificateCount() bool
HasStatNoCertificateCount returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatNoCertificateCountNil(b bool)
SetStatNoCertificateCountNil sets the value for StatNoCertificateCount to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatNoCertificateCount()
UnsetStatNoCertificateCount ensures that no value is present for StatNoCertificateCount, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartDefinitions() []CSSCMSDataModelModelsSSLScanJobPartDefinition
GetScanJobPartDefinitions returns the ScanJobPartDefinitions field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartDefinitionsOk() (*[]CSSCMSDataModelModelsSSLScanJobPartDefinition, bool)
GetScanJobPartDefinitionsOk returns a tuple with the ScanJobPartDefinitions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetScanJobPartDefinitions(v []CSSCMSDataModelModelsSSLScanJobPartDefinition)
SetScanJobPartDefinitions sets ScanJobPartDefinitions field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasScanJobPartDefinitions() bool
HasScanJobPartDefinitions returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetScanJobPartDefinitionsNil(b bool)
SetScanJobPartDefinitionsNil sets the value for ScanJobPartDefinitions to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetScanJobPartDefinitions()
UnsetScanJobPartDefinitions ensures that no value is present for ScanJobPartDefinitions, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStartTime() time.Time
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStartTimeOk() (*time.Time, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStartTime(v time.Time)
SetStartTime sets StartTime field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStartTimeNil(b bool)
SetStartTimeNil sets the value for StartTime to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStartTime()
UnsetStartTime ensures that no value is present for StartTime, not even an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetEndTime() time.Time
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *CSSCMSDataModelModelsSSLScanJobPart) GetEndTimeOk() (*time.Time, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetEndTime(v time.Time)
SetEndTime sets EndTime field to given value.
func (o *CSSCMSDataModelModelsSSLScanJobPart) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (o *CSSCMSDataModelModelsSSLScanJobPart) SetEndTimeNil(b bool)
SetEndTimeNil sets the value for EndTime to be an explicit nil
func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetEndTime()
UnsetEndTime ensures that no value is present for EndTime, not even an explicit nil