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] |
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
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
func (o *ProfileStatistic) GetProfile() Profile
GetProfile returns the Profile field if non-nil, zero value otherwise.
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.
func (o *ProfileStatistic) SetProfile(v Profile)
SetProfile sets Profile field to given value.
func (o *ProfileStatistic) HasProfile() bool
HasProfile returns a boolean if a field has been set.
func (o *ProfileStatistic) GetOffice() Office
GetOffice returns the Office field if non-nil, zero value otherwise.
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.
func (o *ProfileStatistic) SetOffice(v Office)
SetOffice sets Office field to given value.
func (o *ProfileStatistic) HasOffice() bool
HasOffice returns a boolean if a field has been set.
func (o *ProfileStatistic) GetCountry() Country
GetCountry returns the Country field if non-nil, zero value otherwise.
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.
func (o *ProfileStatistic) SetCountry(v Country)
SetCountry sets Country field to given value.
func (o *ProfileStatistic) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *ProfileStatistic) GetSeniority() Seniority
GetSeniority returns the Seniority field if non-nil, zero value otherwise.
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.
func (o *ProfileStatistic) SetSeniority(v Seniority)
SetSeniority sets Seniority field to given value.
func (o *ProfileStatistic) HasSeniority() bool
HasSeniority returns a boolean if a field has been set.
func (o *ProfileStatistic) GetCountOfPersons() int32
GetCountOfPersons returns the CountOfPersons field if non-nil, zero value otherwise.
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.
func (o *ProfileStatistic) SetCountOfPersons(v int32)
SetCountOfPersons sets CountOfPersons field to given value.
func (o *ProfileStatistic) HasCountOfPersons() bool
HasCountOfPersons returns a boolean if a field has been set.