Skip to content

Latest commit

 

History

History
345 lines (182 loc) · 10.9 KB

File metadata and controls

345 lines (182 loc) · 10.9 KB

ApplicationCacheResults

Properties

Name Type Description Notes
Id int64
Name string
BrowserCacheSettings string
BrowserCacheSettingsMaximumTtl int64
CdnCacheSettings string
CdnCacheSettingsMaximumTtl int64
CacheByQueryString string
QueryStringFields []string
EnableQueryStringSort bool
CacheByCookies string
CookieNames []string
AdaptiveDeliveryAction string
DeviceGroup []string
EnableCachingForPost bool
L2CachingEnabled bool

Methods

NewApplicationCacheResults

func NewApplicationCacheResults(id int64, name string, browserCacheSettings string, browserCacheSettingsMaximumTtl int64, cdnCacheSettings string, cdnCacheSettingsMaximumTtl int64, cacheByQueryString string, queryStringFields []string, enableQueryStringSort bool, cacheByCookies string, cookieNames []string, adaptiveDeliveryAction string, deviceGroup []string, enableCachingForPost bool, l2CachingEnabled bool, ) *ApplicationCacheResults

NewApplicationCacheResults instantiates a new ApplicationCacheResults 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

NewApplicationCacheResultsWithDefaults

func NewApplicationCacheResultsWithDefaults() *ApplicationCacheResults

NewApplicationCacheResultsWithDefaults instantiates a new ApplicationCacheResults 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

GetId

func (o *ApplicationCacheResults) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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

SetId

func (o *ApplicationCacheResults) SetId(v int64)

SetId sets Id field to given value.

GetName

func (o *ApplicationCacheResults) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ApplicationCacheResults) GetNameOk() (*string, bool)

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

SetName

func (o *ApplicationCacheResults) SetName(v string)

SetName sets Name field to given value.

GetBrowserCacheSettings

func (o *ApplicationCacheResults) GetBrowserCacheSettings() string

GetBrowserCacheSettings returns the BrowserCacheSettings field if non-nil, zero value otherwise.

GetBrowserCacheSettingsOk

func (o *ApplicationCacheResults) GetBrowserCacheSettingsOk() (*string, bool)

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

SetBrowserCacheSettings

func (o *ApplicationCacheResults) SetBrowserCacheSettings(v string)

SetBrowserCacheSettings sets BrowserCacheSettings field to given value.

GetBrowserCacheSettingsMaximumTtl

func (o *ApplicationCacheResults) GetBrowserCacheSettingsMaximumTtl() int64

GetBrowserCacheSettingsMaximumTtl returns the BrowserCacheSettingsMaximumTtl field if non-nil, zero value otherwise.

GetBrowserCacheSettingsMaximumTtlOk

func (o *ApplicationCacheResults) GetBrowserCacheSettingsMaximumTtlOk() (*int64, bool)

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

SetBrowserCacheSettingsMaximumTtl

func (o *ApplicationCacheResults) SetBrowserCacheSettingsMaximumTtl(v int64)

SetBrowserCacheSettingsMaximumTtl sets BrowserCacheSettingsMaximumTtl field to given value.

GetCdnCacheSettings

func (o *ApplicationCacheResults) GetCdnCacheSettings() string

GetCdnCacheSettings returns the CdnCacheSettings field if non-nil, zero value otherwise.

GetCdnCacheSettingsOk

func (o *ApplicationCacheResults) GetCdnCacheSettingsOk() (*string, bool)

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

SetCdnCacheSettings

func (o *ApplicationCacheResults) SetCdnCacheSettings(v string)

SetCdnCacheSettings sets CdnCacheSettings field to given value.

GetCdnCacheSettingsMaximumTtl

func (o *ApplicationCacheResults) GetCdnCacheSettingsMaximumTtl() int64

GetCdnCacheSettingsMaximumTtl returns the CdnCacheSettingsMaximumTtl field if non-nil, zero value otherwise.

GetCdnCacheSettingsMaximumTtlOk

func (o *ApplicationCacheResults) GetCdnCacheSettingsMaximumTtlOk() (*int64, bool)

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

SetCdnCacheSettingsMaximumTtl

func (o *ApplicationCacheResults) SetCdnCacheSettingsMaximumTtl(v int64)

SetCdnCacheSettingsMaximumTtl sets CdnCacheSettingsMaximumTtl field to given value.

GetCacheByQueryString

func (o *ApplicationCacheResults) GetCacheByQueryString() string

