Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 7.94 KB

File metadata and controls

290 lines (157 loc) · 7.94 KB

XPublicMetrics

Properties

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]

Methods

NewXPublicMetrics

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

NewXPublicMetricsWithDefaults

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

GetFollowersCount

func (o *XPublicMetrics) GetFollowersCount() float32

GetFollowersCount returns the FollowersCount field if non-nil, zero value otherwise.

GetFollowersCountOk

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.

SetFollowersCount

func (o *XPublicMetrics) SetFollowersCount(v float32)

SetFollowersCount sets FollowersCount field to given value.

HasFollowersCount

func (o *XPublicMetrics) HasFollowersCount() bool

HasFollowersCount returns a boolean if a field has been set.

GetFollowingCount

func (o *XPublicMetrics) GetFollowingCount() float32

GetFollowingCount returns the FollowingCount field if non-nil, zero value otherwise.

GetFollowingCountOk

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.

SetFollowingCount

func (o *XPublicMetrics) SetFollowingCount(v float32)

SetFollowingCount sets FollowingCount field to given value.

HasFollowingCount

func (o *XPublicMetrics) HasFollowingCount() bool

HasFollowingCount returns a boolean if a field has been set.

GetTweetCount

func (o *XPublicMetrics) GetTweetCount() float32

GetTweetCount returns the TweetCount field if non-nil, zero value otherwise.

GetTweetCountOk

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.

SetTweetCount

func (o *XPublicMetrics) SetTweetCount(v float32)

SetTweetCount sets TweetCount field to given value.

HasTweetCount

func (o *XPublicMetrics) HasTweetCount() bool

HasTweetCount returns a boolean if a field has been set.

GetListedCount

func (o *XPublicMetrics) GetListedCount() float32

GetListedCount returns the ListedCount field if non-nil, zero value otherwise.

GetListedCountOk

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.

SetListedCount

func (o *XPublicMetrics) SetListedCount(v float32)

SetListedCount sets ListedCount field to given value.

HasListedCount

func (o *XPublicMetrics) HasListedCount() bool

HasListedCount returns a boolean if a field has been set.

GetLikeCount

func (o *XPublicMetrics) GetLikeCount() float32

GetLikeCount returns the LikeCount field if non-nil, zero value otherwise.

GetLikeCountOk

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.

SetLikeCount

func (o *XPublicMetrics) SetLikeCount(v float32)

SetLikeCount sets LikeCount field to given value.

HasLikeCount

func (o *XPublicMetrics) HasLikeCount() bool

HasLikeCount returns a boolean if a field has been set.

GetRetweetCount

func (o *XPublicMetrics) GetRetweetCount() float32

GetRetweetCount returns the RetweetCount field if non-nil, zero value otherwise.

GetRetweetCountOk

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.

SetRetweetCount

func (o *XPublicMetrics) SetRetweetCount(v float32)

SetRetweetCount sets RetweetCount field to given value.

HasRetweetCount

func (o *XPublicMetrics) HasRetweetCount() bool

HasRetweetCount returns a boolean if a field has been set.

GetReplyCount

func (o *XPublicMetrics) GetReplyCount() float32

GetReplyCount returns the ReplyCount field if non-nil, zero value otherwise.

GetReplyCountOk

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.

SetReplyCount

func (o *XPublicMetrics) SetReplyCount(v float32)

SetReplyCount sets ReplyCount field to given value.

HasReplyCount

func (o *XPublicMetrics) HasReplyCount() bool

HasReplyCount returns a boolean if a field has been set.

GetQuoteCount

func (o *XPublicMetrics) GetQuoteCount() float32

GetQuoteCount returns the QuoteCount field if non-nil, zero value otherwise.

GetQuoteCountOk

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.

SetQuoteCount

func (o *XPublicMetrics) SetQuoteCount(v float32)

SetQuoteCount sets QuoteCount field to given value.

HasQuoteCount

func (o *XPublicMetrics) HasQuoteCount() bool

HasQuoteCount returns a boolean if a field has been set.

GetBookmarkCount

func (o *XPublicMetrics) GetBookmarkCount() float32

GetBookmarkCount returns the BookmarkCount field if non-nil, zero value otherwise.

GetBookmarkCountOk

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.

SetBookmarkCount

func (o *XPublicMetrics) SetBookmarkCount(v float32)

SetBookmarkCount sets BookmarkCount field to given value.

HasBookmarkCount

func (o *XPublicMetrics) HasBookmarkCount() bool

HasBookmarkCount returns a boolean if a field has been set.

GetImpressionCount

func (o *XPublicMetrics) GetImpressionCount() float32

GetImpressionCount returns the ImpressionCount field if non-nil, zero value otherwise.

GetImpressionCountOk

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.

SetImpressionCount

func (o *XPublicMetrics) SetImpressionCount(v float32)

SetImpressionCount sets ImpressionCount field to given value.

HasImpressionCount

func (o *XPublicMetrics) HasImpressionCount() bool

HasImpressionCount returns a boolean if a field has been set.

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