first version
This commit is contained in:
472
docs/SchemaGetOtherUserInfoByUsernameResp.md
Normal file
472
docs/SchemaGetOtherUserInfoByUsernameResp.md
Normal file
@@ -0,0 +1,472 @@
|
||||
# SchemaGetOtherUserInfoByUsernameResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AnswerCount** | Pointer to **int32** | answer count | [optional]
|
||||
**Avatar** | Pointer to **string** | avatar | [optional]
|
||||
**Bio** | Pointer to **string** | bio markdown | [optional]
|
||||
**BioHtml** | Pointer to **string** | bio html | [optional]
|
||||
**CreatedAt** | Pointer to **int32** | create time | [optional]
|
||||
**DisplayName** | Pointer to **string** | display name | [optional]
|
||||
**FollowCount** | Pointer to **int32** | email follow count | [optional]
|
||||
**Id** | Pointer to **string** | user id | [optional]
|
||||
**LastLoginDate** | Pointer to **int32** | last login date | [optional]
|
||||
**Location** | Pointer to **string** | location | [optional]
|
||||
**Mobile** | Pointer to **string** | mobile | [optional]
|
||||
**QuestionCount** | Pointer to **int32** | question count | [optional]
|
||||
**Rank** | Pointer to **int32** | rank | [optional]
|
||||
**Status** | Pointer to **string** | | [optional]
|
||||
**StatusMsg** | Pointer to **string** | | [optional]
|
||||
**Username** | Pointer to **string** | username | [optional]
|
||||
**Website** | Pointer to **string** | website | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaGetOtherUserInfoByUsernameResp
|
||||
|
||||
`func NewSchemaGetOtherUserInfoByUsernameResp() *SchemaGetOtherUserInfoByUsernameResp`
|
||||
|
||||
NewSchemaGetOtherUserInfoByUsernameResp instantiates a new SchemaGetOtherUserInfoByUsernameResp 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
|
||||
|
||||
### NewSchemaGetOtherUserInfoByUsernameRespWithDefaults
|
||||
|
||||
`func NewSchemaGetOtherUserInfoByUsernameRespWithDefaults() *SchemaGetOtherUserInfoByUsernameResp`
|
||||
|
||||
NewSchemaGetOtherUserInfoByUsernameRespWithDefaults instantiates a new SchemaGetOtherUserInfoByUsernameResp 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
|
||||
|
||||
### GetAnswerCount
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetAnswerCount() int32`
|
||||
|
||||
GetAnswerCount returns the AnswerCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAnswerCountOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetAnswerCountOk() (*int32, bool)`
|
||||
|
||||
GetAnswerCountOk returns a tuple with the AnswerCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAnswerCount
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetAnswerCount(v int32)`
|
||||
|
||||
SetAnswerCount sets AnswerCount field to given value.
|
||||
|
||||
### HasAnswerCount
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasAnswerCount() bool`
|
||||
|
||||
HasAnswerCount returns a boolean if a field has been set.
|
||||
|
||||
### GetAvatar
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetAvatar() string`
|
||||
|
||||
GetAvatar returns the Avatar field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAvatarOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetAvatarOk() (*string, bool)`
|
||||
|
||||
GetAvatarOk returns a tuple with the Avatar field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAvatar
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetAvatar(v string)`
|
||||
|
||||
SetAvatar sets Avatar field to given value.
|
||||
|
||||
### HasAvatar
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasAvatar() bool`
|
||||
|
||||
HasAvatar returns a boolean if a field has been set.
|
||||
|
||||
### GetBio
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetBio() string`
|
||||
|
||||
GetBio returns the Bio field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetBioOk() (*string, bool)`
|
||||
|
||||
GetBioOk returns a tuple with the Bio field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetBio
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetBio(v string)`
|
||||
|
||||
SetBio sets Bio field to given value.
|
||||
|
||||
### HasBio
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasBio() bool`
|
||||
|
||||
HasBio returns a boolean if a field has been set.
|
||||
|
||||
### GetBioHtml
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetBioHtml() string`
|
||||
|
||||
GetBioHtml returns the BioHtml field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBioHtmlOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetBioHtmlOk() (*string, bool)`
|
||||
|
||||
GetBioHtmlOk returns a tuple with the BioHtml field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetBioHtml
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetBioHtml(v string)`
|
||||
|
||||
SetBioHtml sets BioHtml field to given value.
|
||||
|
||||
### HasBioHtml
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasBioHtml() bool`
|
||||
|
||||
HasBioHtml returns a boolean if a field has been set.
|
||||
|
||||
### GetCreatedAt
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetCreatedAt() int32`
|
||||
|
||||
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCreatedAtOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetCreatedAtOk() (*int32, bool)`
|
||||
|
||||
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCreatedAt
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetCreatedAt(v int32)`
|
||||
|
||||
SetCreatedAt sets CreatedAt field to given value.
|
||||
|
||||
### HasCreatedAt
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasCreatedAt() bool`
|
||||
|
||||
HasCreatedAt returns a boolean if a field has been set.
|
||||
|
||||
### GetDisplayName
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetDisplayName() string`
|
||||
|
||||
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
|
||||
|
||||
### GetDisplayNameOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetDisplayNameOk() (*string, bool)`
|
||||
|
||||
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetDisplayName
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetDisplayName(v string)`
|
||||
|
||||
SetDisplayName sets DisplayName field to given value.
|
||||
|
||||
### HasDisplayName
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasDisplayName() bool`
|
||||
|
||||
HasDisplayName returns a boolean if a field has been set.
|
||||
|
||||
### GetFollowCount
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetFollowCount() int32`
|
||||
|
||||
GetFollowCount returns the FollowCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFollowCountOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetFollowCountOk() (*int32, bool)`
|
||||
|
||||
GetFollowCountOk returns a tuple with the FollowCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFollowCount
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetFollowCount(v int32)`
|
||||
|
||||
SetFollowCount sets FollowCount field to given value.
|
||||
|
||||
### HasFollowCount
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasFollowCount() bool`
|
||||
|
||||
HasFollowCount returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetId() string`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetIdOk() (*string, bool)`
|
||||
|
||||
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetId
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetId(v string)`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetLastLoginDate
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetLastLoginDate() int32`
|
||||
|
||||
GetLastLoginDate returns the LastLoginDate field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLastLoginDateOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetLastLoginDateOk() (*int32, bool)`
|
||||
|
||||
GetLastLoginDateOk returns a tuple with the LastLoginDate field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLastLoginDate
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetLastLoginDate(v int32)`
|
||||
|
||||
SetLastLoginDate sets LastLoginDate field to given value.
|
||||
|
||||
### HasLastLoginDate
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasLastLoginDate() bool`
|
||||
|
||||
HasLastLoginDate returns a boolean if a field has been set.
|
||||
|
||||
### GetLocation
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetLocation() string`
|
||||
|
||||
GetLocation returns the Location field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLocationOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetLocationOk() (*string, bool)`
|
||||
|
||||
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLocation
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetLocation(v string)`
|
||||
|
||||
SetLocation sets Location field to given value.
|
||||
|
||||
### HasLocation
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasLocation() bool`
|
||||
|
||||
HasLocation returns a boolean if a field has been set.
|
||||
|
||||
### GetMobile
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetMobile() string`
|
||||
|
||||
GetMobile returns the Mobile field if non-nil, zero value otherwise.
|
||||
|
||||
### GetMobileOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetMobileOk() (*string, bool)`
|
||||
|
||||
GetMobileOk returns a tuple with the Mobile field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetMobile
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetMobile(v string)`
|
||||
|
||||
SetMobile sets Mobile field to given value.
|
||||
|
||||
### HasMobile
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasMobile() bool`
|
||||
|
||||
HasMobile returns a boolean if a field has been set.
|
||||
|
||||
### GetQuestionCount
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetQuestionCount() int32`
|
||||
|
||||
GetQuestionCount returns the QuestionCount field if non-nil, zero value otherwise.
|
||||
|
||||
### GetQuestionCountOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetQuestionCountOk() (*int32, bool)`
|
||||
|
||||
GetQuestionCountOk returns a tuple with the QuestionCount field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetQuestionCount
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetQuestionCount(v int32)`
|
||||
|
||||
SetQuestionCount sets QuestionCount field to given value.
|
||||
|
||||
### HasQuestionCount
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasQuestionCount() bool`
|
||||
|
||||
HasQuestionCount returns a boolean if a field has been set.
|
||||
|
||||
### GetRank
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetRank() int32`
|
||||
|
||||
GetRank returns the Rank field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRankOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetRankOk() (*int32, bool)`
|
||||
|
||||
GetRankOk returns a tuple with the Rank field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRank
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetRank(v int32)`
|
||||
|
||||
SetRank sets Rank field to given value.
|
||||
|
||||
### HasRank
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasRank() bool`
|
||||
|
||||
HasRank returns a boolean if a field has been set.
|
||||
|
||||
### GetStatus
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetStatus() string`
|
||||
|
||||
GetStatus returns the Status field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetStatusOk() (*string, bool)`
|
||||
|
||||
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetStatus
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetStatus(v string)`
|
||||
|
||||
SetStatus sets Status field to given value.
|
||||
|
||||
### HasStatus
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasStatus() bool`
|
||||
|
||||
HasStatus returns a boolean if a field has been set.
|
||||
|
||||
### GetStatusMsg
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetStatusMsg() string`
|
||||
|
||||
GetStatusMsg returns the StatusMsg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetStatusMsgOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetStatusMsgOk() (*string, bool)`
|
||||
|
||||
GetStatusMsgOk returns a tuple with the StatusMsg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetStatusMsg
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetStatusMsg(v string)`
|
||||
|
||||
SetStatusMsg sets StatusMsg field to given value.
|
||||
|
||||
### HasStatusMsg
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasStatusMsg() bool`
|
||||
|
||||
HasStatusMsg returns a boolean if a field has been set.
|
||||
|
||||
### GetUsername
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetUsername() string`
|
||||
|
||||
GetUsername returns the Username field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUsernameOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetUsernameOk() (*string, bool)`
|
||||
|
||||
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUsername
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetUsername(v string)`
|
||||
|
||||
SetUsername sets Username field to given value.
|
||||
|
||||
### HasUsername
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasUsername() bool`
|
||||
|
||||
HasUsername returns a boolean if a field has been set.
|
||||
|
||||
### GetWebsite
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetWebsite() string`
|
||||
|
||||
GetWebsite returns the Website field if non-nil, zero value otherwise.
|
||||
|
||||
### GetWebsiteOk
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) GetWebsiteOk() (*string, bool)`
|
||||
|
||||
GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetWebsite
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) SetWebsite(v string)`
|
||||
|
||||
SetWebsite sets Website field to given value.
|
||||
|
||||
### HasWebsite
|
||||
|
||||
`func (o *SchemaGetOtherUserInfoByUsernameResp) HasWebsite() bool`
|
||||
|
||||
HasWebsite returns a boolean if a field has been set.
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user