| Name | Type | Description | Notes |
|---|---|---|---|
| LikesCount | Pointer to int32 | [optional] | |
| DislikesCount | Pointer to int32 | [optional] |
func NewCdnAppLikeStats() *CdnAppLikeStats
NewCdnAppLikeStats instantiates a new CdnAppLikeStats 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 NewCdnAppLikeStatsWithDefaults() *CdnAppLikeStats
NewCdnAppLikeStatsWithDefaults instantiates a new CdnAppLikeStats 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 *CdnAppLikeStats) GetLikesCount() int32
GetLikesCount returns the LikesCount field if non-nil, zero value otherwise.
func (o *CdnAppLikeStats) GetLikesCountOk() (*int32, bool)
GetLikesCountOk returns a tuple with the LikesCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnAppLikeStats) SetLikesCount(v int32)
SetLikesCount sets LikesCount field to given value.
func (o *CdnAppLikeStats) HasLikesCount() bool
HasLikesCount returns a boolean if a field has been set.
func (o *CdnAppLikeStats) GetDislikesCount() int32
GetDislikesCount returns the DislikesCount field if non-nil, zero value otherwise.
func (o *CdnAppLikeStats) GetDislikesCountOk() (*int32, bool)
GetDislikesCountOk returns a tuple with the DislikesCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CdnAppLikeStats) SetDislikesCount(v int32)
SetDislikesCount sets DislikesCount field to given value.
func (o *CdnAppLikeStats) HasDislikesCount() bool
HasDislikesCount returns a boolean if a field has been set.