Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
EnableUsenet | Pointer to bool | [optional] | |
EnableTorrent | Pointer to bool | [optional] | |
PreferredProtocol | Pointer to DownloadProtocol | [optional] | |
UsenetDelay | Pointer to int32 | [optional] | |
TorrentDelay | Pointer to int32 | [optional] | |
BypassIfHighestQuality | Pointer to bool | [optional] | |
BypassIfAboveCustomFormatScore | Pointer to bool | [optional] | |
MinimumCustomFormatScore | Pointer to int32 | [optional] | |
Order | Pointer to int32 | [optional] | |
Tags | Pointer to []int32 | [optional] |
func NewDelayProfileResource() *DelayProfileResource
NewDelayProfileResource instantiates a new DelayProfileResource 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 NewDelayProfileResourceWithDefaults() *DelayProfileResource
NewDelayProfileResourceWithDefaults instantiates a new DelayProfileResource 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 *DelayProfileResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetId(v int32)
SetId sets Id field to given value.
func (o *DelayProfileResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DelayProfileResource) GetEnableUsenet() bool
GetEnableUsenet returns the EnableUsenet field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetEnableUsenetOk() (*bool, bool)
GetEnableUsenetOk returns a tuple with the EnableUsenet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetEnableUsenet(v bool)
SetEnableUsenet sets EnableUsenet field to given value.
func (o *DelayProfileResource) HasEnableUsenet() bool
HasEnableUsenet returns a boolean if a field has been set.
func (o *DelayProfileResource) GetEnableTorrent() bool
GetEnableTorrent returns the EnableTorrent field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetEnableTorrentOk() (*bool, bool)
GetEnableTorrentOk returns a tuple with the EnableTorrent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetEnableTorrent(v bool)
SetEnableTorrent sets EnableTorrent field to given value.
func (o *DelayProfileResource) HasEnableTorrent() bool
HasEnableTorrent returns a boolean if a field has been set.
func (o *DelayProfileResource) GetPreferredProtocol() DownloadProtocol
GetPreferredProtocol returns the PreferredProtocol field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetPreferredProtocolOk() (*DownloadProtocol, bool)
GetPreferredProtocolOk returns a tuple with the PreferredProtocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetPreferredProtocol(v DownloadProtocol)
SetPreferredProtocol sets PreferredProtocol field to given value.
func (o *DelayProfileResource) HasPreferredProtocol() bool
HasPreferredProtocol returns a boolean if a field has been set.
func (o *DelayProfileResource) GetUsenetDelay() int32
GetUsenetDelay returns the UsenetDelay field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetUsenetDelayOk() (*int32, bool)
GetUsenetDelayOk returns a tuple with the UsenetDelay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetUsenetDelay(v int32)
SetUsenetDelay sets UsenetDelay field to given value.
func (o *DelayProfileResource) HasUsenetDelay() bool
HasUsenetDelay returns a boolean if a field has been set.
func (o *DelayProfileResource) GetTorrentDelay() int32
GetTorrentDelay returns the TorrentDelay field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetTorrentDelayOk() (*int32, bool)
GetTorrentDelayOk returns a tuple with the TorrentDelay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetTorrentDelay(v int32)
SetTorrentDelay sets TorrentDelay field to given value.
func (o *DelayProfileResource) HasTorrentDelay() bool
HasTorrentDelay returns a boolean if a field has been set.
func (o *DelayProfileResource) GetBypassIfHighestQuality() bool
GetBypassIfHighestQuality returns the BypassIfHighestQuality field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetBypassIfHighestQualityOk() (*bool, bool)
GetBypassIfHighestQualityOk returns a tuple with the BypassIfHighestQuality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetBypassIfHighestQuality(v bool)
SetBypassIfHighestQuality sets BypassIfHighestQuality field to given value.
func (o *DelayProfileResource) HasBypassIfHighestQuality() bool
HasBypassIfHighestQuality returns a boolean if a field has been set.
func (o *DelayProfileResource) GetBypassIfAboveCustomFormatScore() bool
GetBypassIfAboveCustomFormatScore returns the BypassIfAboveCustomFormatScore field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetBypassIfAboveCustomFormatScoreOk() (*bool, bool)
GetBypassIfAboveCustomFormatScoreOk returns a tuple with the BypassIfAboveCustomFormatScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetBypassIfAboveCustomFormatScore(v bool)
SetBypassIfAboveCustomFormatScore sets BypassIfAboveCustomFormatScore field to given value.
func (o *DelayProfileResource) HasBypassIfAboveCustomFormatScore() bool
HasBypassIfAboveCustomFormatScore returns a boolean if a field has been set.
func (o *DelayProfileResource) GetMinimumCustomFormatScore() int32
GetMinimumCustomFormatScore returns the MinimumCustomFormatScore field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetMinimumCustomFormatScoreOk() (*int32, bool)
GetMinimumCustomFormatScoreOk returns a tuple with the MinimumCustomFormatScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetMinimumCustomFormatScore(v int32)
SetMinimumCustomFormatScore sets MinimumCustomFormatScore field to given value.
func (o *DelayProfileResource) HasMinimumCustomFormatScore() bool
HasMinimumCustomFormatScore returns a boolean if a field has been set.
func (o *DelayProfileResource) GetOrder() int32
GetOrder returns the Order field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetOrderOk() (*int32, bool)
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetOrder(v int32)
SetOrder sets Order field to given value.
func (o *DelayProfileResource) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *DelayProfileResource) GetTags() []int32
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *DelayProfileResource) GetTagsOk() (*[]int32, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DelayProfileResource) SetTags(v []int32)
SetTags sets Tags field to given value.
func (o *DelayProfileResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *DelayProfileResource) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *DelayProfileResource) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil