Files
openapi-go-answer/docs/SchemaAnswerAddReq.md
2023-09-26 16:20:01 +08:00

3.5 KiB

SchemaAnswerAddReq

Properties

Name Type Description Notes
CaptchaCode Pointer to string [optional]
CaptchaId Pointer to string [optional]
Content string
QuestionId Pointer to string [optional]

Methods

NewSchemaAnswerAddReq

func NewSchemaAnswerAddReq(content string, ) *SchemaAnswerAddReq

NewSchemaAnswerAddReq instantiates a new SchemaAnswerAddReq 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

NewSchemaAnswerAddReqWithDefaults

func NewSchemaAnswerAddReqWithDefaults() *SchemaAnswerAddReq

NewSchemaAnswerAddReqWithDefaults instantiates a new SchemaAnswerAddReq 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

GetCaptchaCode

func (o *SchemaAnswerAddReq) GetCaptchaCode() string

GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.

GetCaptchaCodeOk

func (o *SchemaAnswerAddReq) GetCaptchaCodeOk() (*string, bool)

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

SetCaptchaCode

func (o *SchemaAnswerAddReq) SetCaptchaCode(v string)

SetCaptchaCode sets CaptchaCode field to given value.

HasCaptchaCode

func (o *SchemaAnswerAddReq) HasCaptchaCode() bool

HasCaptchaCode returns a boolean if a field has been set.

GetCaptchaId

func (o *SchemaAnswerAddReq) GetCaptchaId() string

GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.

GetCaptchaIdOk

func (o *SchemaAnswerAddReq) GetCaptchaIdOk() (*string, bool)

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

SetCaptchaId

func (o *SchemaAnswerAddReq) SetCaptchaId(v string)

SetCaptchaId sets CaptchaId field to given value.

HasCaptchaId

func (o *SchemaAnswerAddReq) HasCaptchaId() bool

HasCaptchaId returns a boolean if a field has been set.

GetContent

func (o *SchemaAnswerAddReq) GetContent() string

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

GetContentOk

func (o *SchemaAnswerAddReq) 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 *SchemaAnswerAddReq) SetContent(v string)

SetContent sets Content field to given value.

GetQuestionId

func (o *SchemaAnswerAddReq) GetQuestionId() string

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

GetQuestionIdOk

func (o *SchemaAnswerAddReq) 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 *SchemaAnswerAddReq) SetQuestionId(v string)

SetQuestionId sets QuestionId field to given value.

HasQuestionId

func (o *SchemaAnswerAddReq) HasQuestionId() bool

HasQuestionId returns a boolean if a field has been set.

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