| Name | Type | Description | Notes |
|---|---|---|---|
| Newly | Pointer to NewlyStatus | [optional] | |
| Expired | Pointer to DateRangeStatus | [optional] | |
| CleanedExpired | Pointer to DateRangeStatus | [optional] | |
| Dropped | Pointer to DateRangeStatus | [optional] | |
| DroppedWithBacklinks | Pointer to DateRangeStatus | [optional] | |
| ThreatFeed | Pointer to ThreatFeedStatus | [optional] | |
| DatabaseUpdates | Pointer to DatabaseUpdates | [optional] |
func NewDatabaseFileStatus() *DatabaseFileStatus
NewDatabaseFileStatus instantiates a new DatabaseFileStatus 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 NewDatabaseFileStatusWithDefaults() *DatabaseFileStatus
NewDatabaseFileStatusWithDefaults instantiates a new DatabaseFileStatus 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 *DatabaseFileStatus) GetNewly() NewlyStatus
GetNewly returns the Newly field if non-nil, zero value otherwise.
func (o *DatabaseFileStatus) GetNewlyOk() (*NewlyStatus, bool)
GetNewlyOk returns a tuple with the Newly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseFileStatus) SetNewly(v NewlyStatus)
SetNewly sets Newly field to given value.
func (o *DatabaseFileStatus) HasNewly() bool
HasNewly returns a boolean if a field has been set.
func (o *DatabaseFileStatus) GetExpired() DateRangeStatus
GetExpired returns the Expired field if non-nil, zero value otherwise.
func (o *DatabaseFileStatus) GetExpiredOk() (*DateRangeStatus, bool)
GetExpiredOk returns a tuple with the Expired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseFileStatus) SetExpired(v DateRangeStatus)
SetExpired sets Expired field to given value.
func (o *DatabaseFileStatus) HasExpired() bool
HasExpired returns a boolean if a field has been set.
func (o *DatabaseFileStatus) GetCleanedExpired() DateRangeStatus
GetCleanedExpired returns the CleanedExpired field if non-nil, zero value otherwise.
func (o *DatabaseFileStatus) GetCleanedExpiredOk() (*DateRangeStatus, bool)
GetCleanedExpiredOk returns a tuple with the CleanedExpired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseFileStatus) SetCleanedExpired(v DateRangeStatus)
SetCleanedExpired sets CleanedExpired field to given value.
func (o *DatabaseFileStatus) HasCleanedExpired() bool
HasCleanedExpired returns a boolean if a field has been set.
func (o *DatabaseFileStatus) GetDropped() DateRangeStatus
GetDropped returns the Dropped field if non-nil, zero value otherwise.
func (o *DatabaseFileStatus) GetDroppedOk() (*DateRangeStatus, bool)
GetDroppedOk returns a tuple with the Dropped field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseFileStatus) SetDropped(v DateRangeStatus)
SetDropped sets Dropped field to given value.
func (o *DatabaseFileStatus) HasDropped() bool
HasDropped returns a boolean if a field has been set.
func (o *DatabaseFileStatus) GetDroppedWithBacklinks() DateRangeStatus
GetDroppedWithBacklinks returns the DroppedWithBacklinks field if non-nil, zero value otherwise.
func (o *DatabaseFileStatus) GetDroppedWithBacklinksOk() (*DateRangeStatus, bool)
GetDroppedWithBacklinksOk returns a tuple with the DroppedWithBacklinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseFileStatus) SetDroppedWithBacklinks(v DateRangeStatus)
SetDroppedWithBacklinks sets DroppedWithBacklinks field to given value.
func (o *DatabaseFileStatus) HasDroppedWithBacklinks() bool
HasDroppedWithBacklinks returns a boolean if a field has been set.
func (o *DatabaseFileStatus) GetThreatFeed() ThreatFeedStatus
GetThreatFeed returns the ThreatFeed field if non-nil, zero value otherwise.
func (o *DatabaseFileStatus) GetThreatFeedOk() (*ThreatFeedStatus, bool)
GetThreatFeedOk returns a tuple with the ThreatFeed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseFileStatus) SetThreatFeed(v ThreatFeedStatus)
SetThreatFeed sets ThreatFeed field to given value.
func (o *DatabaseFileStatus) HasThreatFeed() bool
HasThreatFeed returns a boolean if a field has been set.
func (o *DatabaseFileStatus) GetDatabaseUpdates() DatabaseUpdates
GetDatabaseUpdates returns the DatabaseUpdates field if non-nil, zero value otherwise.
func (o *DatabaseFileStatus) GetDatabaseUpdatesOk() (*DatabaseUpdates, bool)
GetDatabaseUpdatesOk returns a tuple with the DatabaseUpdates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatabaseFileStatus) SetDatabaseUpdates(v DatabaseUpdates)
SetDatabaseUpdates sets DatabaseUpdates field to given value.
func (o *DatabaseFileStatus) HasDatabaseUpdates() bool
HasDatabaseUpdates returns a boolean if a field has been set.