Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.3 KB

ProfileStatistic.md

File metadata and controls

160 lines (87 loc) · 4.3 KB

ProfileStatistic

Properties

Name Type Description Notes
Profile Pointer to Profile [optional]
Office Pointer to Office [optional]
Country Pointer to Country [optional]
Seniority Pointer to Seniority [optional]
CountOfPersons Pointer to int32 [optional]

Methods

NewProfileStatistic

func NewProfileStatistic() *ProfileStatistic

NewProfileStatistic instantiates a new ProfileStatistic 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

NewProfileStatisticWithDefaults

func NewProfileStatisticWithDefaults() *ProfileStatistic

NewProfileStatisticWithDefaults instantiates a new ProfileStatistic 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

GetProfile

func (o *ProfileStatistic) GetProfile() Profile

GetProfile returns the Profile field if non-nil, zero value otherwise.

GetProfileOk

func (o *ProfileStatistic) GetProfileOk() (*Profile, bool)

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

SetProfile

func (o *ProfileStatistic) SetProfile(v Profile)

SetProfile sets Profile field to given value.

HasProfile

func (o *ProfileStatistic) HasProfile() bool

HasProfile returns a boolean if a field has been set.

GetOffice

func (o *ProfileStatistic) GetOffice() Office

GetOffice returns the Office field if non-nil, zero value otherwise.

GetOfficeOk

func (o *ProfileStatistic) GetOfficeOk() (*Office, bool)

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

SetOffice

func (o *ProfileStatistic) SetOffice(v Office)

SetOffice sets Office field to given value.

HasOffice

func (o *ProfileStatistic) HasOffice() bool

HasOffice returns a boolean if a field has been set.

GetCountry

func (o *ProfileStatistic) GetCountry() Country

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

func (o *ProfileStatistic) GetCountryOk() (*Country, bool)

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

SetCountry

func (o *ProfileStatistic) SetCountry(v Country)

SetCountry sets Country field to given value.

HasCountry

func (o *ProfileStatistic) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetSeniority

func (o *ProfileStatistic) GetSeniority() Seniority

GetSeniority returns the Seniority field if non-nil, zero value otherwise.

GetSeniorityOk

func (o *ProfileStatistic) GetSeniorityOk() (*Seniority, bool)

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

SetSeniority

func (o *ProfileStatistic) SetSeniority(v Seniority)

SetSeniority sets Seniority field to given value.

HasSeniority

func (o *ProfileStatistic) HasSeniority() bool

HasSeniority returns a boolean if a field has been set.

GetCountOfPersons

func (o *ProfileStatistic) GetCountOfPersons() int32

GetCountOfPersons returns the CountOfPersons field if non-nil, zero value otherwise.

GetCountOfPersonsOk

func (o *ProfileStatistic) GetCountOfPersonsOk() (*int32, bool)

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

SetCountOfPersons

func (o *ProfileStatistic) SetCountOfPersons(v int32)

SetCountOfPersons sets CountOfPersons field to given value.

HasCountOfPersons

func (o *ProfileStatistic) HasCountOfPersons() bool

HasCountOfPersons returns a boolean if a field has been set.

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