Files
openapi-go-answer/docs/SchemaGetRankPersonalPageResp.md
2023-08-22 10:37:28 +08:00

8.2 KiB

SchemaGetRankPersonalPageResp

Properties

Name Type Description Notes
AnswerId Pointer to string answer id [optional]
Content Pointer to string content [optional]
CreatedAt Pointer to int32 create time [optional]
ObjectId Pointer to string object id [optional]
ObjectType Pointer to string object type [optional]
QuestionId Pointer to string question id [optional]
RankType Pointer to string rank type [optional]
Reputation Pointer to int32 reputation [optional]
Title Pointer to string title [optional]
UrlTitle Pointer to string url title [optional]

Methods

NewSchemaGetRankPersonalPageResp

func NewSchemaGetRankPersonalPageResp() *SchemaGetRankPersonalPageResp

NewSchemaGetRankPersonalPageResp instantiates a new SchemaGetRankPersonalPageResp 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

NewSchemaGetRankPersonalPageRespWithDefaults

func NewSchemaGetRankPersonalPageRespWithDefaults() *SchemaGetRankPersonalPageResp

NewSchemaGetRankPersonalPageRespWithDefaults instantiates a new SchemaGetRankPersonalPageResp 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

GetAnswerId

func (o *SchemaGetRankPersonalPageResp) GetAnswerId() string

GetAnswerId returns the AnswerId field if non-nil, zero value otherwise.

GetAnswerIdOk

func (o *SchemaGetRankPersonalPageResp) GetAnswerIdOk() (*string, bool)

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

SetAnswerId

func (o *SchemaGetRankPersonalPageResp) SetAnswerId(v string)

SetAnswerId sets AnswerId field to given value.

HasAnswerId

func (o *SchemaGetRankPersonalPageResp) HasAnswerId() bool

HasAnswerId returns a boolean if a field has been set.

GetContent

func (o *SchemaGetRankPersonalPageResp) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *SchemaGetRankPersonalPageResp) GetContentOk() (*string, bool)

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

SetContent

func (o *SchemaGetRankPersonalPageResp) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *SchemaGetRankPersonalPageResp) HasContent() bool

HasContent returns a boolean if a field has been set.

GetCreatedAt

func (o *SchemaGetRankPersonalPageResp) GetCreatedAt() int32

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *SchemaGetRankPersonalPageResp) 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 *SchemaGetRankPersonalPageResp) SetCreatedAt(v int32)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *SchemaGetRankPersonalPageResp) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetObjectId

func (o *SchemaGetRankPersonalPageResp) GetObjectId() string

GetObjectId returns the ObjectId field if non-nil, zero value otherwise.

GetObjectIdOk

func (o *SchemaGetRankPersonalPageResp) GetObjectIdOk() (*string, bool)

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

SetObjectId

func (o *SchemaGetRankPersonalPageResp) SetObjectId(v string)

SetObjectId sets ObjectId field to given value.

HasObjectId

func (o *SchemaGetRankPersonalPageResp) HasObjectId() bool

HasObjectId returns a boolean if a field has been set.

GetObjectType

func (o *SchemaGetRankPersonalPageResp) GetObjectType() string

GetObjectType returns the ObjectType field if non-nil, zero value otherwise.

GetObjectTypeOk

func (o *SchemaGetRankPersonalPageResp) GetObjectTypeOk() (*string, bool)

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

SetObjectType

func (o *SchemaGetRankPersonalPageResp) SetObjectType(v string)

SetObjectType sets ObjectType field to given value.

HasObjectType

func (o *SchemaGetRankPersonalPageResp) HasObjectType() bool

HasObjectType returns a boolean if a field has been set.

GetQuestionId

func (o *SchemaGetRankPersonalPageResp) GetQuestionId() string

GetQuestionId returns the QuestionId field if non-nil, zero value otherwise.

GetQuestionIdOk

func (o *SchemaGetRankPersonalPageResp) GetQuestionIdOk() (*string, bool)

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

SetQuestionId

func (o *SchemaGetRankPersonalPageResp) SetQuestionId(v string)

SetQuestionId sets QuestionId field to given value.

HasQuestionId

func (o *SchemaGetRankPersonalPageResp) HasQuestionId() bool

HasQuestionId returns a boolean if a field has been set.

GetRankType

func (o *SchemaGetRankPersonalPageResp) GetRankType() string

GetRankType returns the RankType field if non-nil, zero value otherwise.

GetRankTypeOk

func (o *SchemaGetRankPersonalPageResp) GetRankTypeOk() (*string, bool)

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

SetRankType

func (o *SchemaGetRankPersonalPageResp) SetRankType(v string)

SetRankType sets RankType field to given value.

HasRankType

func (o *SchemaGetRankPersonalPageResp) HasRankType() bool

HasRankType returns a boolean if a field has been set.

GetReputation

func (o *SchemaGetRankPersonalPageResp) GetReputation() int32

GetReputation returns the Reputation field if non-nil, zero value otherwise.

GetReputationOk

func (o *SchemaGetRankPersonalPageResp) GetReputationOk() (*int32, bool)

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

SetReputation

func (o *SchemaGetRankPersonalPageResp) SetReputation(v int32)

SetReputation sets Reputation field to given value.

HasReputation

func (o *SchemaGetRankPersonalPageResp) HasReputation() bool

HasReputation returns a boolean if a field has been set.

GetTitle

func (o *SchemaGetRankPersonalPageResp) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *SchemaGetRankPersonalPageResp) GetTitleOk() (*string, bool)

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

SetTitle

func (o *SchemaGetRankPersonalPageResp) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *SchemaGetRankPersonalPageResp) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetUrlTitle

func (o *SchemaGetRankPersonalPageResp) GetUrlTitle() string

GetUrlTitle returns the UrlTitle field if non-nil, zero value otherwise.

GetUrlTitleOk

func (o *SchemaGetRankPersonalPageResp) GetUrlTitleOk() (*string, bool)

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

SetUrlTitle

func (o *SchemaGetRankPersonalPageResp) SetUrlTitle(v string)

SetUrlTitle sets UrlTitle field to given value.

HasUrlTitle

func (o *SchemaGetRankPersonalPageResp) HasUrlTitle() bool

HasUrlTitle returns a boolean if a field has been set.

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