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

3.1 KiB

AnswerApiV1PersonalCommentPageGet200Response

Properties

Name Type Description Notes
Data Pointer to AnswerApiV1PersonalCommentPageGet200ResponseData [optional]
HandlerRespBody Pointer to HandlerRespBody [optional]

Methods

NewAnswerApiV1PersonalCommentPageGet200Response

func NewAnswerApiV1PersonalCommentPageGet200Response() *AnswerApiV1PersonalCommentPageGet200Response

NewAnswerApiV1PersonalCommentPageGet200Response instantiates a new AnswerApiV1PersonalCommentPageGet200Response 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

NewAnswerApiV1PersonalCommentPageGet200ResponseWithDefaults

func NewAnswerApiV1PersonalCommentPageGet200ResponseWithDefaults() *AnswerApiV1PersonalCommentPageGet200Response

NewAnswerApiV1PersonalCommentPageGet200ResponseWithDefaults instantiates a new AnswerApiV1PersonalCommentPageGet200Response 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

GetData

func (o *AnswerApiV1PersonalCommentPageGet200Response) GetData() AnswerApiV1PersonalCommentPageGet200ResponseData

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *AnswerApiV1PersonalCommentPageGet200Response) GetDataOk() (*AnswerApiV1PersonalCommentPageGet200ResponseData, bool)

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

SetData

func (o *AnswerApiV1PersonalCommentPageGet200Response) SetData(v AnswerApiV1PersonalCommentPageGet200ResponseData)

SetData sets Data field to given value.

HasData

func (o *AnswerApiV1PersonalCommentPageGet200Response) HasData() bool

HasData returns a boolean if a field has been set.

GetHandlerRespBody

func (o *AnswerApiV1PersonalCommentPageGet200Response) GetHandlerRespBody() HandlerRespBody

GetHandlerRespBody returns the HandlerRespBody field if non-nil, zero value otherwise.

GetHandlerRespBodyOk

func (o *AnswerApiV1PersonalCommentPageGet200Response) GetHandlerRespBodyOk() (*HandlerRespBody, bool)

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

SetHandlerRespBody

func (o *AnswerApiV1PersonalCommentPageGet200Response) SetHandlerRespBody(v HandlerRespBody)

SetHandlerRespBody sets HandlerRespBody field to given value.

HasHandlerRespBody

func (o *AnswerApiV1PersonalCommentPageGet200Response) HasHandlerRespBody() bool

HasHandlerRespBody returns a boolean if a field has been set.

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