| 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 |
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
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
func (o *ApplicationCacheResults) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetId(v int64)
SetId sets Id field to given value.
func (o *ApplicationCacheResults) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetName(v string)
SetName sets Name field to given value.
func (o *ApplicationCacheResults) GetBrowserCacheSettings() string
GetBrowserCacheSettings returns the BrowserCacheSettings field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetBrowserCacheSettings(v string)
SetBrowserCacheSettings sets BrowserCacheSettings field to given value.
func (o *ApplicationCacheResults) GetBrowserCacheSettingsMaximumTtl() int64
GetBrowserCacheSettingsMaximumTtl returns the BrowserCacheSettingsMaximumTtl field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetBrowserCacheSettingsMaximumTtl(v int64)
SetBrowserCacheSettingsMaximumTtl sets BrowserCacheSettingsMaximumTtl field to given value.
func (o *ApplicationCacheResults) GetCdnCacheSettings() string
GetCdnCacheSettings returns the CdnCacheSettings field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetCdnCacheSettings(v string)
SetCdnCacheSettings sets CdnCacheSettings field to given value.
func (o *ApplicationCacheResults) GetCdnCacheSettingsMaximumTtl() int64
GetCdnCacheSettingsMaximumTtl returns the CdnCacheSettingsMaximumTtl field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetCdnCacheSettingsMaximumTtl(v int64)
SetCdnCacheSettingsMaximumTtl sets CdnCacheSettingsMaximumTtl field to given value.
func (o *ApplicationCacheResults) GetCacheByQueryString() string
GetCacheByQueryString returns the CacheByQueryString field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetCacheByQueryString(v string)
SetCacheByQueryString sets CacheByQueryString field to given value.
func (o *ApplicationCacheResults) GetQueryStringFields() []string
GetQueryStringFields returns the QueryStringFields field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetQueryStringFields(v []string)
SetQueryStringFields sets QueryStringFields field to given value.
func (o *ApplicationCacheResults) GetEnableQueryStringSort() bool
GetEnableQueryStringSort returns the EnableQueryStringSort field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetEnableQueryStringSort(v bool)
SetEnableQueryStringSort sets EnableQueryStringSort field to given value.
func (o *ApplicationCacheResults) GetCacheByCookies() string
GetCacheByCookies returns the CacheByCookies field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetCacheByCookies(v string)
SetCacheByCookies sets CacheByCookies field to given value.
func (o *ApplicationCacheResults) GetCookieNames() []string
GetCookieNames returns the CookieNames field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetCookieNames(v []string)
SetCookieNames sets CookieNames field to given value.
func (o *ApplicationCacheResults) GetAdaptiveDeliveryAction() string
GetAdaptiveDeliveryAction returns the AdaptiveDeliveryAction field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetAdaptiveDeliveryAction(v string)
SetAdaptiveDeliveryAction sets AdaptiveDeliveryAction field to given value.
func (o *ApplicationCacheResults) GetDeviceGroup() []string
GetDeviceGroup returns the DeviceGroup field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetDeviceGroup(v []string)
SetDeviceGroup sets DeviceGroup field to given value.
func (o *ApplicationCacheResults) GetEnableCachingForPost() bool
GetEnableCachingForPost returns the EnableCachingForPost field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetEnableCachingForPost(v bool)
SetEnableCachingForPost sets EnableCachingForPost field to given value.
func (o *ApplicationCacheResults) GetL2CachingEnabled() bool
GetL2CachingEnabled returns the L2CachingEnabled field if non-nil, zero value otherwise.
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.
func (o *ApplicationCacheResults) SetL2CachingEnabled(v bool)
SetL2CachingEnabled sets L2CachingEnabled field to given value.