Name | Type | Description | Notes |
---|---|---|---|
HistoryId | Pointer to string | [optional] | |
EndpointId | Pointer to string | [optional] | |
AuditId | Pointer to int64 | [optional] | |
Timestamp | Pointer to time.Time | [optional] | |
Status | Pointer to int32 | [optional] | |
JobType | Pointer to int32 | [optional] | |
ProbeType | Pointer to int32 | [optional] | |
ReverseDNS | Pointer to string | [optional] | |
HistoryCertificates | Pointer to []ModelsSSLEndpointHistoryResponseCertificateModel | [optional] |
func NewModelsSSLEndpointHistoryResponse() *ModelsSSLEndpointHistoryResponse
NewModelsSSLEndpointHistoryResponse instantiates a new ModelsSSLEndpointHistoryResponse 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 NewModelsSSLEndpointHistoryResponseWithDefaults() *ModelsSSLEndpointHistoryResponse
NewModelsSSLEndpointHistoryResponseWithDefaults instantiates a new ModelsSSLEndpointHistoryResponse 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 *ModelsSSLEndpointHistoryResponse) GetHistoryId() string
GetHistoryId returns the HistoryId field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponse) GetHistoryIdOk() (*string, bool)
GetHistoryIdOk returns a tuple with the HistoryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponse) SetHistoryId(v string)
SetHistoryId sets HistoryId field to given value.
func (o *ModelsSSLEndpointHistoryResponse) HasHistoryId() bool
HasHistoryId returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponse) GetEndpointId() string
GetEndpointId returns the EndpointId field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponse) GetEndpointIdOk() (*string, bool)
GetEndpointIdOk returns a tuple with the EndpointId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponse) SetEndpointId(v string)
SetEndpointId sets EndpointId field to given value.
func (o *ModelsSSLEndpointHistoryResponse) HasEndpointId() bool
HasEndpointId returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponse) GetAuditId() int64
GetAuditId returns the AuditId field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponse) GetAuditIdOk() (*int64, bool)
GetAuditIdOk returns a tuple with the AuditId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponse) SetAuditId(v int64)
SetAuditId sets AuditId field to given value.
func (o *ModelsSSLEndpointHistoryResponse) HasAuditId() bool
HasAuditId returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponse) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponse) GetTimestampOk() (*time.Time, 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 *ModelsSSLEndpointHistoryResponse) SetTimestamp(v time.Time)
SetTimestamp sets Timestamp field to given value.
func (o *ModelsSSLEndpointHistoryResponse) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponse) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponse) GetStatusOk() (*int32, 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 *ModelsSSLEndpointHistoryResponse) SetStatus(v int32)
SetStatus sets Status field to given value.
func (o *ModelsSSLEndpointHistoryResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponse) GetJobType() int32
GetJobType returns the JobType field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponse) GetJobTypeOk() (*int32, bool)
GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponse) SetJobType(v int32)
SetJobType sets JobType field to given value.
func (o *ModelsSSLEndpointHistoryResponse) HasJobType() bool
HasJobType returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponse) GetProbeType() int32
GetProbeType returns the ProbeType field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponse) GetProbeTypeOk() (*int32, bool)
GetProbeTypeOk returns a tuple with the ProbeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponse) SetProbeType(v int32)
SetProbeType sets ProbeType field to given value.
func (o *ModelsSSLEndpointHistoryResponse) HasProbeType() bool
HasProbeType returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponse) GetReverseDNS() string
GetReverseDNS returns the ReverseDNS field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponse) GetReverseDNSOk() (*string, bool)
GetReverseDNSOk returns a tuple with the ReverseDNS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponse) SetReverseDNS(v string)
SetReverseDNS sets ReverseDNS field to given value.
func (o *ModelsSSLEndpointHistoryResponse) HasReverseDNS() bool
HasReverseDNS returns a boolean if a field has been set.
func (o *ModelsSSLEndpointHistoryResponse) GetHistoryCertificates() []ModelsSSLEndpointHistoryResponseCertificateModel
GetHistoryCertificates returns the HistoryCertificates field if non-nil, zero value otherwise.
func (o *ModelsSSLEndpointHistoryResponse) GetHistoryCertificatesOk() (*[]ModelsSSLEndpointHistoryResponseCertificateModel, bool)
GetHistoryCertificatesOk returns a tuple with the HistoryCertificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSSLEndpointHistoryResponse) SetHistoryCertificates(v []ModelsSSLEndpointHistoryResponseCertificateModel)
SetHistoryCertificates sets HistoryCertificates field to given value.
func (o *ModelsSSLEndpointHistoryResponse) HasHistoryCertificates() bool
HasHistoryCertificates returns a boolean if a field has been set.