| Name | Type | Description | Notes |
|---|---|---|---|
| FollowersCount | Pointer to float32 | [optional] | |
| FollowingCount | Pointer to float32 | [optional] | |
| TweetCount | Pointer to float32 | [optional] | |
| ListedCount | Pointer to float32 | [optional] | |
| LikeCount | Pointer to float32 | [optional] | |
| RetweetCount | Pointer to float32 | [optional] | |
| ReplyCount | Pointer to float32 | [optional] | |
| QuoteCount | Pointer to float32 | [optional] | |
| BookmarkCount | Pointer to float32 | [optional] | |
| ImpressionCount | Pointer to float32 | [optional] |
func NewXPublicMetrics() *XPublicMetrics
NewXPublicMetrics instantiates a new XPublicMetrics 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 NewXPublicMetricsWithDefaults() *XPublicMetrics
NewXPublicMetricsWithDefaults instantiates a new XPublicMetrics 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 *XPublicMetrics) GetFollowersCount() float32
GetFollowersCount returns the FollowersCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetFollowersCountOk() (*float32, bool)
GetFollowersCountOk returns a tuple with the FollowersCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetFollowersCount(v float32)
SetFollowersCount sets FollowersCount field to given value.
func (o *XPublicMetrics) HasFollowersCount() bool
HasFollowersCount returns a boolean if a field has been set.
func (o *XPublicMetrics) GetFollowingCount() float32
GetFollowingCount returns the FollowingCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetFollowingCountOk() (*float32, bool)
GetFollowingCountOk returns a tuple with the FollowingCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetFollowingCount(v float32)
SetFollowingCount sets FollowingCount field to given value.
func (o *XPublicMetrics) HasFollowingCount() bool
HasFollowingCount returns a boolean if a field has been set.
func (o *XPublicMetrics) GetTweetCount() float32
GetTweetCount returns the TweetCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetTweetCountOk() (*float32, bool)
GetTweetCountOk returns a tuple with the TweetCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetTweetCount(v float32)
SetTweetCount sets TweetCount field to given value.
func (o *XPublicMetrics) HasTweetCount() bool
HasTweetCount returns a boolean if a field has been set.
func (o *XPublicMetrics) GetListedCount() float32
GetListedCount returns the ListedCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetListedCountOk() (*float32, bool)
GetListedCountOk returns a tuple with the ListedCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetListedCount(v float32)
SetListedCount sets ListedCount field to given value.
func (o *XPublicMetrics) HasListedCount() bool
HasListedCount returns a boolean if a field has been set.
func (o *XPublicMetrics) GetLikeCount() float32
GetLikeCount returns the LikeCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetLikeCountOk() (*float32, bool)
GetLikeCountOk returns a tuple with the LikeCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetLikeCount(v float32)
SetLikeCount sets LikeCount field to given value.
func (o *XPublicMetrics) HasLikeCount() bool
HasLikeCount returns a boolean if a field has been set.
func (o *XPublicMetrics) GetRetweetCount() float32
GetRetweetCount returns the RetweetCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetRetweetCountOk() (*float32, bool)
GetRetweetCountOk returns a tuple with the RetweetCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetRetweetCount(v float32)
SetRetweetCount sets RetweetCount field to given value.
func (o *XPublicMetrics) HasRetweetCount() bool
HasRetweetCount returns a boolean if a field has been set.
func (o *XPublicMetrics) GetReplyCount() float32
GetReplyCount returns the ReplyCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetReplyCountOk() (*float32, bool)
GetReplyCountOk returns a tuple with the ReplyCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetReplyCount(v float32)
SetReplyCount sets ReplyCount field to given value.
func (o *XPublicMetrics) HasReplyCount() bool
HasReplyCount returns a boolean if a field has been set.
func (o *XPublicMetrics) GetQuoteCount() float32
GetQuoteCount returns the QuoteCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetQuoteCountOk() (*float32, bool)
GetQuoteCountOk returns a tuple with the QuoteCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetQuoteCount(v float32)
SetQuoteCount sets QuoteCount field to given value.
func (o *XPublicMetrics) HasQuoteCount() bool
HasQuoteCount returns a boolean if a field has been set.
func (o *XPublicMetrics) GetBookmarkCount() float32
GetBookmarkCount returns the BookmarkCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetBookmarkCountOk() (*float32, bool)
GetBookmarkCountOk returns a tuple with the BookmarkCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetBookmarkCount(v float32)
SetBookmarkCount sets BookmarkCount field to given value.
func (o *XPublicMetrics) HasBookmarkCount() bool
HasBookmarkCount returns a boolean if a field has been set.
func (o *XPublicMetrics) GetImpressionCount() float32
GetImpressionCount returns the ImpressionCount field if non-nil, zero value otherwise.
func (o *XPublicMetrics) GetImpressionCountOk() (*float32, bool)
GetImpressionCountOk returns a tuple with the ImpressionCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *XPublicMetrics) SetImpressionCount(v float32)
SetImpressionCount sets ImpressionCount field to given value.
func (o *XPublicMetrics) HasImpressionCount() bool
HasImpressionCount returns a boolean if a field has been set.