Name | Type | Description | Notes |
---|---|---|---|
Posts | Pointer to int64 | [optional] | |
Views | Pointer to int64 | [optional] |
func NewForumTopicModelV1Stats() *ForumTopicModelV1Stats
NewForumTopicModelV1Stats instantiates a new ForumTopicModelV1Stats 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 NewForumTopicModelV1StatsWithDefaults() *ForumTopicModelV1Stats
NewForumTopicModelV1StatsWithDefaults instantiates a new ForumTopicModelV1Stats 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 *ForumTopicModelV1Stats) GetPosts() int64
GetPosts returns the Posts field if non-nil, zero value otherwise.
func (o *ForumTopicModelV1Stats) GetPostsOk() (*int64, bool)
GetPostsOk returns a tuple with the Posts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ForumTopicModelV1Stats) SetPosts(v int64)
SetPosts sets Posts field to given value.
func (o *ForumTopicModelV1Stats) HasPosts() bool
HasPosts returns a boolean if a field has been set.
func (o *ForumTopicModelV1Stats) GetViews() int64
GetViews returns the Views field if non-nil, zero value otherwise.
func (o *ForumTopicModelV1Stats) GetViewsOk() (*int64, bool)
GetViewsOk returns a tuple with the Views field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ForumTopicModelV1Stats) SetViews(v int64)
SetViews sets Views field to given value.
func (o *ForumTopicModelV1Stats) HasViews() bool
HasViews returns a boolean if a field has been set.