Name | Type | Description | Notes |
---|---|---|---|
Count | int64 | スタンプ使用総数(同じユーザによって同じメッセージに貼られたものは複数カウントしない) | |
TotalCount | int64 | スタンプ使用総数(全てカウント) |
func NewStampStats(count int64, totalCount int64, ) *StampStats
NewStampStats instantiates a new StampStats 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 NewStampStatsWithDefaults() *StampStats
NewStampStatsWithDefaults instantiates a new StampStats 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 *StampStats) GetCount() int64
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *StampStats) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StampStats) SetCount(v int64)
SetCount sets Count field to given value.
func (o *StampStats) GetTotalCount() int64
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *StampStats) GetTotalCountOk() (*int64, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StampStats) SetTotalCount(v int64)
SetTotalCount sets TotalCount field to given value.