Skip to content

Latest commit

 

History

History
674 lines (365 loc) · 18.8 KB

File metadata and controls

674 lines (365 loc) · 18.8 KB

PackageStatus

Properties

Name Type Description Notes
IsCancellable Pointer to bool [optional] [readonly]
IsCopyable Pointer to bool [optional] [readonly]
IsDeleteable Pointer to bool [optional] [readonly]
IsDownloadable Pointer to bool [optional] [readonly]
IsMoveable Pointer to bool [optional] [readonly]
IsQuarantinable Pointer to bool [optional] [readonly]
IsQuarantined Pointer to bool [optional] [readonly]
IsResyncable Pointer to bool [optional] [readonly]
IsSecurityScannable Pointer to bool [optional] [readonly]
IsSyncAwaiting Pointer to bool [optional] [readonly]
IsSyncCompleted Pointer to bool [optional] [readonly]
IsSyncFailed Pointer to bool [optional] [readonly]
IsSyncInFlight Pointer to bool [optional] [readonly]
IsSyncInProgress Pointer to bool [optional] [readonly]
SelfUrl Pointer to string [optional] [readonly]
Stage Pointer to int64 The synchronisation (in progress) stage of the package. [optional] [readonly]
StageStr Pointer to string [optional] [readonly]
StageUpdatedAt Pointer to time.Time The datetime the package stage was updated at. [optional] [readonly]
Status Pointer to int64 The synchronisation status of the package. [optional] [readonly]
StatusReason Pointer to NullableString A textual description for the synchronous status reason (if any [optional] [readonly]
StatusStr Pointer to string [optional] [readonly]
StatusUpdatedAt Pointer to time.Time The datetime the package status was updated at. [optional] [readonly]
SyncFinishedAt Pointer to NullableTime The datetime the package sync was finished at. [optional] [readonly]
SyncProgress Pointer to int64 Synchronisation progress (from 0-100) [optional] [readonly]

Methods

NewPackageStatus

func NewPackageStatus() *PackageStatus

NewPackageStatus instantiates a new PackageStatus 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

NewPackageStatusWithDefaults

func NewPackageStatusWithDefaults() *PackageStatus

NewPackageStatusWithDefaults instantiates a new PackageStatus 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

GetIsCancellable

func (o *PackageStatus) GetIsCancellable() bool

GetIsCancellable returns the IsCancellable field if non-nil, zero value otherwise.

GetIsCancellableOk

func (o *PackageStatus) GetIsCancellableOk() (*bool, bool)

GetIsCancellableOk returns a tuple with the IsCancellable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsCancellable

func (o *PackageStatus) SetIsCancellable(v bool)

SetIsCancellable sets IsCancellable field to given value.

HasIsCancellable

func (o *PackageStatus) HasIsCancellable() bool

HasIsCancellable returns a boolean if a field has been set.

GetIsCopyable

func (o *PackageStatus) GetIsCopyable() bool

GetIsCopyable returns the IsCopyable field if non-nil, zero value otherwise.

GetIsCopyableOk

func (o *PackageStatus) GetIsCopyableOk() (*bool, bool)

GetIsCopyableOk returns a tuple with the IsCopyable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsCopyable

func (o *PackageStatus) SetIsCopyable(v bool)

SetIsCopyable sets IsCopyable field to given value.

HasIsCopyable

func (o *PackageStatus) HasIsCopyable() bool

HasIsCopyable returns a boolean if a field has been set.

GetIsDeleteable

func (o *PackageStatus) GetIsDeleteable() bool

GetIsDeleteable returns the IsDeleteable field if non-nil, zero value otherwise.

GetIsDeleteableOk

func (o *PackageStatus) GetIsDeleteableOk() (*bool, bool)

GetIsDeleteableOk returns a tuple with the IsDeleteable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsDeleteable

func (o *PackageStatus) SetIsDeleteable(v bool)

SetIsDeleteable sets IsDeleteable field to given value.

HasIsDeleteable

func (o *PackageStatus) HasIsDeleteable() bool

HasIsDeleteable returns a boolean if a field has been set.

GetIsDownloadable

func (o *PackageStatus) GetIsDownloadable() bool

GetIsDownloadable returns the IsDownloadable field if non-nil, zero value otherwise.

GetIsDownloadableOk

func (o *PackageStatus) GetIsDownloadableOk() (*bool, bool)

GetIsDownloadableOk returns a tuple with the IsDownloadable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsDownloadable

func (o *PackageStatus) SetIsDownloadable(v bool)

SetIsDownloadable sets IsDownloadable field to given value.

HasIsDownloadable

func (o *PackageStatus) HasIsDownloadable() bool

HasIsDownloadable returns a boolean if a field has been set.

GetIsMoveable

func (o *PackageStatus) GetIsMoveable() bool

GetIsMoveable returns the IsMoveable field if non-nil, zero value otherwise.

GetIsMoveableOk

func (o *PackageStatus) GetIsMoveableOk() (*bool, bool)

GetIsMoveableOk returns a tuple with the IsMoveable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsMoveable

func (o *PackageStatus) SetIsMoveable(v bool)

SetIsMoveable sets IsMoveable field to given value.

HasIsMoveable

func (o *PackageStatus) HasIsMoveable() bool

HasIsMoveable returns a boolean if a field has been set.

GetIsQuarantinable

func (o *PackageStatus) GetIsQuarantinable() bool

GetIsQuarantinable returns the IsQuarantinable field if non-nil, zero value otherwise.

GetIsQuarantinableOk

func (o *PackageStatus) GetIsQuarantinableOk() (*bool, bool)

GetIsQuarantinableOk returns a tuple with the IsQuarantinable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsQuarantinable

func (o *PackageStatus) SetIsQuarantinable(v bool)

SetIsQuarantinable sets IsQuarantinable field to given value.

HasIsQuarantinable

func (o *PackageStatus) HasIsQuarantinable() bool

HasIsQuarantinable returns a boolean if a field has been set.

GetIsQuarantined

func (o *PackageStatus) GetIsQuarantined() bool

GetIsQuarantined returns the IsQuarantined field if non-nil, zero value otherwise.

GetIsQuarantinedOk

func (o *PackageStatus) GetIsQuarantinedOk() (*bool, bool)

GetIsQuarantinedOk returns a tuple with the IsQuarantined field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsQuarantined

func (o *PackageStatus) SetIsQuarantined(v bool)

SetIsQuarantined sets IsQuarantined field to given value.

HasIsQuarantined

func (o *PackageStatus) HasIsQuarantined() bool

HasIsQuarantined returns a boolean if a field has been set.

GetIsResyncable

func (o *PackageStatus) GetIsResyncable() bool

GetIsResyncable returns the IsResyncable field if non-nil, zero value otherwise.

GetIsResyncableOk

func (o *PackageStatus) GetIsResyncableOk() (*bool, bool)

GetIsResyncableOk returns a tuple with the IsResyncable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsResyncable

func (o *PackageStatus) SetIsResyncable(v bool)

SetIsResyncable sets IsResyncable field to given value.

HasIsResyncable

func (o *PackageStatus) HasIsResyncable() bool

HasIsResyncable returns a boolean if a field has been set.

GetIsSecurityScannable

func (o *PackageStatus) GetIsSecurityScannable() bool

GetIsSecurityScannable returns the IsSecurityScannable field if non-nil, zero value otherwise.

GetIsSecurityScannableOk

func (o *PackageStatus) GetIsSecurityScannableOk() (*bool, bool)

GetIsSecurityScannableOk returns a tuple with the IsSecurityScannable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsSecurityScannable

func (o *PackageStatus) SetIsSecurityScannable(v bool)

SetIsSecurityScannable sets IsSecurityScannable field to given value.

HasIsSecurityScannable

func (o *PackageStatus) HasIsSecurityScannable() bool

HasIsSecurityScannable returns a boolean if a field has been set.

GetIsSyncAwaiting

func (o *PackageStatus) GetIsSyncAwaiting() bool

GetIsSyncAwaiting returns the IsSyncAwaiting field if non-nil, zero value otherwise.

GetIsSyncAwaitingOk

func (o *PackageStatus) GetIsSyncAwaitingOk() (*bool, bool)

GetIsSyncAwaitingOk returns a tuple with the IsSyncAwaiting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsSyncAwaiting

func (o *PackageStatus) SetIsSyncAwaiting(v bool)

SetIsSyncAwaiting sets IsSyncAwaiting field to given value.

HasIsSyncAwaiting

func (o *PackageStatus) HasIsSyncAwaiting() bool

HasIsSyncAwaiting returns a boolean if a field has been set.

GetIsSyncCompleted

func (o *PackageStatus) GetIsSyncCompleted() bool

GetIsSyncCompleted returns the IsSyncCompleted field if non-nil, zero value otherwise.

GetIsSyncCompletedOk

func (o *PackageStatus) GetIsSyncCompletedOk() (*bool, bool)

GetIsSyncCompletedOk returns a tuple with the IsSyncCompleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsSyncCompleted

func (o *PackageStatus) SetIsSyncCompleted(v bool)

SetIsSyncCompleted sets IsSyncCompleted field to given value.

HasIsSyncCompleted

func (o *PackageStatus) HasIsSyncCompleted() bool

HasIsSyncCompleted returns a boolean if a field has been set.

GetIsSyncFailed

func (o *PackageStatus) GetIsSyncFailed() bool

GetIsSyncFailed returns the IsSyncFailed field if non-nil, zero value otherwise.

GetIsSyncFailedOk

func (o *PackageStatus) GetIsSyncFailedOk() (*bool, bool)

GetIsSyncFailedOk returns a tuple with the IsSyncFailed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsSyncFailed

func (o *PackageStatus) SetIsSyncFailed(v bool)

SetIsSyncFailed sets IsSyncFailed field to given value.

HasIsSyncFailed

func (o *PackageStatus) HasIsSyncFailed() bool

HasIsSyncFailed returns a boolean if a field has been set.

GetIsSyncInFlight

func (o *PackageStatus) GetIsSyncInFlight() bool

GetIsSyncInFlight returns the IsSyncInFlight field if non-nil, zero value otherwise.

GetIsSyncInFlightOk

func (o *PackageStatus) GetIsSyncInFlightOk() (*bool, bool)

GetIsSyncInFlightOk returns a tuple with the IsSyncInFlight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsSyncInFlight

func (o *PackageStatus) SetIsSyncInFlight(v bool)

SetIsSyncInFlight sets IsSyncInFlight field to given value.

HasIsSyncInFlight

func (o *PackageStatus) HasIsSyncInFlight() bool

HasIsSyncInFlight returns a boolean if a field has been set.

GetIsSyncInProgress

func (o *PackageStatus) GetIsSyncInProgress() bool

GetIsSyncInProgress returns the IsSyncInProgress field if non-nil, zero value otherwise.

GetIsSyncInProgressOk

func (o *PackageStatus) GetIsSyncInProgressOk() (*bool, bool)

GetIsSyncInProgressOk returns a tuple with the IsSyncInProgress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsSyncInProgress

func (o *PackageStatus) SetIsSyncInProgress(v bool)

SetIsSyncInProgress sets IsSyncInProgress field to given value.

HasIsSyncInProgress

func (o *PackageStatus) HasIsSyncInProgress() bool

HasIsSyncInProgress returns a boolean if a field has been set.

GetSelfUrl

func (o *PackageStatus) GetSelfUrl() string

GetSelfUrl returns the SelfUrl field if non-nil, zero value otherwise.

GetSelfUrlOk

func (o *PackageStatus) GetSelfUrlOk() (*string, bool)

GetSelfUrlOk returns a tuple with the SelfUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelfUrl

func (o *PackageStatus) SetSelfUrl(v string)

SetSelfUrl sets SelfUrl field to given value.

HasSelfUrl

func (o *PackageStatus) HasSelfUrl() bool

HasSelfUrl returns a boolean if a field has been set.

GetStage

func (o *PackageStatus) GetStage() int64

GetStage returns the Stage field if non-nil, zero value otherwise.

GetStageOk

func (o *PackageStatus) GetStageOk() (*int64, bool)

GetStageOk returns a tuple with the Stage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStage

func (o *PackageStatus) SetStage(v int64)

SetStage sets Stage field to given value.

HasStage

func (o *PackageStatus) HasStage() bool

HasStage returns a boolean if a field has been set.

GetStageStr

func (o *PackageStatus) GetStageStr() string

GetStageStr returns the StageStr field if non-nil, zero value otherwise.

GetStageStrOk

func (o *PackageStatus) GetStageStrOk() (*string, bool)

GetStageStrOk returns a tuple with the StageStr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStageStr

func (o *PackageStatus) SetStageStr(v string)

SetStageStr sets StageStr field to given value.

HasStageStr

func (o *PackageStatus) HasStageStr() bool

HasStageStr returns a boolean if a field has been set.

GetStageUpdatedAt

func (o *PackageStatus) GetStageUpdatedAt() time.Time

GetStageUpdatedAt returns the StageUpdatedAt field if non-nil, zero value otherwise.

GetStageUpdatedAtOk

func (o *PackageStatus) GetStageUpdatedAtOk() (*time.Time, bool)

GetStageUpdatedAtOk returns a tuple with the StageUpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStageUpdatedAt

func (o *PackageStatus) SetStageUpdatedAt(v time.Time)

SetStageUpdatedAt sets StageUpdatedAt field to given value.

HasStageUpdatedAt

func (o *PackageStatus) HasStageUpdatedAt() bool

HasStageUpdatedAt returns a boolean if a field has been set.

GetStatus

func (o *PackageStatus) GetStatus() int64

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *PackageStatus) GetStatusOk() (*int64, 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.

SetStatus

func (o *PackageStatus) SetStatus(v int64)

SetStatus sets Status field to given value.

HasStatus

func (o *PackageStatus) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetStatusReason

func (o *PackageStatus) GetStatusReason() string

GetStatusReason returns the StatusReason field if non-nil, zero value otherwise.

GetStatusReasonOk

func (o *PackageStatus) GetStatusReasonOk() (*string, bool)

GetStatusReasonOk returns a tuple with the StatusReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatusReason

func (o *PackageStatus) SetStatusReason(v string)

SetStatusReason sets StatusReason field to given value.

HasStatusReason

func (o *PackageStatus) HasStatusReason() bool

HasStatusReason returns a boolean if a field has been set.

SetStatusReasonNil

func (o *PackageStatus) SetStatusReasonNil(b bool)

SetStatusReasonNil sets the value for StatusReason to be an explicit nil

UnsetStatusReason

func (o *PackageStatus) UnsetStatusReason()

UnsetStatusReason ensures that no value is present for StatusReason, not even an explicit nil

GetStatusStr

func (o *PackageStatus) GetStatusStr() string

GetStatusStr returns the StatusStr field if non-nil, zero value otherwise.

GetStatusStrOk

func (o *PackageStatus) GetStatusStrOk() (*string, bool)

GetStatusStrOk returns a tuple with the StatusStr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatusStr

func (o *PackageStatus) SetStatusStr(v string)

SetStatusStr sets StatusStr field to given value.

HasStatusStr

func (o *PackageStatus) HasStatusStr() bool

HasStatusStr returns a boolean if a field has been set.

GetStatusUpdatedAt

func (o *PackageStatus) GetStatusUpdatedAt() time.Time

GetStatusUpdatedAt returns the StatusUpdatedAt field if non-nil, zero value otherwise.

GetStatusUpdatedAtOk

func (o *PackageStatus) GetStatusUpdatedAtOk() (*time.Time, bool)

GetStatusUpdatedAtOk returns a tuple with the StatusUpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatusUpdatedAt

func (o *PackageStatus) SetStatusUpdatedAt(v time.Time)

SetStatusUpdatedAt sets StatusUpdatedAt field to given value.

HasStatusUpdatedAt

func (o *PackageStatus) HasStatusUpdatedAt() bool

HasStatusUpdatedAt returns a boolean if a field has been set.

GetSyncFinishedAt

func (o *PackageStatus) GetSyncFinishedAt() time.Time

GetSyncFinishedAt returns the SyncFinishedAt field if non-nil, zero value otherwise.

GetSyncFinishedAtOk

func (o *PackageStatus) GetSyncFinishedAtOk() (*time.Time, bool)

GetSyncFinishedAtOk returns a tuple with the SyncFinishedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSyncFinishedAt

func (o *PackageStatus) SetSyncFinishedAt(v time.Time)

SetSyncFinishedAt sets SyncFinishedAt field to given value.

HasSyncFinishedAt

func (o *PackageStatus) HasSyncFinishedAt() bool

HasSyncFinishedAt returns a boolean if a field has been set.

SetSyncFinishedAtNil

func (o *PackageStatus) SetSyncFinishedAtNil(b bool)

SetSyncFinishedAtNil sets the value for SyncFinishedAt to be an explicit nil

UnsetSyncFinishedAt

func (o *PackageStatus) UnsetSyncFinishedAt()

UnsetSyncFinishedAt ensures that no value is present for SyncFinishedAt, not even an explicit nil

GetSyncProgress

func (o *PackageStatus) GetSyncProgress() int64

GetSyncProgress returns the SyncProgress field if non-nil, zero value otherwise.

GetSyncProgressOk

func (o *PackageStatus) GetSyncProgressOk() (*int64, bool)

GetSyncProgressOk returns a tuple with the SyncProgress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSyncProgress

func (o *PackageStatus) SetSyncProgress(v int64)

SetSyncProgress sets SyncProgress field to given value.

HasSyncProgress

func (o *PackageStatus) HasSyncProgress() bool

HasSyncProgress returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]