GetCacheByQueryString returns the CacheByQueryString field if non-nil, zero value otherwise.

GetCacheByQueryStringOk

func (o *ApplicationCacheResults) GetCacheByQueryStringOk() (*string, bool)

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

SetCacheByQueryString

func (o *ApplicationCacheResults) SetCacheByQueryString(v string)

SetCacheByQueryString sets CacheByQueryString field to given value.

GetQueryStringFields

func (o *ApplicationCacheResults) GetQueryStringFields() []string

GetQueryStringFields returns the QueryStringFields field if non-nil, zero value otherwise.

GetQueryStringFieldsOk

func (o *ApplicationCacheResults) GetQueryStringFieldsOk() (*[]string, bool)

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

SetQueryStringFields

func (o *ApplicationCacheResults) SetQueryStringFields(v []string)

SetQueryStringFields sets QueryStringFields field to given value.

GetEnableQueryStringSort

func (o *ApplicationCacheResults) GetEnableQueryStringSort() bool

GetEnableQueryStringSort returns the EnableQueryStringSort field if non-nil, zero value otherwise.

GetEnableQueryStringSortOk

func (o *ApplicationCacheResults) GetEnableQueryStringSortOk() (*bool, bool)

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

SetEnableQueryStringSort

func (o *ApplicationCacheResults) SetEnableQueryStringSort(v bool)

SetEnableQueryStringSort sets EnableQueryStringSort field to given value.

GetCacheByCookies

func (o *ApplicationCacheResults) GetCacheByCookies() string

GetCacheByCookies returns the CacheByCookies field if non-nil, zero value otherwise.

GetCacheByCookiesOk

func (o *ApplicationCacheResults) GetCacheByCookiesOk() (*string, bool)

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

SetCacheByCookies

func (o *ApplicationCacheResults) SetCacheByCookies(v string)

SetCacheByCookies sets CacheByCookies field to given value.

GetCookieNames

func (o *ApplicationCacheResults) GetCookieNames() []string

GetCookieNames returns the CookieNames field if non-nil, zero value otherwise.

GetCookieNamesOk

func (o *ApplicationCacheResults) GetCookieNamesOk() (*[]string, bool)

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

SetCookieNames

func (o *ApplicationCacheResults) SetCookieNames(v []string)

SetCookieNames sets CookieNames field to given value.

GetAdaptiveDeliveryAction

func (o *ApplicationCacheResults) GetAdaptiveDeliveryAction() string

GetAdaptiveDeliveryAction returns the AdaptiveDeliveryAction field if non-nil, zero value otherwise.

GetAdaptiveDeliveryActionOk

func (o *ApplicationCacheResults) GetAdaptiveDeliveryActionOk() (*string, bool)

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

SetAdaptiveDeliveryAction

func (o *ApplicationCacheResults) SetAdaptiveDeliveryAction(v string)

SetAdaptiveDeliveryAction sets AdaptiveDeliveryAction field to given value.

GetDeviceGroup

func (o *ApplicationCacheResults) GetDeviceGroup() []string

GetDeviceGroup returns the DeviceGroup field if non-nil, zero value otherwise.

GetDeviceGroupOk

func (o *ApplicationCacheResults) GetDeviceGroupOk() (*[]string, bool)

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

SetDeviceGroup

func (o *ApplicationCacheResults) SetDeviceGroup(v []string)

SetDeviceGroup sets DeviceGroup field to given value.

GetEnableCachingForPost

func (o *ApplicationCacheResults) GetEnableCachingForPost() bool

GetEnableCachingForPost returns the EnableCachingForPost field if non-nil, zero value otherwise.

GetEnableCachingForPostOk

func (o *ApplicationCacheResults) GetEnableCachingForPostOk() (*bool, bool)

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

SetEnableCachingForPost

func (o *ApplicationCacheResults) SetEnableCachingForPost(v bool)

SetEnableCachingForPost sets EnableCachingForPost field to given value.

GetL2CachingEnabled

func (o *ApplicationCacheResults) GetL2CachingEnabled() bool

GetL2CachingEnabled returns the L2CachingEnabled field if non-nil, zero value otherwise.

GetL2CachingEnabledOk

func (o *ApplicationCacheResults) GetL2CachingEnabledOk() (*bool, bool)

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

SetL2CachingEnabled

func (o *ApplicationCacheResults) SetL2CachingEnabled(v bool)

SetL2CachingEnabled sets L2CachingEnabled field to given value.

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