Files
openapi-go-answer/docs/SchemaQuestionPageReq.md
2023-08-18 10:03:31 +08:00

4.2 KiB

SchemaQuestionPageReq

Properties

Name Type Description Notes
OrderCond Pointer to string [optional]
Page Pointer to int32 [optional]
PageSize Pointer to int32 [optional]
Tag Pointer to string [optional]
Username Pointer to string [optional]

Methods

NewSchemaQuestionPageReq

func NewSchemaQuestionPageReq() *SchemaQuestionPageReq

NewSchemaQuestionPageReq instantiates a new SchemaQuestionPageReq 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

NewSchemaQuestionPageReqWithDefaults

func NewSchemaQuestionPageReqWithDefaults() *SchemaQuestionPageReq

NewSchemaQuestionPageReqWithDefaults instantiates a new SchemaQuestionPageReq 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

GetOrderCond

func (o *SchemaQuestionPageReq) GetOrderCond() string

GetOrderCond returns the OrderCond field if non-nil, zero value otherwise.

GetOrderCondOk

func (o *SchemaQuestionPageReq) GetOrderCondOk() (*string, bool)

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

SetOrderCond

func (o *SchemaQuestionPageReq) SetOrderCond(v string)

SetOrderCond sets OrderCond field to given value.

HasOrderCond

func (o *SchemaQuestionPageReq) HasOrderCond() bool

HasOrderCond returns a boolean if a field has been set.

GetPage

func (o *SchemaQuestionPageReq) GetPage() int32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *SchemaQuestionPageReq) GetPageOk() (*int32, bool)

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

SetPage

func (o *SchemaQuestionPageReq) SetPage(v int32)

SetPage sets Page field to given value.

HasPage

func (o *SchemaQuestionPageReq) HasPage() bool

HasPage returns a boolean if a field has been set.

GetPageSize

func (o *SchemaQuestionPageReq) GetPageSize() int32

GetPageSize returns the PageSize field if non-nil, zero value otherwise.

GetPageSizeOk

func (o *SchemaQuestionPageReq) GetPageSizeOk() (*int32, bool)

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

SetPageSize

func (o *SchemaQuestionPageReq) SetPageSize(v int32)

SetPageSize sets PageSize field to given value.

HasPageSize

func (o *SchemaQuestionPageReq) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

GetTag

func (o *SchemaQuestionPageReq) GetTag() string

GetTag returns the Tag field if non-nil, zero value otherwise.

GetTagOk

func (o *SchemaQuestionPageReq) GetTagOk() (*string, bool)

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

SetTag

func (o *SchemaQuestionPageReq) SetTag(v string)

SetTag sets Tag field to given value.

HasTag

func (o *SchemaQuestionPageReq) HasTag() bool

HasTag returns a boolean if a field has been set.

GetUsername

func (o *SchemaQuestionPageReq) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *SchemaQuestionPageReq) 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 *SchemaQuestionPageReq) SetUsername(v string)

SetUsername sets Username field to given value.

HasUsername

func (o *SchemaQuestionPageReq) HasUsername() bool

HasUsername returns a boolean if a field has been set.

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