Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.32 KB

File metadata and controls

82 lines (45 loc) · 2.32 KB

CdnAppLikeStats

Properties

Name Type Description Notes
LikesCount Pointer to int32 [optional]
DislikesCount Pointer to int32 [optional]

Methods

NewCdnAppLikeStats

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

NewCdnAppLikeStatsWithDefaults

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

GetLikesCount

func (o *CdnAppLikeStats) GetLikesCount() int32

GetLikesCount returns the LikesCount field if non-nil, zero value otherwise.

GetLikesCountOk

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.

SetLikesCount

func (o *CdnAppLikeStats) SetLikesCount(v int32)

SetLikesCount sets LikesCount field to given value.

HasLikesCount

func (o *CdnAppLikeStats) HasLikesCount() bool

HasLikesCount returns a boolean if a field has been set.

GetDislikesCount

func (o *CdnAppLikeStats) GetDislikesCount() int32

GetDislikesCount returns the DislikesCount field if non-nil, zero value otherwise.

GetDislikesCountOk

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.

SetDislikesCount

func (o *CdnAppLikeStats) SetDislikesCount(v int32)

SetDislikesCount sets DislikesCount field to given value.

HasDislikesCount

func (o *CdnAppLikeStats) HasDislikesCount() bool

HasDislikesCount returns a boolean if a field has been set.

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