Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.99 KB

ListSources200ResponseResultsInnerSummaryStats.md

File metadata and controls

108 lines (59 loc) · 3.99 KB

ListSources200ResponseResultsInnerSummaryStats

Properties

Name Type Description Notes
Var2yrMeanCitedness Pointer to float32 The 2-year mean citedness for this source. Also known as impact factor. We use the year prior to the current year for the citations (the numerator) and the two years prior to that for the citation-receiving publications (the denominator). [optional]
HIndex Pointer to int32 The h-index for this source. [optional]
I10Index Pointer to int32 The i-10 index for this source. [optional]

Methods

NewListSources200ResponseResultsInnerSummaryStats

func NewListSources200ResponseResultsInnerSummaryStats() *ListSources200ResponseResultsInnerSummaryStats

NewListSources200ResponseResultsInnerSummaryStats instantiates a new ListSources200ResponseResultsInnerSummaryStats 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

NewListSources200ResponseResultsInnerSummaryStatsWithDefaults

func NewListSources200ResponseResultsInnerSummaryStatsWithDefaults() *ListSources200ResponseResultsInnerSummaryStats

NewListSources200ResponseResultsInnerSummaryStatsWithDefaults instantiates a new ListSources200ResponseResultsInnerSummaryStats 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

GetVar2yrMeanCitedness

func (o *ListSources200ResponseResultsInnerSummaryStats) GetVar2yrMeanCitedness() float32

GetVar2yrMeanCitedness returns the Var2yrMeanCitedness field if non-nil, zero value otherwise.

GetVar2yrMeanCitednessOk

func (o *ListSources200ResponseResultsInnerSummaryStats) GetVar2yrMeanCitednessOk() (*float32, bool)

GetVar2yrMeanCitednessOk returns a tuple with the Var2yrMeanCitedness field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVar2yrMeanCitedness

func (o *ListSources200ResponseResultsInnerSummaryStats) SetVar2yrMeanCitedness(v float32)

SetVar2yrMeanCitedness sets Var2yrMeanCitedness field to given value.

HasVar2yrMeanCitedness

func (o *ListSources200ResponseResultsInnerSummaryStats) HasVar2yrMeanCitedness() bool

HasVar2yrMeanCitedness returns a boolean if a field has been set.

GetHIndex

func (o *ListSources200ResponseResultsInnerSummaryStats) GetHIndex() int32

GetHIndex returns the HIndex field if non-nil, zero value otherwise.

GetHIndexOk

func (o *ListSources200ResponseResultsInnerSummaryStats) GetHIndexOk() (*int32, bool)

GetHIndexOk returns a tuple with the HIndex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHIndex

func (o *ListSources200ResponseResultsInnerSummaryStats) SetHIndex(v int32)

SetHIndex sets HIndex field to given value.

HasHIndex

func (o *ListSources200ResponseResultsInnerSummaryStats) HasHIndex() bool

HasHIndex returns a boolean if a field has been set.

GetI10Index

func (o *ListSources200ResponseResultsInnerSummaryStats) GetI10Index() int32

GetI10Index returns the I10Index field if non-nil, zero value otherwise.

GetI10IndexOk

func (o *ListSources200ResponseResultsInnerSummaryStats) GetI10IndexOk() (*int32, bool)

GetI10IndexOk returns a tuple with the I10Index field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetI10Index

func (o *ListSources200ResponseResultsInnerSummaryStats) SetI10Index(v int32)

SetI10Index sets I10Index field to given value.

HasI10Index

func (o *ListSources200ResponseResultsInnerSummaryStats) HasI10Index() bool

HasI10Index returns a boolean if a field has been set.

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