Documentation ¶
Overview ¶
Code generated by ogen, DO NOT EDIT.
Index ¶
- type AuthHandler
- type AuthorizeFound
- type AuthorizeParams
- type CreateTalkSessionBadRequest
- func (s *CreateTalkSessionBadRequest) Decode(d *jx.Decoder) error
- func (s *CreateTalkSessionBadRequest) Encode(e *jx.Encoder)
- func (s *CreateTalkSessionBadRequest) GetCode() string
- func (s *CreateTalkSessionBadRequest) GetMessage() string
- func (s *CreateTalkSessionBadRequest) MarshalJSON() ([]byte, error)
- func (s *CreateTalkSessionBadRequest) SetCode(val string)
- func (s *CreateTalkSessionBadRequest) SetMessage(val string)
- func (s *CreateTalkSessionBadRequest) UnmarshalJSON(data []byte) error
- type CreateTalkSessionOK
- func (s *CreateTalkSessionOK) Decode(d *jx.Decoder) error
- func (s *CreateTalkSessionOK) Encode(e *jx.Encoder)
- func (s *CreateTalkSessionOK) GetCity() OptNilString
- func (s *CreateTalkSessionOK) GetCreatedAt() string
- func (s *CreateTalkSessionOK) GetDescription() OptNilString
- func (s *CreateTalkSessionOK) GetID() string
- func (s *CreateTalkSessionOK) GetLocation() OptCreateTalkSessionOKLocation
- func (s *CreateTalkSessionOK) GetOwner() CreateTalkSessionOKOwner
- func (s *CreateTalkSessionOK) GetPrefecture() OptNilString
- func (s *CreateTalkSessionOK) GetScheduledEndTime() string
- func (s *CreateTalkSessionOK) GetTheme() string
- func (s *CreateTalkSessionOK) MarshalJSON() ([]byte, error)
- func (s *CreateTalkSessionOK) SetCity(val OptNilString)
- func (s *CreateTalkSessionOK) SetCreatedAt(val string)
- func (s *CreateTalkSessionOK) SetDescription(val OptNilString)
- func (s *CreateTalkSessionOK) SetID(val string)
- func (s *CreateTalkSessionOK) SetLocation(val OptCreateTalkSessionOKLocation)
- func (s *CreateTalkSessionOK) SetOwner(val CreateTalkSessionOKOwner)
- func (s *CreateTalkSessionOK) SetPrefecture(val OptNilString)
- func (s *CreateTalkSessionOK) SetScheduledEndTime(val string)
- func (s *CreateTalkSessionOK) SetTheme(val string)
- func (s *CreateTalkSessionOK) UnmarshalJSON(data []byte) error
- func (s *CreateTalkSessionOK) Validate() error
- type CreateTalkSessionOKLocation
- func (s *CreateTalkSessionOKLocation) Decode(d *jx.Decoder) error
- func (s *CreateTalkSessionOKLocation) Encode(e *jx.Encoder)
- func (s *CreateTalkSessionOKLocation) GetLatitude() OptFloat64
- func (s *CreateTalkSessionOKLocation) GetLongitude() OptFloat64
- func (s *CreateTalkSessionOKLocation) MarshalJSON() ([]byte, error)
- func (s *CreateTalkSessionOKLocation) SetLatitude(val OptFloat64)
- func (s *CreateTalkSessionOKLocation) SetLongitude(val OptFloat64)
- func (s *CreateTalkSessionOKLocation) UnmarshalJSON(data []byte) error
- func (s *CreateTalkSessionOKLocation) Validate() error
- type CreateTalkSessionOKOwner
- func (s *CreateTalkSessionOKOwner) Decode(d *jx.Decoder) error
- func (s *CreateTalkSessionOKOwner) Encode(e *jx.Encoder)
- func (s *CreateTalkSessionOKOwner) GetDisplayID() string
- func (s *CreateTalkSessionOKOwner) GetDisplayName() string
- func (s *CreateTalkSessionOKOwner) GetIconURL() OptNilString
- func (s *CreateTalkSessionOKOwner) MarshalJSON() ([]byte, error)
- func (s *CreateTalkSessionOKOwner) SetDisplayID(val string)
- func (s *CreateTalkSessionOKOwner) SetDisplayName(val string)
- func (s *CreateTalkSessionOKOwner) SetIconURL(val OptNilString)
- func (s *CreateTalkSessionOKOwner) UnmarshalJSON(data []byte) error
- func (s *CreateTalkSessionOKOwner) Validate() error
- type CreateTalkSessionReq
- func (s *CreateTalkSessionReq) GetCity() OptNilString
- func (s *CreateTalkSessionReq) GetDescription() OptNilString
- func (s *CreateTalkSessionReq) GetLatitude() OptNilFloat64
- func (s *CreateTalkSessionReq) GetLongitude() OptNilFloat64
- func (s *CreateTalkSessionReq) GetPrefecture() OptNilString
- func (s *CreateTalkSessionReq) GetScheduledEndTime() time.Time
- func (s *CreateTalkSessionReq) GetTheme() string
- func (s *CreateTalkSessionReq) SetCity(val OptNilString)
- func (s *CreateTalkSessionReq) SetDescription(val OptNilString)
- func (s *CreateTalkSessionReq) SetLatitude(val OptNilFloat64)
- func (s *CreateTalkSessionReq) SetLongitude(val OptNilFloat64)
- func (s *CreateTalkSessionReq) SetPrefecture(val OptNilString)
- func (s *CreateTalkSessionReq) SetScheduledEndTime(val time.Time)
- func (s *CreateTalkSessionReq) SetTheme(val string)
- func (s *CreateTalkSessionReq) Validate() error
- type CreateTalkSessionRes
- type DummiInitBadRequest
- type DummiInitInternalServerError
- type DummiInitOK
- type DummiInitRes
- type EditTalkSessionBadRequest
- type EditTalkSessionInternalServerError
- type EditTalkSessionOK
- func (s *EditTalkSessionOK) Decode(d *jx.Decoder) error
- func (s *EditTalkSessionOK) Encode(e *jx.Encoder)
- func (s *EditTalkSessionOK) GetCity() OptNilString
- func (s *EditTalkSessionOK) GetCreatedAt() string
- func (s *EditTalkSessionOK) GetDescription() OptNilString
- func (s *EditTalkSessionOK) GetID() string
- func (s *EditTalkSessionOK) GetLocation() OptEditTalkSessionOKLocation
- func (s *EditTalkSessionOK) GetOwner() EditTalkSessionOKOwner
- func (s *EditTalkSessionOK) GetPrefecture() OptNilString
- func (s *EditTalkSessionOK) GetScheduledEndTime() string
- func (s *EditTalkSessionOK) GetTheme() string
- func (s *EditTalkSessionOK) MarshalJSON() ([]byte, error)
- func (s *EditTalkSessionOK) SetCity(val OptNilString)
- func (s *EditTalkSessionOK) SetCreatedAt(val string)
- func (s *EditTalkSessionOK) SetDescription(val OptNilString)
- func (s *EditTalkSessionOK) SetID(val string)
- func (s *EditTalkSessionOK) SetLocation(val OptEditTalkSessionOKLocation)
- func (s *EditTalkSessionOK) SetOwner(val EditTalkSessionOKOwner)
- func (s *EditTalkSessionOK) SetPrefecture(val OptNilString)
- func (s *EditTalkSessionOK) SetScheduledEndTime(val string)
- func (s *EditTalkSessionOK) SetTheme(val string)
- func (s *EditTalkSessionOK) UnmarshalJSON(data []byte) error
- func (s *EditTalkSessionOK) Validate() error
- type EditTalkSessionOKLocation
- func (s *EditTalkSessionOKLocation) Decode(d *jx.Decoder) error
- func (s *EditTalkSessionOKLocation) Encode(e *jx.Encoder)
- func (s *EditTalkSessionOKLocation) GetLatitude() OptFloat64
- func (s *EditTalkSessionOKLocation) GetLongitude() OptFloat64
- func (s *EditTalkSessionOKLocation) MarshalJSON() ([]byte, error)
- func (s *EditTalkSessionOKLocation) SetLatitude(val OptFloat64)
- func (s *EditTalkSessionOKLocation) SetLongitude(val OptFloat64)
- func (s *EditTalkSessionOKLocation) UnmarshalJSON(data []byte) error
- func (s *EditTalkSessionOKLocation) Validate() error
- type EditTalkSessionOKOwner
- func (s *EditTalkSessionOKOwner) Decode(d *jx.Decoder) error
- func (s *EditTalkSessionOKOwner) Encode(e *jx.Encoder)
- func (s *EditTalkSessionOKOwner) GetDisplayID() string
- func (s *EditTalkSessionOKOwner) GetDisplayName() string
- func (s *EditTalkSessionOKOwner) GetIconURL() OptNilString
- func (s *EditTalkSessionOKOwner) MarshalJSON() ([]byte, error)
- func (s *EditTalkSessionOKOwner) SetDisplayID(val string)
- func (s *EditTalkSessionOKOwner) SetDisplayName(val string)
- func (s *EditTalkSessionOKOwner) SetIconURL(val OptNilString)
- func (s *EditTalkSessionOKOwner) UnmarshalJSON(data []byte) error
- func (s *EditTalkSessionOKOwner) Validate() error
- type EditTalkSessionParams
- type EditTalkSessionReq
- func (s *EditTalkSessionReq) GetCity() OptNilString
- func (s *EditTalkSessionReq) GetDescription() OptNilString
- func (s *EditTalkSessionReq) GetLatitude() OptNilFloat64
- func (s *EditTalkSessionReq) GetLongitude() OptFloat64
- func (s *EditTalkSessionReq) GetPrefecture() OptNilString
- func (s *EditTalkSessionReq) GetScheduledEndTime() string
- func (s *EditTalkSessionReq) GetTheme() string
- func (s *EditTalkSessionReq) SetCity(val OptNilString)
- func (s *EditTalkSessionReq) SetDescription(val OptNilString)
- func (s *EditTalkSessionReq) SetLatitude(val OptNilFloat64)
- func (s *EditTalkSessionReq) SetLongitude(val OptFloat64)
- func (s *EditTalkSessionReq) SetPrefecture(val OptNilString)
- func (s *EditTalkSessionReq) SetScheduledEndTime(val string)
- func (s *EditTalkSessionReq) SetTheme(val string)
- func (s *EditTalkSessionReq) Validate() error
- type EditTalkSessionRes
- type EditTimeLineBadRequest
- type EditTimeLineInternalServerError
- type EditTimeLineOK
- func (s *EditTimeLineOK) Decode(d *jx.Decoder) error
- func (s *EditTimeLineOK) Encode(e *jx.Encoder)
- func (s *EditTimeLineOK) GetActionItemID() string
- func (s *EditTimeLineOK) GetContent() string
- func (s *EditTimeLineOK) GetCreatedAt() string
- func (s *EditTimeLineOK) GetSequence() int
- func (s *EditTimeLineOK) GetStatus() string
- func (s *EditTimeLineOK) GetUpdatedAt() string
- func (s *EditTimeLineOK) MarshalJSON() ([]byte, error)
- func (s *EditTimeLineOK) SetActionItemID(val string)
- func (s *EditTimeLineOK) SetContent(val string)
- func (s *EditTimeLineOK) SetCreatedAt(val string)
- func (s *EditTimeLineOK) SetSequence(val int)
- func (s *EditTimeLineOK) SetStatus(val string)
- func (s *EditTimeLineOK) SetUpdatedAt(val string)
- func (s *EditTimeLineOK) UnmarshalJSON(data []byte) error
- type EditTimeLineParams
- type EditTimeLineReq
- type EditTimeLineRes
- type EditUserProfileBadRequest
- func (s *EditUserProfileBadRequest) Decode(d *jx.Decoder) error
- func (s *EditUserProfileBadRequest) Encode(e *jx.Encoder)
- func (s *EditUserProfileBadRequest) GetCode() string
- func (s *EditUserProfileBadRequest) GetMessage() string
- func (s *EditUserProfileBadRequest) MarshalJSON() ([]byte, error)
- func (s *EditUserProfileBadRequest) SetCode(val string)
- func (s *EditUserProfileBadRequest) SetMessage(val string)
- func (s *EditUserProfileBadRequest) UnmarshalJSON(data []byte) error
- type EditUserProfileInternalServerError
- func (s *EditUserProfileInternalServerError) Decode(d *jx.Decoder) error
- func (s *EditUserProfileInternalServerError) Encode(e *jx.Encoder)
- func (s *EditUserProfileInternalServerError) GetCode() string
- func (s *EditUserProfileInternalServerError) GetMessage() string
- func (s *EditUserProfileInternalServerError) MarshalJSON() ([]byte, error)
- func (s *EditUserProfileInternalServerError) SetCode(val string)
- func (s *EditUserProfileInternalServerError) SetMessage(val string)
- func (s *EditUserProfileInternalServerError) UnmarshalJSON(data []byte) error
- type EditUserProfileOK
- func (s *EditUserProfileOK) Decode(d *jx.Decoder) error
- func (s *EditUserProfileOK) Encode(e *jx.Encoder)
- func (s *EditUserProfileOK) GetDisplayID() string
- func (s *EditUserProfileOK) GetDisplayName() string
- func (s *EditUserProfileOK) GetIconURL() OptNilString
- func (s *EditUserProfileOK) MarshalJSON() ([]byte, error)
- func (s *EditUserProfileOK) SetDisplayID(val string)
- func (s *EditUserProfileOK) SetDisplayName(val string)
- func (s *EditUserProfileOK) SetIconURL(val OptNilString)
- func (s *EditUserProfileOK) UnmarshalJSON(data []byte) error
- func (s *EditUserProfileOK) Validate() error
- type EditUserProfileReq
- func (s *EditUserProfileReq) GetCity() OptNilString
- func (s *EditUserProfileReq) GetDeleteIcon() OptNilBool
- func (s *EditUserProfileReq) GetDisplayName() OptNilString
- func (s *EditUserProfileReq) GetGender() OptNilEditUserProfileReqGender
- func (s *EditUserProfileReq) GetHouseholdSize() OptNilInt
- func (s *EditUserProfileReq) GetIcon() OptMultipartFile
- func (s *EditUserProfileReq) GetOccupation() OptNilEditUserProfileReqOccupation
- func (s *EditUserProfileReq) GetPrefecture() OptNilString
- func (s *EditUserProfileReq) GetYearOfBirth() OptNilInt
- func (s *EditUserProfileReq) SetCity(val OptNilString)
- func (s *EditUserProfileReq) SetDeleteIcon(val OptNilBool)
- func (s *EditUserProfileReq) SetDisplayName(val OptNilString)
- func (s *EditUserProfileReq) SetGender(val OptNilEditUserProfileReqGender)
- func (s *EditUserProfileReq) SetHouseholdSize(val OptNilInt)
- func (s *EditUserProfileReq) SetIcon(val OptMultipartFile)
- func (s *EditUserProfileReq) SetOccupation(val OptNilEditUserProfileReqOccupation)
- func (s *EditUserProfileReq) SetPrefecture(val OptNilString)
- func (s *EditUserProfileReq) SetYearOfBirth(val OptNilInt)
- func (s *EditUserProfileReq) Validate() error
- type EditUserProfileReqGender
- type EditUserProfileReqOccupation
- type EditUserProfileRes
- type ErrorHandler
- type GetConclusionBadRequest
- type GetConclusionInternalServerError
- type GetConclusionOK
- func (s *GetConclusionOK) Decode(d *jx.Decoder) error
- func (s *GetConclusionOK) Encode(e *jx.Encoder)
- func (s *GetConclusionOK) GetContent() string
- func (s *GetConclusionOK) GetUser() GetConclusionOKUser
- func (s *GetConclusionOK) MarshalJSON() ([]byte, error)
- func (s *GetConclusionOK) SetContent(val string)
- func (s *GetConclusionOK) SetUser(val GetConclusionOKUser)
- func (s *GetConclusionOK) UnmarshalJSON(data []byte) error
- func (s *GetConclusionOK) Validate() error
- type GetConclusionOKUser
- func (s *GetConclusionOKUser) Decode(d *jx.Decoder) error
- func (s *GetConclusionOKUser) Encode(e *jx.Encoder)
- func (s *GetConclusionOKUser) GetDisplayID() string
- func (s *GetConclusionOKUser) GetDisplayName() string
- func (s *GetConclusionOKUser) GetIconURL() OptNilString
- func (s *GetConclusionOKUser) MarshalJSON() ([]byte, error)
- func (s *GetConclusionOKUser) SetDisplayID(val string)
- func (s *GetConclusionOKUser) SetDisplayName(val string)
- func (s *GetConclusionOKUser) SetIconURL(val OptNilString)
- func (s *GetConclusionOKUser) UnmarshalJSON(data []byte) error
- func (s *GetConclusionOKUser) Validate() error
- type GetConclusionParams
- type GetConclusionRes
- type GetOpenedTalkSessionBadRequest
- type GetOpenedTalkSessionInternalServerError
- func (s *GetOpenedTalkSessionInternalServerError) Decode(d *jx.Decoder) error
- func (s *GetOpenedTalkSessionInternalServerError) Encode(e *jx.Encoder)
- func (s *GetOpenedTalkSessionInternalServerError) MarshalJSON() ([]byte, error)
- func (s *GetOpenedTalkSessionInternalServerError) UnmarshalJSON(data []byte) error
- type GetOpenedTalkSessionOK
- func (s *GetOpenedTalkSessionOK) Decode(d *jx.Decoder) error
- func (s *GetOpenedTalkSessionOK) Encode(e *jx.Encoder)
- func (s *GetOpenedTalkSessionOK) GetTalkSessions() []GetOpenedTalkSessionOKTalkSessionsItem
- func (s *GetOpenedTalkSessionOK) MarshalJSON() ([]byte, error)
- func (s *GetOpenedTalkSessionOK) SetTalkSessions(val []GetOpenedTalkSessionOKTalkSessionsItem)
- func (s *GetOpenedTalkSessionOK) UnmarshalJSON(data []byte) error
- func (s *GetOpenedTalkSessionOK) Validate() error
- type GetOpenedTalkSessionOKTalkSessionsItem
- func (s *GetOpenedTalkSessionOKTalkSessionsItem) Decode(d *jx.Decoder) error
- func (s *GetOpenedTalkSessionOKTalkSessionsItem) Encode(e *jx.Encoder)
- func (s *GetOpenedTalkSessionOKTalkSessionsItem) GetOpinionCount() int
- func (s *GetOpenedTalkSessionOKTalkSessionsItem) GetTalkSession() GetOpenedTalkSessionOKTalkSessionsItemTalkSession
- func (s *GetOpenedTalkSessionOKTalkSessionsItem) MarshalJSON() ([]byte, error)
- func (s *GetOpenedTalkSessionOKTalkSessionsItem) SetOpinionCount(val int)
- func (s *GetOpenedTalkSessionOKTalkSessionsItem) SetTalkSession(val GetOpenedTalkSessionOKTalkSessionsItemTalkSession)
- func (s *GetOpenedTalkSessionOKTalkSessionsItem) UnmarshalJSON(data []byte) error
- func (s *GetOpenedTalkSessionOKTalkSessionsItem) Validate() error
- type GetOpenedTalkSessionOKTalkSessionsItemTalkSession
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) Decode(d *jx.Decoder) error
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) Encode(e *jx.Encoder)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetCity() OptNilString
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetCreatedAt() string
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetDescription() OptNilString
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetID() string
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetLocation() OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetOwner() GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetPrefecture() OptNilString
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetScheduledEndTime() string
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetTheme() string
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) MarshalJSON() ([]byte, error)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetCity(val OptNilString)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetCreatedAt(val string)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetDescription(val OptNilString)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetID(val string)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetLocation(val OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetOwner(val GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetPrefecture(val OptNilString)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetScheduledEndTime(val string)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetTheme(val string)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) UnmarshalJSON(data []byte) error
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) Validate() error
- type GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) GetLatitude() OptFloat64
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) GetLongitude() OptFloat64
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) SetLatitude(val OptFloat64)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) SetLongitude(val OptFloat64)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Validate() error
- type GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) Decode(d *jx.Decoder) error
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) Encode(e *jx.Encoder)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) GetDisplayID() string
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) GetDisplayName() string
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) GetIconURL() OptNilString
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) MarshalJSON() ([]byte, error)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) SetDisplayID(val string)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) SetDisplayName(val string)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) SetIconURL(val OptNilString)
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) UnmarshalJSON(data []byte) error
- func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) Validate() error
- type GetOpenedTalkSessionParams
- type GetOpenedTalkSessionRes
- type GetOpenedTalkSessionStatus
- type GetOpinionDetailInternalServerError
- type GetOpinionDetailOK
- func (s *GetOpinionDetailOK) Decode(d *jx.Decoder) error
- func (s *GetOpinionDetailOK) Encode(e *jx.Encoder)
- func (s *GetOpinionDetailOK) GetOpinion() GetOpinionDetailOKOpinion
- func (s *GetOpinionDetailOK) GetUser() GetOpinionDetailOKUser
- func (s *GetOpinionDetailOK) MarshalJSON() ([]byte, error)
- func (s *GetOpinionDetailOK) SetOpinion(val GetOpinionDetailOKOpinion)
- func (s *GetOpinionDetailOK) SetUser(val GetOpinionDetailOKUser)
- func (s *GetOpinionDetailOK) UnmarshalJSON(data []byte) error
- func (s *GetOpinionDetailOK) Validate() error
- type GetOpinionDetailOKOpinion
- func (s *GetOpinionDetailOKOpinion) Decode(d *jx.Decoder) error
- func (s *GetOpinionDetailOKOpinion) Encode(e *jx.Encoder)
- func (s *GetOpinionDetailOKOpinion) GetContent() string
- func (s *GetOpinionDetailOKOpinion) GetID() string
- func (s *GetOpinionDetailOKOpinion) GetParentID() OptString
- func (s *GetOpinionDetailOKOpinion) GetPictureURL() OptString
- func (s *GetOpinionDetailOKOpinion) GetPostedAt() string
- func (s *GetOpinionDetailOKOpinion) GetReferenceURL() OptString
- func (s *GetOpinionDetailOKOpinion) GetTitle() OptString
- func (s *GetOpinionDetailOKOpinion) GetVoteType() OptGetOpinionDetailOKOpinionVoteType
- func (s *GetOpinionDetailOKOpinion) MarshalJSON() ([]byte, error)
- func (s *GetOpinionDetailOKOpinion) SetContent(val string)
- func (s *GetOpinionDetailOKOpinion) SetID(val string)
- func (s *GetOpinionDetailOKOpinion) SetParentID(val OptString)
- func (s *GetOpinionDetailOKOpinion) SetPictureURL(val OptString)
- func (s *GetOpinionDetailOKOpinion) SetPostedAt(val string)
- func (s *GetOpinionDetailOKOpinion) SetReferenceURL(val OptString)
- func (s *GetOpinionDetailOKOpinion) SetTitle(val OptString)
- func (s *GetOpinionDetailOKOpinion) SetVoteType(val OptGetOpinionDetailOKOpinionVoteType)
- func (s *GetOpinionDetailOKOpinion) UnmarshalJSON(data []byte) error
- func (s *GetOpinionDetailOKOpinion) Validate() error
- type GetOpinionDetailOKOpinionVoteType
- func (GetOpinionDetailOKOpinionVoteType) AllValues() []GetOpinionDetailOKOpinionVoteType
- func (s *GetOpinionDetailOKOpinionVoteType) Decode(d *jx.Decoder) error
- func (s GetOpinionDetailOKOpinionVoteType) Encode(e *jx.Encoder)
- func (s GetOpinionDetailOKOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s GetOpinionDetailOKOpinionVoteType) MarshalText() ([]byte, error)
- func (s *GetOpinionDetailOKOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *GetOpinionDetailOKOpinionVoteType) UnmarshalText(data []byte) error
- func (s GetOpinionDetailOKOpinionVoteType) Validate() error
- type GetOpinionDetailOKUser
- func (s *GetOpinionDetailOKUser) Decode(d *jx.Decoder) error
- func (s *GetOpinionDetailOKUser) Encode(e *jx.Encoder)
- func (s *GetOpinionDetailOKUser) GetDisplayID() string
- func (s *GetOpinionDetailOKUser) GetDisplayName() string
- func (s *GetOpinionDetailOKUser) GetIconURL() OptNilString
- func (s *GetOpinionDetailOKUser) MarshalJSON() ([]byte, error)
- func (s *GetOpinionDetailOKUser) SetDisplayID(val string)
- func (s *GetOpinionDetailOKUser) SetDisplayName(val string)
- func (s *GetOpinionDetailOKUser) SetIconURL(val OptNilString)
- func (s *GetOpinionDetailOKUser) UnmarshalJSON(data []byte) error
- func (s *GetOpinionDetailOKUser) Validate() error
- type GetOpinionDetailParams
- type GetOpinionDetailRes
- type GetOpinionsForTalkSessionBadRequest
- type GetOpinionsForTalkSessionInternalServerError
- func (s *GetOpinionsForTalkSessionInternalServerError) Decode(d *jx.Decoder) error
- func (s *GetOpinionsForTalkSessionInternalServerError) Encode(e *jx.Encoder)
- func (s *GetOpinionsForTalkSessionInternalServerError) MarshalJSON() ([]byte, error)
- func (s *GetOpinionsForTalkSessionInternalServerError) UnmarshalJSON(data []byte) error
- type GetOpinionsForTalkSessionOK
- func (s *GetOpinionsForTalkSessionOK) Decode(d *jx.Decoder) error
- func (s *GetOpinionsForTalkSessionOK) Encode(e *jx.Encoder)
- func (s *GetOpinionsForTalkSessionOK) GetOpinions() []GetOpinionsForTalkSessionOKOpinionsItem
- func (s *GetOpinionsForTalkSessionOK) GetPagination() GetOpinionsForTalkSessionOKPagination
- func (s *GetOpinionsForTalkSessionOK) MarshalJSON() ([]byte, error)
- func (s *GetOpinionsForTalkSessionOK) SetOpinions(val []GetOpinionsForTalkSessionOKOpinionsItem)
- func (s *GetOpinionsForTalkSessionOK) SetPagination(val GetOpinionsForTalkSessionOKPagination)
- func (s *GetOpinionsForTalkSessionOK) UnmarshalJSON(data []byte) error
- func (s *GetOpinionsForTalkSessionOK) Validate() error
- type GetOpinionsForTalkSessionOKOpinionsItem
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) Decode(d *jx.Decoder) error
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) Encode(e *jx.Encoder)
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) GetMyVoteType() GetOpinionsForTalkSessionOKOpinionsItemMyVoteType
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) GetOpinion() GetOpinionsForTalkSessionOKOpinionsItemOpinion
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) GetReplyCount() int
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) GetUser() GetOpinionsForTalkSessionOKOpinionsItemUser
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) MarshalJSON() ([]byte, error)
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) SetMyVoteType(val GetOpinionsForTalkSessionOKOpinionsItemMyVoteType)
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) SetOpinion(val GetOpinionsForTalkSessionOKOpinionsItemOpinion)
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) SetReplyCount(val int)
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) SetUser(val GetOpinionsForTalkSessionOKOpinionsItemUser)
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) UnmarshalJSON(data []byte) error
- func (s *GetOpinionsForTalkSessionOKOpinionsItem) Validate() error
- type GetOpinionsForTalkSessionOKOpinionsItemMyVoteType
- func (GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) AllValues() []GetOpinionsForTalkSessionOKOpinionsItemMyVoteType
- func (s *GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
- func (s GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) Encode(e *jx.Encoder)
- func (s GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
- func (s GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) MarshalText() ([]byte, error)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
- func (s *GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) UnmarshalText(data []byte) error
- func (s GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) Validate() error
- type GetOpinionsForTalkSessionOKOpinionsItemOpinion
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) Decode(d *jx.Decoder) error
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) Encode(e *jx.Encoder)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetContent() string
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetID() string
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetParentID() OptString
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetPictureURL() OptString
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetPostedAt() string
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetReferenceURL() OptString
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetTitle() OptString
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetVoteType() OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) MarshalJSON() ([]byte, error)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetContent(val string)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetID(val string)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetParentID(val OptString)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetPictureURL(val OptString)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetPostedAt(val string)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetReferenceURL(val OptString)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetTitle(val OptString)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetVoteType(val OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) UnmarshalJSON(data []byte) error
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) Validate() error
- type GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType
- func (GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) AllValues() []GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (s GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (s GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
- func (s GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Validate() error
- type GetOpinionsForTalkSessionOKOpinionsItemUser
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) Decode(d *jx.Decoder) error
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) Encode(e *jx.Encoder)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) GetDisplayID() string
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) GetDisplayName() string
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) GetIconURL() OptNilString
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) MarshalJSON() ([]byte, error)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) SetDisplayID(val string)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) SetDisplayName(val string)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) SetIconURL(val OptNilString)
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) UnmarshalJSON(data []byte) error
- func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) Validate() error
- type GetOpinionsForTalkSessionOKPagination
- func (s *GetOpinionsForTalkSessionOKPagination) Decode(d *jx.Decoder) error
- func (s *GetOpinionsForTalkSessionOKPagination) Encode(e *jx.Encoder)
- func (s *GetOpinionsForTalkSessionOKPagination) GetTotalCount() int
- func (s *GetOpinionsForTalkSessionOKPagination) MarshalJSON() ([]byte, error)
- func (s *GetOpinionsForTalkSessionOKPagination) SetTotalCount(val int)
- func (s *GetOpinionsForTalkSessionOKPagination) UnmarshalJSON(data []byte) error
- type GetOpinionsForTalkSessionParams
- type GetOpinionsForTalkSessionRes
- type GetOpinionsForTalkSessionSort
- type GetTalkSessionDetailBadRequest
- func (s *GetTalkSessionDetailBadRequest) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionDetailBadRequest) Encode(e *jx.Encoder)
- func (s *GetTalkSessionDetailBadRequest) GetCode() string
- func (s *GetTalkSessionDetailBadRequest) GetMessage() string
- func (s *GetTalkSessionDetailBadRequest) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionDetailBadRequest) SetCode(val string)
- func (s *GetTalkSessionDetailBadRequest) SetMessage(val string)
- func (s *GetTalkSessionDetailBadRequest) UnmarshalJSON(data []byte) error
- type GetTalkSessionDetailOK
- func (s *GetTalkSessionDetailOK) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionDetailOK) Encode(e *jx.Encoder)
- func (s *GetTalkSessionDetailOK) GetCity() OptNilString
- func (s *GetTalkSessionDetailOK) GetCreatedAt() string
- func (s *GetTalkSessionDetailOK) GetDescription() OptNilString
- func (s *GetTalkSessionDetailOK) GetID() string
- func (s *GetTalkSessionDetailOK) GetLocation() OptGetTalkSessionDetailOKLocation
- func (s *GetTalkSessionDetailOK) GetOwner() GetTalkSessionDetailOKOwner
- func (s *GetTalkSessionDetailOK) GetPrefecture() OptNilString
- func (s *GetTalkSessionDetailOK) GetScheduledEndTime() string
- func (s *GetTalkSessionDetailOK) GetTheme() string
- func (s *GetTalkSessionDetailOK) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionDetailOK) SetCity(val OptNilString)
- func (s *GetTalkSessionDetailOK) SetCreatedAt(val string)
- func (s *GetTalkSessionDetailOK) SetDescription(val OptNilString)
- func (s *GetTalkSessionDetailOK) SetID(val string)
- func (s *GetTalkSessionDetailOK) SetLocation(val OptGetTalkSessionDetailOKLocation)
- func (s *GetTalkSessionDetailOK) SetOwner(val GetTalkSessionDetailOKOwner)
- func (s *GetTalkSessionDetailOK) SetPrefecture(val OptNilString)
- func (s *GetTalkSessionDetailOK) SetScheduledEndTime(val string)
- func (s *GetTalkSessionDetailOK) SetTheme(val string)
- func (s *GetTalkSessionDetailOK) UnmarshalJSON(data []byte) error
- func (s *GetTalkSessionDetailOK) Validate() error
- type GetTalkSessionDetailOKLocation
- func (s *GetTalkSessionDetailOKLocation) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionDetailOKLocation) Encode(e *jx.Encoder)
- func (s *GetTalkSessionDetailOKLocation) GetLatitude() OptFloat64
- func (s *GetTalkSessionDetailOKLocation) GetLongitude() OptFloat64
- func (s *GetTalkSessionDetailOKLocation) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionDetailOKLocation) SetLatitude(val OptFloat64)
- func (s *GetTalkSessionDetailOKLocation) SetLongitude(val OptFloat64)
- func (s *GetTalkSessionDetailOKLocation) UnmarshalJSON(data []byte) error
- func (s *GetTalkSessionDetailOKLocation) Validate() error
- type GetTalkSessionDetailOKOwner
- func (s *GetTalkSessionDetailOKOwner) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionDetailOKOwner) Encode(e *jx.Encoder)
- func (s *GetTalkSessionDetailOKOwner) GetDisplayID() string
- func (s *GetTalkSessionDetailOKOwner) GetDisplayName() string
- func (s *GetTalkSessionDetailOKOwner) GetIconURL() OptNilString
- func (s *GetTalkSessionDetailOKOwner) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionDetailOKOwner) SetDisplayID(val string)
- func (s *GetTalkSessionDetailOKOwner) SetDisplayName(val string)
- func (s *GetTalkSessionDetailOKOwner) SetIconURL(val OptNilString)
- func (s *GetTalkSessionDetailOKOwner) UnmarshalJSON(data []byte) error
- func (s *GetTalkSessionDetailOKOwner) Validate() error
- type GetTalkSessionDetailParams
- type GetTalkSessionDetailRes
- type GetTalkSessionListBadRequest
- func (s *GetTalkSessionListBadRequest) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionListBadRequest) Encode(e *jx.Encoder)
- func (s *GetTalkSessionListBadRequest) GetCode() string
- func (s *GetTalkSessionListBadRequest) GetMessage() string
- func (s *GetTalkSessionListBadRequest) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionListBadRequest) SetCode(val string)
- func (s *GetTalkSessionListBadRequest) SetMessage(val string)
- func (s *GetTalkSessionListBadRequest) UnmarshalJSON(data []byte) error
- type GetTalkSessionListInternalServerError
- func (s *GetTalkSessionListInternalServerError) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionListInternalServerError) Encode(e *jx.Encoder)
- func (s *GetTalkSessionListInternalServerError) GetCode() string
- func (s *GetTalkSessionListInternalServerError) GetMessage() string
- func (s *GetTalkSessionListInternalServerError) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionListInternalServerError) SetCode(val string)
- func (s *GetTalkSessionListInternalServerError) SetMessage(val string)
- func (s *GetTalkSessionListInternalServerError) UnmarshalJSON(data []byte) error
- type GetTalkSessionListOK
- func (s *GetTalkSessionListOK) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionListOK) Encode(e *jx.Encoder)
- func (s *GetTalkSessionListOK) GetPagination() GetTalkSessionListOKPagination
- func (s *GetTalkSessionListOK) GetTalkSessions() []GetTalkSessionListOKTalkSessionsItem
- func (s *GetTalkSessionListOK) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionListOK) SetPagination(val GetTalkSessionListOKPagination)
- func (s *GetTalkSessionListOK) SetTalkSessions(val []GetTalkSessionListOKTalkSessionsItem)
- func (s *GetTalkSessionListOK) UnmarshalJSON(data []byte) error
- func (s *GetTalkSessionListOK) Validate() error
- type GetTalkSessionListOKPagination
- func (s *GetTalkSessionListOKPagination) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionListOKPagination) Encode(e *jx.Encoder)
- func (s *GetTalkSessionListOKPagination) GetLimit() int
- func (s *GetTalkSessionListOKPagination) GetOffset() int
- func (s *GetTalkSessionListOKPagination) GetTotalCount() int
- func (s *GetTalkSessionListOKPagination) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionListOKPagination) SetLimit(val int)
- func (s *GetTalkSessionListOKPagination) SetOffset(val int)
- func (s *GetTalkSessionListOKPagination) SetTotalCount(val int)
- func (s *GetTalkSessionListOKPagination) UnmarshalJSON(data []byte) error
- type GetTalkSessionListOKTalkSessionsItem
- func (s *GetTalkSessionListOKTalkSessionsItem) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionListOKTalkSessionsItem) Encode(e *jx.Encoder)
- func (s *GetTalkSessionListOKTalkSessionsItem) GetOpinionCount() int
- func (s *GetTalkSessionListOKTalkSessionsItem) GetTalkSession() GetTalkSessionListOKTalkSessionsItemTalkSession
- func (s *GetTalkSessionListOKTalkSessionsItem) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionListOKTalkSessionsItem) SetOpinionCount(val int)
- func (s *GetTalkSessionListOKTalkSessionsItem) SetTalkSession(val GetTalkSessionListOKTalkSessionsItemTalkSession)
- func (s *GetTalkSessionListOKTalkSessionsItem) UnmarshalJSON(data []byte) error
- func (s *GetTalkSessionListOKTalkSessionsItem) Validate() error
- type GetTalkSessionListOKTalkSessionsItemTalkSession
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) Encode(e *jx.Encoder)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetCity() OptNilString
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetCreatedAt() string
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetDescription() OptNilString
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetID() string
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetLocation() OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetOwner() GetTalkSessionListOKTalkSessionsItemTalkSessionOwner
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetPrefecture() OptNilString
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetScheduledEndTime() string
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetTheme() string
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetCity(val OptNilString)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetCreatedAt(val string)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetDescription(val OptNilString)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetID(val string)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetLocation(val OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetOwner(val GetTalkSessionListOKTalkSessionsItemTalkSessionOwner)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetPrefecture(val OptNilString)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetScheduledEndTime(val string)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetTheme(val string)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) UnmarshalJSON(data []byte) error
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) Validate() error
- type GetTalkSessionListOKTalkSessionsItemTalkSessionLocation
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) GetLatitude() OptFloat64
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) GetLongitude() OptFloat64
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) SetLatitude(val OptFloat64)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) SetLongitude(val OptFloat64)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Validate() error
- type GetTalkSessionListOKTalkSessionsItemTalkSessionOwner
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) Encode(e *jx.Encoder)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) GetDisplayID() string
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) GetDisplayName() string
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) GetIconURL() OptNilString
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) SetDisplayID(val string)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) SetDisplayName(val string)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) SetIconURL(val OptNilString)
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) UnmarshalJSON(data []byte) error
- func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) Validate() error
- type GetTalkSessionListParams
- type GetTalkSessionListRes
- type GetTalkSessionListSortKey
- type GetTalkSessionListStatus
- type GetTalkSessionReportInternalServerError
- func (s *GetTalkSessionReportInternalServerError) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionReportInternalServerError) Encode(e *jx.Encoder)
- func (s *GetTalkSessionReportInternalServerError) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionReportInternalServerError) UnmarshalJSON(data []byte) error
- type GetTalkSessionReportOK
- func (s *GetTalkSessionReportOK) Decode(d *jx.Decoder) error
- func (s *GetTalkSessionReportOK) Encode(e *jx.Encoder)
- func (s *GetTalkSessionReportOK) GetReport() string
- func (s *GetTalkSessionReportOK) MarshalJSON() ([]byte, error)
- func (s *GetTalkSessionReportOK) SetReport(val string)
- func (s *GetTalkSessionReportOK) UnmarshalJSON(data []byte) error
- type GetTalkSessionReportParams
- type GetTalkSessionReportRes
- type GetTimeLineBadRequest
- type GetTimeLineInternalServerError
- type GetTimeLineOK
- func (s *GetTimeLineOK) Decode(d *jx.Decoder) error
- func (s *GetTimeLineOK) Encode(e *jx.Encoder)
- func (s *GetTimeLineOK) GetItems() []GetTimeLineOKItemsItem
- func (s *GetTimeLineOK) MarshalJSON() ([]byte, error)
- func (s *GetTimeLineOK) SetItems(val []GetTimeLineOKItemsItem)
- func (s *GetTimeLineOK) UnmarshalJSON(data []byte) error
- func (s *GetTimeLineOK) Validate() error
- type GetTimeLineOKItemsItem
- func (s *GetTimeLineOKItemsItem) Decode(d *jx.Decoder) error
- func (s *GetTimeLineOKItemsItem) Encode(e *jx.Encoder)
- func (s *GetTimeLineOKItemsItem) GetActionItemID() string
- func (s *GetTimeLineOKItemsItem) GetContent() string
- func (s *GetTimeLineOKItemsItem) GetCreatedAt() string
- func (s *GetTimeLineOKItemsItem) GetSequence() int
- func (s *GetTimeLineOKItemsItem) GetStatus() string
- func (s *GetTimeLineOKItemsItem) GetUpdatedAt() string
- func (s *GetTimeLineOKItemsItem) MarshalJSON() ([]byte, error)
- func (s *GetTimeLineOKItemsItem) SetActionItemID(val string)
- func (s *GetTimeLineOKItemsItem) SetContent(val string)
- func (s *GetTimeLineOKItemsItem) SetCreatedAt(val string)
- func (s *GetTimeLineOKItemsItem) SetSequence(val int)
- func (s *GetTimeLineOKItemsItem) SetStatus(val string)
- func (s *GetTimeLineOKItemsItem) SetUpdatedAt(val string)
- func (s *GetTimeLineOKItemsItem) UnmarshalJSON(data []byte) error
- type GetTimeLineParams
- type GetTimeLineRes
- type GetUserInfoInternalServerError
- type GetUserInfoOK
- func (s *GetUserInfoOK) Decode(d *jx.Decoder) error
- func (s *GetUserInfoOK) Encode(e *jx.Encoder)
- func (s *GetUserInfoOK) GetDemographics() GetUserInfoOKDemographics
- func (s *GetUserInfoOK) GetUser() GetUserInfoOKUser
- func (s *GetUserInfoOK) MarshalJSON() ([]byte, error)
- func (s *GetUserInfoOK) SetDemographics(val GetUserInfoOKDemographics)
- func (s *GetUserInfoOK) SetUser(val GetUserInfoOKUser)
- func (s *GetUserInfoOK) UnmarshalJSON(data []byte) error
- func (s *GetUserInfoOK) Validate() error
- type GetUserInfoOKDemographics
- func (s *GetUserInfoOKDemographics) Decode(d *jx.Decoder) error
- func (s *GetUserInfoOKDemographics) Encode(e *jx.Encoder)
- func (s *GetUserInfoOKDemographics) GetCity() OptNilString
- func (s *GetUserInfoOKDemographics) GetGender() string
- func (s *GetUserInfoOKDemographics) GetHouseholdSize() OptNilInt
- func (s *GetUserInfoOKDemographics) GetOccupation() string
- func (s *GetUserInfoOKDemographics) GetPrefecture() OptNilString
- func (s *GetUserInfoOKDemographics) GetYearOfBirth() OptNilInt
- func (s *GetUserInfoOKDemographics) MarshalJSON() ([]byte, error)
- func (s *GetUserInfoOKDemographics) SetCity(val OptNilString)
- func (s *GetUserInfoOKDemographics) SetGender(val string)
- func (s *GetUserInfoOKDemographics) SetHouseholdSize(val OptNilInt)
- func (s *GetUserInfoOKDemographics) SetOccupation(val string)
- func (s *GetUserInfoOKDemographics) SetPrefecture(val OptNilString)
- func (s *GetUserInfoOKDemographics) SetYearOfBirth(val OptNilInt)
- func (s *GetUserInfoOKDemographics) UnmarshalJSON(data []byte) error
- func (s *GetUserInfoOKDemographics) Validate() error
- type GetUserInfoOKUser
- func (s *GetUserInfoOKUser) Decode(d *jx.Decoder) error
- func (s *GetUserInfoOKUser) Encode(e *jx.Encoder)
- func (s *GetUserInfoOKUser) GetDisplayID() string
- func (s *GetUserInfoOKUser) GetDisplayName() string
- func (s *GetUserInfoOKUser) GetIconURL() OptNilString
- func (s *GetUserInfoOKUser) MarshalJSON() ([]byte, error)
- func (s *GetUserInfoOKUser) SetDisplayID(val string)
- func (s *GetUserInfoOKUser) SetDisplayName(val string)
- func (s *GetUserInfoOKUser) SetIconURL(val OptNilString)
- func (s *GetUserInfoOKUser) UnmarshalJSON(data []byte) error
- func (s *GetUserInfoOKUser) Validate() error
- type GetUserInfoRes
- type Handler
- type Labeler
- type ManageHandler
- type ManageIndexOK
- type ManageRegenerateOK
- func (s *ManageRegenerateOK) Decode(d *jx.Decoder) error
- func (s *ManageRegenerateOK) Encode(e *jx.Encoder)
- func (s *ManageRegenerateOK) GetMessage() OptString
- func (s *ManageRegenerateOK) GetStatus() OptString
- func (s *ManageRegenerateOK) MarshalJSON() ([]byte, error)
- func (s *ManageRegenerateOK) SetMessage(val OptString)
- func (s *ManageRegenerateOK) SetStatus(val OptString)
- func (s *ManageRegenerateOK) UnmarshalJSON(data []byte) error
- type ManageRegenerateReq
- func (s *ManageRegenerateReq) Decode(d *jx.Decoder) error
- func (s *ManageRegenerateReq) Encode(e *jx.Encoder)
- func (s *ManageRegenerateReq) GetTalkSessionID() string
- func (s *ManageRegenerateReq) GetType() ManageRegenerateReqType
- func (s *ManageRegenerateReq) MarshalJSON() ([]byte, error)
- func (s *ManageRegenerateReq) SetTalkSessionID(val string)
- func (s *ManageRegenerateReq) SetType(val ManageRegenerateReqType)
- func (s *ManageRegenerateReq) UnmarshalJSON(data []byte) error
- func (s *ManageRegenerateReq) Validate() error
- type ManageRegenerateReqType
- func (ManageRegenerateReqType) AllValues() []ManageRegenerateReqType
- func (s *ManageRegenerateReqType) Decode(d *jx.Decoder) error
- func (s ManageRegenerateReqType) Encode(e *jx.Encoder)
- func (s ManageRegenerateReqType) MarshalJSON() ([]byte, error)
- func (s ManageRegenerateReqType) MarshalText() ([]byte, error)
- func (s *ManageRegenerateReqType) UnmarshalJSON(data []byte) error
- func (s *ManageRegenerateReqType) UnmarshalText(data []byte) error
- func (s ManageRegenerateReqType) Validate() error
- type Middleware
- type NilVoteReqVoteStatus
- type OAuthCallbackFound
- type OAuthCallbackParams
- type OAuthRevokeNoContent
- type OAuthRevokeRes
- type OAuthRevokeUnauthorized
- type OAuthTokenInfoBadRequest
- func (s *OAuthTokenInfoBadRequest) Decode(d *jx.Decoder) error
- func (s *OAuthTokenInfoBadRequest) Encode(e *jx.Encoder)
- func (s *OAuthTokenInfoBadRequest) GetCode() string
- func (s *OAuthTokenInfoBadRequest) GetMessage() string
- func (s *OAuthTokenInfoBadRequest) MarshalJSON() ([]byte, error)
- func (s *OAuthTokenInfoBadRequest) SetCode(val string)
- func (s *OAuthTokenInfoBadRequest) SetMessage(val string)
- func (s *OAuthTokenInfoBadRequest) UnmarshalJSON(data []byte) error
- type OAuthTokenInfoInternalServerError
- func (s *OAuthTokenInfoInternalServerError) Decode(d *jx.Decoder) error
- func (s *OAuthTokenInfoInternalServerError) Encode(e *jx.Encoder)
- func (s *OAuthTokenInfoInternalServerError) GetCode() string
- func (s *OAuthTokenInfoInternalServerError) GetMessage() string
- func (s *OAuthTokenInfoInternalServerError) MarshalJSON() ([]byte, error)
- func (s *OAuthTokenInfoInternalServerError) SetCode(val string)
- func (s *OAuthTokenInfoInternalServerError) SetMessage(val string)
- func (s *OAuthTokenInfoInternalServerError) UnmarshalJSON(data []byte) error
- type OAuthTokenInfoOK
- func (s *OAuthTokenInfoOK) Decode(d *jx.Decoder) error
- func (s *OAuthTokenInfoOK) Encode(e *jx.Encoder)
- func (s *OAuthTokenInfoOK) GetAud() string
- func (s *OAuthTokenInfoOK) GetDisplayId() OptString
- func (s *OAuthTokenInfoOK) GetDisplayName() OptString
- func (s *OAuthTokenInfoOK) GetExp() string
- func (s *OAuthTokenInfoOK) GetIat() string
- func (s *OAuthTokenInfoOK) GetIconURL() OptString
- func (s *OAuthTokenInfoOK) GetIsVerify() bool
- func (s *OAuthTokenInfoOK) GetIss() string
- func (s *OAuthTokenInfoOK) GetJti() string
- func (s *OAuthTokenInfoOK) GetSub() string
- func (s *OAuthTokenInfoOK) MarshalJSON() ([]byte, error)
- func (s *OAuthTokenInfoOK) SetAud(val string)
- func (s *OAuthTokenInfoOK) SetDisplayId(val OptString)
- func (s *OAuthTokenInfoOK) SetDisplayName(val OptString)
- func (s *OAuthTokenInfoOK) SetExp(val string)
- func (s *OAuthTokenInfoOK) SetIat(val string)
- func (s *OAuthTokenInfoOK) SetIconURL(val OptString)
- func (s *OAuthTokenInfoOK) SetIsVerify(val bool)
- func (s *OAuthTokenInfoOK) SetIss(val string)
- func (s *OAuthTokenInfoOK) SetJti(val string)
- func (s *OAuthTokenInfoOK) SetSub(val string)
- func (s *OAuthTokenInfoOK) UnmarshalJSON(data []byte) error
- type OAuthTokenInfoRes
- type OpinionComments2BadRequest
- func (s *OpinionComments2BadRequest) Decode(d *jx.Decoder) error
- func (s *OpinionComments2BadRequest) Encode(e *jx.Encoder)
- func (s *OpinionComments2BadRequest) GetCode() string
- func (s *OpinionComments2BadRequest) GetMessage() string
- func (s *OpinionComments2BadRequest) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2BadRequest) SetCode(val string)
- func (s *OpinionComments2BadRequest) SetMessage(val string)
- func (s *OpinionComments2BadRequest) UnmarshalJSON(data []byte) error
- type OpinionComments2InternalServerError
- func (s *OpinionComments2InternalServerError) Decode(d *jx.Decoder) error
- func (s *OpinionComments2InternalServerError) Encode(e *jx.Encoder)
- func (s *OpinionComments2InternalServerError) GetCode() string
- func (s *OpinionComments2InternalServerError) GetMessage() string
- func (s *OpinionComments2InternalServerError) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2InternalServerError) SetCode(val string)
- func (s *OpinionComments2InternalServerError) SetMessage(val string)
- func (s *OpinionComments2InternalServerError) UnmarshalJSON(data []byte) error
- type OpinionComments2OK
- func (s *OpinionComments2OK) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OK) Encode(e *jx.Encoder)
- func (s *OpinionComments2OK) GetParentOpinions() []OpinionComments2OKParentOpinionsItem
- func (s *OpinionComments2OK) GetReplyOpinions() []OpinionComments2OKReplyOpinionsItem
- func (s *OpinionComments2OK) GetRootOpinion() OpinionComments2OKRootOpinion
- func (s *OpinionComments2OK) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OK) SetParentOpinions(val []OpinionComments2OKParentOpinionsItem)
- func (s *OpinionComments2OK) SetReplyOpinions(val []OpinionComments2OKReplyOpinionsItem)
- func (s *OpinionComments2OK) SetRootOpinion(val OpinionComments2OKRootOpinion)
- func (s *OpinionComments2OK) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OK) Validate() error
- type OpinionComments2OKParentOpinionsItem
- func (s *OpinionComments2OKParentOpinionsItem) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OKParentOpinionsItem) Encode(e *jx.Encoder)
- func (s *OpinionComments2OKParentOpinionsItem) GetLevel() int
- func (s *OpinionComments2OKParentOpinionsItem) GetMyVoteType() OpinionComments2OKParentOpinionsItemMyVoteType
- func (s *OpinionComments2OKParentOpinionsItem) GetOpinion() OpinionComments2OKParentOpinionsItemOpinion
- func (s *OpinionComments2OKParentOpinionsItem) GetUser() OpinionComments2OKParentOpinionsItemUser
- func (s *OpinionComments2OKParentOpinionsItem) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKParentOpinionsItem) SetLevel(val int)
- func (s *OpinionComments2OKParentOpinionsItem) SetMyVoteType(val OpinionComments2OKParentOpinionsItemMyVoteType)
- func (s *OpinionComments2OKParentOpinionsItem) SetOpinion(val OpinionComments2OKParentOpinionsItemOpinion)
- func (s *OpinionComments2OKParentOpinionsItem) SetUser(val OpinionComments2OKParentOpinionsItemUser)
- func (s *OpinionComments2OKParentOpinionsItem) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKParentOpinionsItem) Validate() error
- type OpinionComments2OKParentOpinionsItemMyVoteType
- func (OpinionComments2OKParentOpinionsItemMyVoteType) AllValues() []OpinionComments2OKParentOpinionsItemMyVoteType
- func (s *OpinionComments2OKParentOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
- func (s OpinionComments2OKParentOpinionsItemMyVoteType) Encode(e *jx.Encoder)
- func (s OpinionComments2OKParentOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
- func (s OpinionComments2OKParentOpinionsItemMyVoteType) MarshalText() ([]byte, error)
- func (s *OpinionComments2OKParentOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKParentOpinionsItemMyVoteType) UnmarshalText(data []byte) error
- func (s OpinionComments2OKParentOpinionsItemMyVoteType) Validate() error
- type OpinionComments2OKParentOpinionsItemOpinion
- func (s *OpinionComments2OKParentOpinionsItemOpinion) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OKParentOpinionsItemOpinion) Encode(e *jx.Encoder)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) GetContent() string
- func (s *OpinionComments2OKParentOpinionsItemOpinion) GetID() string
- func (s *OpinionComments2OKParentOpinionsItemOpinion) GetParentID() OptString
- func (s *OpinionComments2OKParentOpinionsItemOpinion) GetPictureURL() OptString
- func (s *OpinionComments2OKParentOpinionsItemOpinion) GetPostedAt() string
- func (s *OpinionComments2OKParentOpinionsItemOpinion) GetReferenceURL() OptString
- func (s *OpinionComments2OKParentOpinionsItemOpinion) GetTitle() OptString
- func (s *OpinionComments2OKParentOpinionsItemOpinion) GetVoteType() OptOpinionComments2OKParentOpinionsItemOpinionVoteType
- func (s *OpinionComments2OKParentOpinionsItemOpinion) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) SetContent(val string)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) SetID(val string)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) SetParentID(val OptString)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) SetPictureURL(val OptString)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) SetPostedAt(val string)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) SetReferenceURL(val OptString)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) SetTitle(val OptString)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) SetVoteType(val OptOpinionComments2OKParentOpinionsItemOpinionVoteType)
- func (s *OpinionComments2OKParentOpinionsItemOpinion) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKParentOpinionsItemOpinion) Validate() error
- type OpinionComments2OKParentOpinionsItemOpinionVoteType
- func (OpinionComments2OKParentOpinionsItemOpinionVoteType) AllValues() []OpinionComments2OKParentOpinionsItemOpinionVoteType
- func (s *OpinionComments2OKParentOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (s OpinionComments2OKParentOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (s OpinionComments2OKParentOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s OpinionComments2OKParentOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
- func (s *OpinionComments2OKParentOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKParentOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
- func (s OpinionComments2OKParentOpinionsItemOpinionVoteType) Validate() error
- type OpinionComments2OKParentOpinionsItemUser
- func (s *OpinionComments2OKParentOpinionsItemUser) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OKParentOpinionsItemUser) Encode(e *jx.Encoder)
- func (s *OpinionComments2OKParentOpinionsItemUser) GetDisplayID() string
- func (s *OpinionComments2OKParentOpinionsItemUser) GetDisplayName() string
- func (s *OpinionComments2OKParentOpinionsItemUser) GetIconURL() OptNilString
- func (s *OpinionComments2OKParentOpinionsItemUser) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKParentOpinionsItemUser) SetDisplayID(val string)
- func (s *OpinionComments2OKParentOpinionsItemUser) SetDisplayName(val string)
- func (s *OpinionComments2OKParentOpinionsItemUser) SetIconURL(val OptNilString)
- func (s *OpinionComments2OKParentOpinionsItemUser) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKParentOpinionsItemUser) Validate() error
- type OpinionComments2OKReplyOpinionsItem
- func (s *OpinionComments2OKReplyOpinionsItem) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OKReplyOpinionsItem) Encode(e *jx.Encoder)
- func (s *OpinionComments2OKReplyOpinionsItem) GetMyVoteType() OptOpinionComments2OKReplyOpinionsItemMyVoteType
- func (s *OpinionComments2OKReplyOpinionsItem) GetOpinion() OpinionComments2OKReplyOpinionsItemOpinion
- func (s *OpinionComments2OKReplyOpinionsItem) GetUser() OpinionComments2OKReplyOpinionsItemUser
- func (s *OpinionComments2OKReplyOpinionsItem) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKReplyOpinionsItem) SetMyVoteType(val OptOpinionComments2OKReplyOpinionsItemMyVoteType)
- func (s *OpinionComments2OKReplyOpinionsItem) SetOpinion(val OpinionComments2OKReplyOpinionsItemOpinion)
- func (s *OpinionComments2OKReplyOpinionsItem) SetUser(val OpinionComments2OKReplyOpinionsItemUser)
- func (s *OpinionComments2OKReplyOpinionsItem) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKReplyOpinionsItem) Validate() error
- type OpinionComments2OKReplyOpinionsItemMyVoteType
- func NewNullOpinionComments2OKReplyOpinionsItemMyVoteType(v struct{}) OpinionComments2OKReplyOpinionsItemMyVoteType
- func NewOpinionComments2OKReplyOpinionsItemMyVoteType0OpinionComments2OKReplyOpinionsItemMyVoteType(v OpinionComments2OKReplyOpinionsItemMyVoteType0) OpinionComments2OKReplyOpinionsItemMyVoteType
- func (s *OpinionComments2OKReplyOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType) Encode(e *jx.Encoder)
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType) GetNull() (v struct{}, ok bool)
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType) GetOpinionComments2OKReplyOpinionsItemMyVoteType0() (v OpinionComments2OKReplyOpinionsItemMyVoteType0, ok bool)
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType) IsNull() bool
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType) IsOpinionComments2OKReplyOpinionsItemMyVoteType0() bool
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKReplyOpinionsItemMyVoteType) SetNull(v struct{})
- func (s *OpinionComments2OKReplyOpinionsItemMyVoteType) SetOpinionComments2OKReplyOpinionsItemMyVoteType0(v OpinionComments2OKReplyOpinionsItemMyVoteType0)
- func (s *OpinionComments2OKReplyOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType) Validate() error
- type OpinionComments2OKReplyOpinionsItemMyVoteType0
- func (OpinionComments2OKReplyOpinionsItemMyVoteType0) AllValues() []OpinionComments2OKReplyOpinionsItemMyVoteType0
- func (s *OpinionComments2OKReplyOpinionsItemMyVoteType0) Decode(d *jx.Decoder) error
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType0) Encode(e *jx.Encoder)
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType0) MarshalJSON() ([]byte, error)
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType0) MarshalText() ([]byte, error)
- func (s *OpinionComments2OKReplyOpinionsItemMyVoteType0) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKReplyOpinionsItemMyVoteType0) UnmarshalText(data []byte) error
- func (s OpinionComments2OKReplyOpinionsItemMyVoteType0) Validate() error
- type OpinionComments2OKReplyOpinionsItemMyVoteTypeType
- type OpinionComments2OKReplyOpinionsItemOpinion
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) Encode(e *jx.Encoder)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetContent() string
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetID() string
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetParentID() OptString
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetPictureURL() OptString
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetPostedAt() string
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetReferenceURL() OptString
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetTitle() OptString
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetVoteType() OptOpinionComments2OKReplyOpinionsItemOpinionVoteType
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetContent(val string)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetID(val string)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetParentID(val OptString)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetPictureURL(val OptString)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetPostedAt(val string)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetReferenceURL(val OptString)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetTitle(val OptString)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetVoteType(val OptOpinionComments2OKReplyOpinionsItemOpinionVoteType)
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKReplyOpinionsItemOpinion) Validate() error
- type OpinionComments2OKReplyOpinionsItemOpinionVoteType
- func (OpinionComments2OKReplyOpinionsItemOpinionVoteType) AllValues() []OpinionComments2OKReplyOpinionsItemOpinionVoteType
- func (s *OpinionComments2OKReplyOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (s OpinionComments2OKReplyOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (s OpinionComments2OKReplyOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s OpinionComments2OKReplyOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
- func (s *OpinionComments2OKReplyOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKReplyOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
- func (s OpinionComments2OKReplyOpinionsItemOpinionVoteType) Validate() error
- type OpinionComments2OKReplyOpinionsItemUser
- func (s *OpinionComments2OKReplyOpinionsItemUser) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OKReplyOpinionsItemUser) Encode(e *jx.Encoder)
- func (s *OpinionComments2OKReplyOpinionsItemUser) GetDisplayID() string
- func (s *OpinionComments2OKReplyOpinionsItemUser) GetDisplayName() string
- func (s *OpinionComments2OKReplyOpinionsItemUser) GetIconURL() OptNilString
- func (s *OpinionComments2OKReplyOpinionsItemUser) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKReplyOpinionsItemUser) SetDisplayID(val string)
- func (s *OpinionComments2OKReplyOpinionsItemUser) SetDisplayName(val string)
- func (s *OpinionComments2OKReplyOpinionsItemUser) SetIconURL(val OptNilString)
- func (s *OpinionComments2OKReplyOpinionsItemUser) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKReplyOpinionsItemUser) Validate() error
- type OpinionComments2OKRootOpinion
- func (s *OpinionComments2OKRootOpinion) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OKRootOpinion) Encode(e *jx.Encoder)
- func (s *OpinionComments2OKRootOpinion) GetOpinion() OpinionComments2OKRootOpinionOpinion
- func (s *OpinionComments2OKRootOpinion) GetUser() OpinionComments2OKRootOpinionUser
- func (s *OpinionComments2OKRootOpinion) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKRootOpinion) SetOpinion(val OpinionComments2OKRootOpinionOpinion)
- func (s *OpinionComments2OKRootOpinion) SetUser(val OpinionComments2OKRootOpinionUser)
- func (s *OpinionComments2OKRootOpinion) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKRootOpinion) Validate() error
- type OpinionComments2OKRootOpinionOpinion
- func (s *OpinionComments2OKRootOpinionOpinion) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OKRootOpinionOpinion) Encode(e *jx.Encoder)
- func (s *OpinionComments2OKRootOpinionOpinion) GetContent() string
- func (s *OpinionComments2OKRootOpinionOpinion) GetID() string
- func (s *OpinionComments2OKRootOpinionOpinion) GetParentID() OptString
- func (s *OpinionComments2OKRootOpinionOpinion) GetPictureURL() OptString
- func (s *OpinionComments2OKRootOpinionOpinion) GetPostedAt() string
- func (s *OpinionComments2OKRootOpinionOpinion) GetReferenceURL() OptString
- func (s *OpinionComments2OKRootOpinionOpinion) GetTitle() OptString
- func (s *OpinionComments2OKRootOpinionOpinion) GetVoteType() OptOpinionComments2OKRootOpinionOpinionVoteType
- func (s *OpinionComments2OKRootOpinionOpinion) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKRootOpinionOpinion) SetContent(val string)
- func (s *OpinionComments2OKRootOpinionOpinion) SetID(val string)
- func (s *OpinionComments2OKRootOpinionOpinion) SetParentID(val OptString)
- func (s *OpinionComments2OKRootOpinionOpinion) SetPictureURL(val OptString)
- func (s *OpinionComments2OKRootOpinionOpinion) SetPostedAt(val string)
- func (s *OpinionComments2OKRootOpinionOpinion) SetReferenceURL(val OptString)
- func (s *OpinionComments2OKRootOpinionOpinion) SetTitle(val OptString)
- func (s *OpinionComments2OKRootOpinionOpinion) SetVoteType(val OptOpinionComments2OKRootOpinionOpinionVoteType)
- func (s *OpinionComments2OKRootOpinionOpinion) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKRootOpinionOpinion) Validate() error
- type OpinionComments2OKRootOpinionOpinionVoteType
- func (OpinionComments2OKRootOpinionOpinionVoteType) AllValues() []OpinionComments2OKRootOpinionOpinionVoteType
- func (s *OpinionComments2OKRootOpinionOpinionVoteType) Decode(d *jx.Decoder) error
- func (s OpinionComments2OKRootOpinionOpinionVoteType) Encode(e *jx.Encoder)
- func (s OpinionComments2OKRootOpinionOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s OpinionComments2OKRootOpinionOpinionVoteType) MarshalText() ([]byte, error)
- func (s *OpinionComments2OKRootOpinionOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKRootOpinionOpinionVoteType) UnmarshalText(data []byte) error
- func (s OpinionComments2OKRootOpinionOpinionVoteType) Validate() error
- type OpinionComments2OKRootOpinionUser
- func (s *OpinionComments2OKRootOpinionUser) Decode(d *jx.Decoder) error
- func (s *OpinionComments2OKRootOpinionUser) Encode(e *jx.Encoder)
- func (s *OpinionComments2OKRootOpinionUser) GetDisplayID() string
- func (s *OpinionComments2OKRootOpinionUser) GetDisplayName() string
- func (s *OpinionComments2OKRootOpinionUser) GetIconURL() OptNilString
- func (s *OpinionComments2OKRootOpinionUser) MarshalJSON() ([]byte, error)
- func (s *OpinionComments2OKRootOpinionUser) SetDisplayID(val string)
- func (s *OpinionComments2OKRootOpinionUser) SetDisplayName(val string)
- func (s *OpinionComments2OKRootOpinionUser) SetIconURL(val OptNilString)
- func (s *OpinionComments2OKRootOpinionUser) UnmarshalJSON(data []byte) error
- func (s *OpinionComments2OKRootOpinionUser) Validate() error
- type OpinionComments2Params
- type OpinionComments2Res
- type OpinionCommentsBadRequest
- func (s *OpinionCommentsBadRequest) Decode(d *jx.Decoder) error
- func (s *OpinionCommentsBadRequest) Encode(e *jx.Encoder)
- func (s *OpinionCommentsBadRequest) GetCode() string
- func (s *OpinionCommentsBadRequest) GetMessage() string
- func (s *OpinionCommentsBadRequest) MarshalJSON() ([]byte, error)
- func (s *OpinionCommentsBadRequest) SetCode(val string)
- func (s *OpinionCommentsBadRequest) SetMessage(val string)
- func (s *OpinionCommentsBadRequest) UnmarshalJSON(data []byte) error
- type OpinionCommentsInternalServerError
- func (s *OpinionCommentsInternalServerError) Decode(d *jx.Decoder) error
- func (s *OpinionCommentsInternalServerError) Encode(e *jx.Encoder)
- func (s *OpinionCommentsInternalServerError) GetCode() string
- func (s *OpinionCommentsInternalServerError) GetMessage() string
- func (s *OpinionCommentsInternalServerError) MarshalJSON() ([]byte, error)
- func (s *OpinionCommentsInternalServerError) SetCode(val string)
- func (s *OpinionCommentsInternalServerError) SetMessage(val string)
- func (s *OpinionCommentsInternalServerError) UnmarshalJSON(data []byte) error
- type OpinionCommentsOK
- func (s *OpinionCommentsOK) Decode(d *jx.Decoder) error
- func (s *OpinionCommentsOK) Encode(e *jx.Encoder)
- func (s *OpinionCommentsOK) GetOpinions() []OpinionCommentsOKOpinionsItem
- func (s *OpinionCommentsOK) GetRootOpinion() OpinionCommentsOKRootOpinion
- func (s *OpinionCommentsOK) MarshalJSON() ([]byte, error)
- func (s *OpinionCommentsOK) SetOpinions(val []OpinionCommentsOKOpinionsItem)
- func (s *OpinionCommentsOK) SetRootOpinion(val OpinionCommentsOKRootOpinion)
- func (s *OpinionCommentsOK) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOK) Validate() error
- type OpinionCommentsOKOpinionsItem
- func (s *OpinionCommentsOKOpinionsItem) Decode(d *jx.Decoder) error
- func (s *OpinionCommentsOKOpinionsItem) Encode(e *jx.Encoder)
- func (s *OpinionCommentsOKOpinionsItem) GetMyVoteType() OptOpinionCommentsOKOpinionsItemMyVoteType
- func (s *OpinionCommentsOKOpinionsItem) GetOpinion() OpinionCommentsOKOpinionsItemOpinion
- func (s *OpinionCommentsOKOpinionsItem) GetUser() OpinionCommentsOKOpinionsItemUser
- func (s *OpinionCommentsOKOpinionsItem) MarshalJSON() ([]byte, error)
- func (s *OpinionCommentsOKOpinionsItem) SetMyVoteType(val OptOpinionCommentsOKOpinionsItemMyVoteType)
- func (s *OpinionCommentsOKOpinionsItem) SetOpinion(val OpinionCommentsOKOpinionsItemOpinion)
- func (s *OpinionCommentsOKOpinionsItem) SetUser(val OpinionCommentsOKOpinionsItemUser)
- func (s *OpinionCommentsOKOpinionsItem) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKOpinionsItem) Validate() error
- type OpinionCommentsOKOpinionsItemMyVoteType
- func (OpinionCommentsOKOpinionsItemMyVoteType) AllValues() []OpinionCommentsOKOpinionsItemMyVoteType
- func (s *OpinionCommentsOKOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
- func (s OpinionCommentsOKOpinionsItemMyVoteType) Encode(e *jx.Encoder)
- func (s OpinionCommentsOKOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
- func (s OpinionCommentsOKOpinionsItemMyVoteType) MarshalText() ([]byte, error)
- func (s *OpinionCommentsOKOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKOpinionsItemMyVoteType) UnmarshalText(data []byte) error
- func (s OpinionCommentsOKOpinionsItemMyVoteType) Validate() error
- type OpinionCommentsOKOpinionsItemOpinion
- func (s *OpinionCommentsOKOpinionsItemOpinion) Decode(d *jx.Decoder) error
- func (s *OpinionCommentsOKOpinionsItemOpinion) Encode(e *jx.Encoder)
- func (s *OpinionCommentsOKOpinionsItemOpinion) GetContent() string
- func (s *OpinionCommentsOKOpinionsItemOpinion) GetID() string
- func (s *OpinionCommentsOKOpinionsItemOpinion) GetParentID() OptString
- func (s *OpinionCommentsOKOpinionsItemOpinion) GetPictureURL() OptString
- func (s *OpinionCommentsOKOpinionsItemOpinion) GetPostedAt() string
- func (s *OpinionCommentsOKOpinionsItemOpinion) GetReferenceURL() OptString
- func (s *OpinionCommentsOKOpinionsItemOpinion) GetTitle() OptString
- func (s *OpinionCommentsOKOpinionsItemOpinion) GetVoteType() OptOpinionCommentsOKOpinionsItemOpinionVoteType
- func (s *OpinionCommentsOKOpinionsItemOpinion) MarshalJSON() ([]byte, error)
- func (s *OpinionCommentsOKOpinionsItemOpinion) SetContent(val string)
- func (s *OpinionCommentsOKOpinionsItemOpinion) SetID(val string)
- func (s *OpinionCommentsOKOpinionsItemOpinion) SetParentID(val OptString)
- func (s *OpinionCommentsOKOpinionsItemOpinion) SetPictureURL(val OptString)
- func (s *OpinionCommentsOKOpinionsItemOpinion) SetPostedAt(val string)
- func (s *OpinionCommentsOKOpinionsItemOpinion) SetReferenceURL(val OptString)
- func (s *OpinionCommentsOKOpinionsItemOpinion) SetTitle(val OptString)
- func (s *OpinionCommentsOKOpinionsItemOpinion) SetVoteType(val OptOpinionCommentsOKOpinionsItemOpinionVoteType)
- func (s *OpinionCommentsOKOpinionsItemOpinion) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKOpinionsItemOpinion) Validate() error
- type OpinionCommentsOKOpinionsItemOpinionVoteType
- func (OpinionCommentsOKOpinionsItemOpinionVoteType) AllValues() []OpinionCommentsOKOpinionsItemOpinionVoteType
- func (s *OpinionCommentsOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (s OpinionCommentsOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (s OpinionCommentsOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s OpinionCommentsOKOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
- func (s *OpinionCommentsOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
- func (s OpinionCommentsOKOpinionsItemOpinionVoteType) Validate() error
- type OpinionCommentsOKOpinionsItemUser
- func (s *OpinionCommentsOKOpinionsItemUser) Decode(d *jx.Decoder) error
- func (s *OpinionCommentsOKOpinionsItemUser) Encode(e *jx.Encoder)
- func (s *OpinionCommentsOKOpinionsItemUser) GetDisplayID() string
- func (s *OpinionCommentsOKOpinionsItemUser) GetDisplayName() string
- func (s *OpinionCommentsOKOpinionsItemUser) GetIconURL() OptNilString
- func (s *OpinionCommentsOKOpinionsItemUser) MarshalJSON() ([]byte, error)
- func (s *OpinionCommentsOKOpinionsItemUser) SetDisplayID(val string)
- func (s *OpinionCommentsOKOpinionsItemUser) SetDisplayName(val string)
- func (s *OpinionCommentsOKOpinionsItemUser) SetIconURL(val OptNilString)
- func (s *OpinionCommentsOKOpinionsItemUser) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKOpinionsItemUser) Validate() error
- type OpinionCommentsOKRootOpinion
- func (s *OpinionCommentsOKRootOpinion) Decode(d *jx.Decoder) error
- func (s *OpinionCommentsOKRootOpinion) Encode(e *jx.Encoder)
- func (s *OpinionCommentsOKRootOpinion) GetMyVoteType() OptOpinionCommentsOKRootOpinionMyVoteType
- func (s *OpinionCommentsOKRootOpinion) GetOpinion() OpinionCommentsOKRootOpinionOpinion
- func (s *OpinionCommentsOKRootOpinion) GetUser() OpinionCommentsOKRootOpinionUser
- func (s *OpinionCommentsOKRootOpinion) MarshalJSON() ([]byte, error)
- func (s *OpinionCommentsOKRootOpinion) SetMyVoteType(val OptOpinionCommentsOKRootOpinionMyVoteType)
- func (s *OpinionCommentsOKRootOpinion) SetOpinion(val OpinionCommentsOKRootOpinionOpinion)
- func (s *OpinionCommentsOKRootOpinion) SetUser(val OpinionCommentsOKRootOpinionUser)
- func (s *OpinionCommentsOKRootOpinion) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKRootOpinion) Validate() error
- type OpinionCommentsOKRootOpinionMyVoteType
- func (OpinionCommentsOKRootOpinionMyVoteType) AllValues() []OpinionCommentsOKRootOpinionMyVoteType
- func (s *OpinionCommentsOKRootOpinionMyVoteType) Decode(d *jx.Decoder) error
- func (s OpinionCommentsOKRootOpinionMyVoteType) Encode(e *jx.Encoder)
- func (s OpinionCommentsOKRootOpinionMyVoteType) MarshalJSON() ([]byte, error)
- func (s OpinionCommentsOKRootOpinionMyVoteType) MarshalText() ([]byte, error)
- func (s *OpinionCommentsOKRootOpinionMyVoteType) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKRootOpinionMyVoteType) UnmarshalText(data []byte) error
- func (s OpinionCommentsOKRootOpinionMyVoteType) Validate() error
- type OpinionCommentsOKRootOpinionOpinion
- func (s *OpinionCommentsOKRootOpinionOpinion) Decode(d *jx.Decoder) error
- func (s *OpinionCommentsOKRootOpinionOpinion) Encode(e *jx.Encoder)
- func (s *OpinionCommentsOKRootOpinionOpinion) GetContent() string
- func (s *OpinionCommentsOKRootOpinionOpinion) GetID() string
- func (s *OpinionCommentsOKRootOpinionOpinion) GetParentID() OptString
- func (s *OpinionCommentsOKRootOpinionOpinion) GetPictureURL() OptString
- func (s *OpinionCommentsOKRootOpinionOpinion) GetPostedAt() string
- func (s *OpinionCommentsOKRootOpinionOpinion) GetReferenceURL() OptString
- func (s *OpinionCommentsOKRootOpinionOpinion) GetTitle() OptString
- func (s *OpinionCommentsOKRootOpinionOpinion) GetVoteType() OptOpinionCommentsOKRootOpinionOpinionVoteType
- func (s *OpinionCommentsOKRootOpinionOpinion) MarshalJSON() ([]byte, error)
- func (s *OpinionCommentsOKRootOpinionOpinion) SetContent(val string)
- func (s *OpinionCommentsOKRootOpinionOpinion) SetID(val string)
- func (s *OpinionCommentsOKRootOpinionOpinion) SetParentID(val OptString)
- func (s *OpinionCommentsOKRootOpinionOpinion) SetPictureURL(val OptString)
- func (s *OpinionCommentsOKRootOpinionOpinion) SetPostedAt(val string)
- func (s *OpinionCommentsOKRootOpinionOpinion) SetReferenceURL(val OptString)
- func (s *OpinionCommentsOKRootOpinionOpinion) SetTitle(val OptString)
- func (s *OpinionCommentsOKRootOpinionOpinion) SetVoteType(val OptOpinionCommentsOKRootOpinionOpinionVoteType)
- func (s *OpinionCommentsOKRootOpinionOpinion) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKRootOpinionOpinion) Validate() error
- type OpinionCommentsOKRootOpinionOpinionVoteType
- func (OpinionCommentsOKRootOpinionOpinionVoteType) AllValues() []OpinionCommentsOKRootOpinionOpinionVoteType
- func (s *OpinionCommentsOKRootOpinionOpinionVoteType) Decode(d *jx.Decoder) error
- func (s OpinionCommentsOKRootOpinionOpinionVoteType) Encode(e *jx.Encoder)
- func (s OpinionCommentsOKRootOpinionOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s OpinionCommentsOKRootOpinionOpinionVoteType) MarshalText() ([]byte, error)
- func (s *OpinionCommentsOKRootOpinionOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKRootOpinionOpinionVoteType) UnmarshalText(data []byte) error
- func (s OpinionCommentsOKRootOpinionOpinionVoteType) Validate() error
- type OpinionCommentsOKRootOpinionUser
- func (s *OpinionCommentsOKRootOpinionUser) Decode(d *jx.Decoder) error
- func (s *OpinionCommentsOKRootOpinionUser) Encode(e *jx.Encoder)
- func (s *OpinionCommentsOKRootOpinionUser) GetDisplayID() string
- func (s *OpinionCommentsOKRootOpinionUser) GetDisplayName() string
- func (s *OpinionCommentsOKRootOpinionUser) GetIconURL() OptNilString
- func (s *OpinionCommentsOKRootOpinionUser) MarshalJSON() ([]byte, error)
- func (s *OpinionCommentsOKRootOpinionUser) SetDisplayID(val string)
- func (s *OpinionCommentsOKRootOpinionUser) SetDisplayName(val string)
- func (s *OpinionCommentsOKRootOpinionUser) SetIconURL(val OptNilString)
- func (s *OpinionCommentsOKRootOpinionUser) UnmarshalJSON(data []byte) error
- func (s *OpinionCommentsOKRootOpinionUser) Validate() error
- type OpinionCommentsParams
- type OpinionCommentsRes
- type OpinionHandler
- type OpinionsHistoryBadRequest
- type OpinionsHistoryInternalServerError
- type OpinionsHistoryOK
- func (s *OpinionsHistoryOK) Decode(d *jx.Decoder) error
- func (s *OpinionsHistoryOK) Encode(e *jx.Encoder)
- func (s *OpinionsHistoryOK) GetOpinions() []OpinionsHistoryOKOpinionsItem
- func (s *OpinionsHistoryOK) GetPagination() OpinionsHistoryOKPagination
- func (s *OpinionsHistoryOK) MarshalJSON() ([]byte, error)
- func (s *OpinionsHistoryOK) SetOpinions(val []OpinionsHistoryOKOpinionsItem)
- func (s *OpinionsHistoryOK) SetPagination(val OpinionsHistoryOKPagination)
- func (s *OpinionsHistoryOK) UnmarshalJSON(data []byte) error
- func (s *OpinionsHistoryOK) Validate() error
- type OpinionsHistoryOKOpinionsItem
- func (s *OpinionsHistoryOKOpinionsItem) Decode(d *jx.Decoder) error
- func (s *OpinionsHistoryOKOpinionsItem) Encode(e *jx.Encoder)
- func (s *OpinionsHistoryOKOpinionsItem) GetOpinion() OpinionsHistoryOKOpinionsItemOpinion
- func (s *OpinionsHistoryOKOpinionsItem) GetReplyCount() int
- func (s *OpinionsHistoryOKOpinionsItem) GetUser() OpinionsHistoryOKOpinionsItemUser
- func (s *OpinionsHistoryOKOpinionsItem) MarshalJSON() ([]byte, error)
- func (s *OpinionsHistoryOKOpinionsItem) SetOpinion(val OpinionsHistoryOKOpinionsItemOpinion)
- func (s *OpinionsHistoryOKOpinionsItem) SetReplyCount(val int)
- func (s *OpinionsHistoryOKOpinionsItem) SetUser(val OpinionsHistoryOKOpinionsItemUser)
- func (s *OpinionsHistoryOKOpinionsItem) UnmarshalJSON(data []byte) error
- func (s *OpinionsHistoryOKOpinionsItem) Validate() error
- type OpinionsHistoryOKOpinionsItemOpinion
- func (s *OpinionsHistoryOKOpinionsItemOpinion) Decode(d *jx.Decoder) error
- func (s *OpinionsHistoryOKOpinionsItemOpinion) Encode(e *jx.Encoder)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) GetContent() string
- func (s *OpinionsHistoryOKOpinionsItemOpinion) GetID() string
- func (s *OpinionsHistoryOKOpinionsItemOpinion) GetParentID() OptString
- func (s *OpinionsHistoryOKOpinionsItemOpinion) GetPictureURL() OptString
- func (s *OpinionsHistoryOKOpinionsItemOpinion) GetPostedAt() string
- func (s *OpinionsHistoryOKOpinionsItemOpinion) GetReferenceURL() OptString
- func (s *OpinionsHistoryOKOpinionsItemOpinion) GetTitle() OptString
- func (s *OpinionsHistoryOKOpinionsItemOpinion) GetVoteType() OptOpinionsHistoryOKOpinionsItemOpinionVoteType
- func (s *OpinionsHistoryOKOpinionsItemOpinion) MarshalJSON() ([]byte, error)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) SetContent(val string)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) SetID(val string)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) SetParentID(val OptString)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) SetPictureURL(val OptString)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) SetPostedAt(val string)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) SetReferenceURL(val OptString)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) SetTitle(val OptString)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) SetVoteType(val OptOpinionsHistoryOKOpinionsItemOpinionVoteType)
- func (s *OpinionsHistoryOKOpinionsItemOpinion) UnmarshalJSON(data []byte) error
- func (s *OpinionsHistoryOKOpinionsItemOpinion) Validate() error
- type OpinionsHistoryOKOpinionsItemOpinionVoteType
- func (OpinionsHistoryOKOpinionsItemOpinionVoteType) AllValues() []OpinionsHistoryOKOpinionsItemOpinionVoteType
- func (s *OpinionsHistoryOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (s OpinionsHistoryOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (s OpinionsHistoryOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s OpinionsHistoryOKOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
- func (s *OpinionsHistoryOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *OpinionsHistoryOKOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
- func (s OpinionsHistoryOKOpinionsItemOpinionVoteType) Validate() error
- type OpinionsHistoryOKOpinionsItemUser
- func (s *OpinionsHistoryOKOpinionsItemUser) Decode(d *jx.Decoder) error
- func (s *OpinionsHistoryOKOpinionsItemUser) Encode(e *jx.Encoder)
- func (s *OpinionsHistoryOKOpinionsItemUser) GetDisplayID() string
- func (s *OpinionsHistoryOKOpinionsItemUser) GetDisplayName() string
- func (s *OpinionsHistoryOKOpinionsItemUser) GetIconURL() OptNilString
- func (s *OpinionsHistoryOKOpinionsItemUser) MarshalJSON() ([]byte, error)
- func (s *OpinionsHistoryOKOpinionsItemUser) SetDisplayID(val string)
- func (s *OpinionsHistoryOKOpinionsItemUser) SetDisplayName(val string)
- func (s *OpinionsHistoryOKOpinionsItemUser) SetIconURL(val OptNilString)
- func (s *OpinionsHistoryOKOpinionsItemUser) UnmarshalJSON(data []byte) error
- func (s *OpinionsHistoryOKOpinionsItemUser) Validate() error
- type OpinionsHistoryOKPagination
- func (s *OpinionsHistoryOKPagination) Decode(d *jx.Decoder) error
- func (s *OpinionsHistoryOKPagination) Encode(e *jx.Encoder)
- func (s *OpinionsHistoryOKPagination) GetTotalCount() int
- func (s *OpinionsHistoryOKPagination) MarshalJSON() ([]byte, error)
- func (s *OpinionsHistoryOKPagination) SetTotalCount(val int)
- func (s *OpinionsHistoryOKPagination) UnmarshalJSON(data []byte) error
- type OpinionsHistoryParams
- type OpinionsHistoryRes
- type OpinionsHistorySort
- type OptBool
- func (o *OptBool) Decode(d *jx.Decoder) error
- func (o OptBool) Encode(e *jx.Encoder)
- func (o OptBool) Get() (v bool, ok bool)
- func (o OptBool) IsSet() bool
- func (s OptBool) MarshalJSON() ([]byte, error)
- func (o OptBool) Or(d bool) bool
- func (o *OptBool) Reset()
- func (o *OptBool) SetTo(v bool)
- func (s *OptBool) UnmarshalJSON(data []byte) error
- type OptCreateTalkSessionOKLocation
- func (o *OptCreateTalkSessionOKLocation) Decode(d *jx.Decoder) error
- func (o OptCreateTalkSessionOKLocation) Encode(e *jx.Encoder)
- func (o OptCreateTalkSessionOKLocation) Get() (v CreateTalkSessionOKLocation, ok bool)
- func (o OptCreateTalkSessionOKLocation) IsSet() bool
- func (s OptCreateTalkSessionOKLocation) MarshalJSON() ([]byte, error)
- func (o OptCreateTalkSessionOKLocation) Or(d CreateTalkSessionOKLocation) CreateTalkSessionOKLocation
- func (o *OptCreateTalkSessionOKLocation) Reset()
- func (o *OptCreateTalkSessionOKLocation) SetTo(v CreateTalkSessionOKLocation)
- func (s *OptCreateTalkSessionOKLocation) UnmarshalJSON(data []byte) error
- type OptCreateTalkSessionReq
- func (o OptCreateTalkSessionReq) Get() (v CreateTalkSessionReq, ok bool)
- func (o OptCreateTalkSessionReq) IsSet() bool
- func (o OptCreateTalkSessionReq) Or(d CreateTalkSessionReq) CreateTalkSessionReq
- func (o *OptCreateTalkSessionReq) Reset()
- func (o *OptCreateTalkSessionReq) SetTo(v CreateTalkSessionReq)
- type OptEditTalkSessionOKLocation
- func (o *OptEditTalkSessionOKLocation) Decode(d *jx.Decoder) error
- func (o OptEditTalkSessionOKLocation) Encode(e *jx.Encoder)
- func (o OptEditTalkSessionOKLocation) Get() (v EditTalkSessionOKLocation, ok bool)
- func (o OptEditTalkSessionOKLocation) IsSet() bool
- func (s OptEditTalkSessionOKLocation) MarshalJSON() ([]byte, error)
- func (o OptEditTalkSessionOKLocation) Or(d EditTalkSessionOKLocation) EditTalkSessionOKLocation
- func (o *OptEditTalkSessionOKLocation) Reset()
- func (o *OptEditTalkSessionOKLocation) SetTo(v EditTalkSessionOKLocation)
- func (s *OptEditTalkSessionOKLocation) UnmarshalJSON(data []byte) error
- type OptEditTalkSessionReq
- type OptEditTimeLineReq
- type OptEditUserProfileReq
- type OptFloat64
- func (o *OptFloat64) Decode(d *jx.Decoder) error
- func (o OptFloat64) Encode(e *jx.Encoder)
- func (o OptFloat64) Get() (v float64, ok bool)
- func (o OptFloat64) IsSet() bool
- func (s OptFloat64) MarshalJSON() ([]byte, error)
- func (o OptFloat64) Or(d float64) float64
- func (o *OptFloat64) Reset()
- func (o *OptFloat64) SetTo(v float64)
- func (s *OptFloat64) UnmarshalJSON(data []byte) error
- type OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation
- func (o *OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
- func (o OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
- func (o OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Get() (v GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation, ok bool)
- func (o OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) IsSet() bool
- func (s OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
- func (o OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Or(d GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation
- func (o *OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Reset()
- func (o *OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) SetTo(v GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation)
- func (s *OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
- type OptGetOpinionDetailOKOpinionVoteType
- func (o *OptGetOpinionDetailOKOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptGetOpinionDetailOKOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptGetOpinionDetailOKOpinionVoteType) Get() (v GetOpinionDetailOKOpinionVoteType, ok bool)
- func (o OptGetOpinionDetailOKOpinionVoteType) IsSet() bool
- func (s OptGetOpinionDetailOKOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptGetOpinionDetailOKOpinionVoteType) Or(d GetOpinionDetailOKOpinionVoteType) GetOpinionDetailOKOpinionVoteType
- func (o *OptGetOpinionDetailOKOpinionVoteType) Reset()
- func (o *OptGetOpinionDetailOKOpinionVoteType) SetTo(v GetOpinionDetailOKOpinionVoteType)
- func (s *OptGetOpinionDetailOKOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType
- func (o *OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Get() (v GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType, ok bool)
- func (o OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) IsSet() bool
- func (s OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Or(d GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType
- func (o *OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Reset()
- func (o *OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) SetTo(v GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType)
- func (s *OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptGetTalkSessionDetailOKLocation
- func (o *OptGetTalkSessionDetailOKLocation) Decode(d *jx.Decoder) error
- func (o OptGetTalkSessionDetailOKLocation) Encode(e *jx.Encoder)
- func (o OptGetTalkSessionDetailOKLocation) Get() (v GetTalkSessionDetailOKLocation, ok bool)
- func (o OptGetTalkSessionDetailOKLocation) IsSet() bool
- func (s OptGetTalkSessionDetailOKLocation) MarshalJSON() ([]byte, error)
- func (o OptGetTalkSessionDetailOKLocation) Or(d GetTalkSessionDetailOKLocation) GetTalkSessionDetailOKLocation
- func (o *OptGetTalkSessionDetailOKLocation) Reset()
- func (o *OptGetTalkSessionDetailOKLocation) SetTo(v GetTalkSessionDetailOKLocation)
- func (s *OptGetTalkSessionDetailOKLocation) UnmarshalJSON(data []byte) error
- type OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation
- func (o *OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
- func (o OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
- func (o OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Get() (v GetTalkSessionListOKTalkSessionsItemTalkSessionLocation, ok bool)
- func (o OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) IsSet() bool
- func (s OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
- func (o OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Or(d GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) GetTalkSessionListOKTalkSessionsItemTalkSessionLocation
- func (o *OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Reset()
- func (o *OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) SetTo(v GetTalkSessionListOKTalkSessionsItemTalkSessionLocation)
- func (s *OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
- type OptGetTalkSessionListSortKey
- func (o OptGetTalkSessionListSortKey) Get() (v GetTalkSessionListSortKey, ok bool)
- func (o OptGetTalkSessionListSortKey) IsSet() bool
- func (o OptGetTalkSessionListSortKey) Or(d GetTalkSessionListSortKey) GetTalkSessionListSortKey
- func (o *OptGetTalkSessionListSortKey) Reset()
- func (o *OptGetTalkSessionListSortKey) SetTo(v GetTalkSessionListSortKey)
- type OptInt
- func (o *OptInt) Decode(d *jx.Decoder) error
- func (o OptInt) Encode(e *jx.Encoder)
- func (o OptInt) Get() (v int, ok bool)
- func (o OptInt) IsSet() bool
- func (s OptInt) MarshalJSON() ([]byte, error)
- func (o OptInt) Or(d int) int
- func (o *OptInt) Reset()
- func (o *OptInt) SetTo(v int)
- func (s *OptInt) UnmarshalJSON(data []byte) error
- type OptManageRegenerateReq
- func (o *OptManageRegenerateReq) Decode(d *jx.Decoder) error
- func (o OptManageRegenerateReq) Encode(e *jx.Encoder)
- func (o OptManageRegenerateReq) Get() (v ManageRegenerateReq, ok bool)
- func (o OptManageRegenerateReq) IsSet() bool
- func (s OptManageRegenerateReq) MarshalJSON() ([]byte, error)
- func (o OptManageRegenerateReq) Or(d ManageRegenerateReq) ManageRegenerateReq
- func (o *OptManageRegenerateReq) Reset()
- func (o *OptManageRegenerateReq) SetTo(v ManageRegenerateReq)
- func (s *OptManageRegenerateReq) UnmarshalJSON(data []byte) error
- type OptMultipartFile
- type OptNilBool
- func (o *OptNilBool) Decode(d *jx.Decoder) error
- func (o OptNilBool) Encode(e *jx.Encoder)
- func (o OptNilBool) Get() (v bool, ok bool)
- func (o OptNilBool) IsNull() bool
- func (o OptNilBool) IsSet() bool
- func (s OptNilBool) MarshalJSON() ([]byte, error)
- func (o OptNilBool) Or(d bool) bool
- func (o *OptNilBool) Reset()
- func (o *OptNilBool) SetTo(v bool)
- func (o *OptNilBool) SetToNull()
- func (s *OptNilBool) UnmarshalJSON(data []byte) error
- type OptNilEditUserProfileReqGender
- func (o OptNilEditUserProfileReqGender) Get() (v EditUserProfileReqGender, ok bool)
- func (o OptNilEditUserProfileReqGender) IsNull() bool
- func (o OptNilEditUserProfileReqGender) IsSet() bool
- func (o OptNilEditUserProfileReqGender) Or(d EditUserProfileReqGender) EditUserProfileReqGender
- func (o *OptNilEditUserProfileReqGender) Reset()
- func (o *OptNilEditUserProfileReqGender) SetTo(v EditUserProfileReqGender)
- func (o *OptNilEditUserProfileReqGender) SetToNull()
- type OptNilEditUserProfileReqOccupation
- func (o OptNilEditUserProfileReqOccupation) Get() (v EditUserProfileReqOccupation, ok bool)
- func (o OptNilEditUserProfileReqOccupation) IsNull() bool
- func (o OptNilEditUserProfileReqOccupation) IsSet() bool
- func (o OptNilEditUserProfileReqOccupation) Or(d EditUserProfileReqOccupation) EditUserProfileReqOccupation
- func (o *OptNilEditUserProfileReqOccupation) Reset()
- func (o *OptNilEditUserProfileReqOccupation) SetTo(v EditUserProfileReqOccupation)
- func (o *OptNilEditUserProfileReqOccupation) SetToNull()
- type OptNilFloat64
- type OptNilGetOpenedTalkSessionStatus
- func (o OptNilGetOpenedTalkSessionStatus) Get() (v GetOpenedTalkSessionStatus, ok bool)
- func (o OptNilGetOpenedTalkSessionStatus) IsNull() bool
- func (o OptNilGetOpenedTalkSessionStatus) IsSet() bool
- func (o OptNilGetOpenedTalkSessionStatus) Or(d GetOpenedTalkSessionStatus) GetOpenedTalkSessionStatus
- func (o *OptNilGetOpenedTalkSessionStatus) Reset()
- func (o *OptNilGetOpenedTalkSessionStatus) SetTo(v GetOpenedTalkSessionStatus)
- func (o *OptNilGetOpenedTalkSessionStatus) SetToNull()
- type OptNilGetOpinionsForTalkSessionSort
- func (o OptNilGetOpinionsForTalkSessionSort) Get() (v GetOpinionsForTalkSessionSort, ok bool)
- func (o OptNilGetOpinionsForTalkSessionSort) IsNull() bool
- func (o OptNilGetOpinionsForTalkSessionSort) IsSet() bool
- func (o OptNilGetOpinionsForTalkSessionSort) Or(d GetOpinionsForTalkSessionSort) GetOpinionsForTalkSessionSort
- func (o *OptNilGetOpinionsForTalkSessionSort) Reset()
- func (o *OptNilGetOpinionsForTalkSessionSort) SetTo(v GetOpinionsForTalkSessionSort)
- func (o *OptNilGetOpinionsForTalkSessionSort) SetToNull()
- type OptNilGetTalkSessionListStatus
- func (o OptNilGetTalkSessionListStatus) Get() (v GetTalkSessionListStatus, ok bool)
- func (o OptNilGetTalkSessionListStatus) IsNull() bool
- func (o OptNilGetTalkSessionListStatus) IsSet() bool
- func (o OptNilGetTalkSessionListStatus) Or(d GetTalkSessionListStatus) GetTalkSessionListStatus
- func (o *OptNilGetTalkSessionListStatus) Reset()
- func (o *OptNilGetTalkSessionListStatus) SetTo(v GetTalkSessionListStatus)
- func (o *OptNilGetTalkSessionListStatus) SetToNull()
- type OptNilInt
- func (o *OptNilInt) Decode(d *jx.Decoder) error
- func (o OptNilInt) Encode(e *jx.Encoder)
- func (o OptNilInt) Get() (v int, ok bool)
- func (o OptNilInt) IsNull() bool
- func (o OptNilInt) IsSet() bool
- func (s OptNilInt) MarshalJSON() ([]byte, error)
- func (o OptNilInt) Or(d int) int
- func (o *OptNilInt) Reset()
- func (o *OptNilInt) SetTo(v int)
- func (o *OptNilInt) SetToNull()
- func (s *OptNilInt) UnmarshalJSON(data []byte) error
- type OptNilOpinionsHistorySort
- func (o OptNilOpinionsHistorySort) Get() (v OpinionsHistorySort, ok bool)
- func (o OptNilOpinionsHistorySort) IsNull() bool
- func (o OptNilOpinionsHistorySort) IsSet() bool
- func (o OptNilOpinionsHistorySort) Or(d OpinionsHistorySort) OpinionsHistorySort
- func (o *OptNilOpinionsHistorySort) Reset()
- func (o *OptNilOpinionsHistorySort) SetTo(v OpinionsHistorySort)
- func (o *OptNilOpinionsHistorySort) SetToNull()
- type OptNilRegisterUserReqGender
- func (o OptNilRegisterUserReqGender) Get() (v RegisterUserReqGender, ok bool)
- func (o OptNilRegisterUserReqGender) IsNull() bool
- func (o OptNilRegisterUserReqGender) IsSet() bool
- func (o OptNilRegisterUserReqGender) Or(d RegisterUserReqGender) RegisterUserReqGender
- func (o *OptNilRegisterUserReqGender) Reset()
- func (o *OptNilRegisterUserReqGender) SetTo(v RegisterUserReqGender)
- func (o *OptNilRegisterUserReqGender) SetToNull()
- type OptNilRegisterUserReqOccupation
- func (o OptNilRegisterUserReqOccupation) Get() (v RegisterUserReqOccupation, ok bool)
- func (o OptNilRegisterUserReqOccupation) IsNull() bool
- func (o OptNilRegisterUserReqOccupation) IsSet() bool
- func (o OptNilRegisterUserReqOccupation) Or(d RegisterUserReqOccupation) RegisterUserReqOccupation
- func (o *OptNilRegisterUserReqOccupation) Reset()
- func (o *OptNilRegisterUserReqOccupation) SetTo(v RegisterUserReqOccupation)
- func (o *OptNilRegisterUserReqOccupation) SetToNull()
- type OptNilSessionsHistoryStatus
- func (o OptNilSessionsHistoryStatus) Get() (v SessionsHistoryStatus, ok bool)
- func (o OptNilSessionsHistoryStatus) IsNull() bool
- func (o OptNilSessionsHistoryStatus) IsSet() bool
- func (o OptNilSessionsHistoryStatus) Or(d SessionsHistoryStatus) SessionsHistoryStatus
- func (o *OptNilSessionsHistoryStatus) Reset()
- func (o *OptNilSessionsHistoryStatus) SetTo(v SessionsHistoryStatus)
- func (o *OptNilSessionsHistoryStatus) SetToNull()
- type OptNilString
- func (o *OptNilString) Decode(d *jx.Decoder) error
- func (o OptNilString) Encode(e *jx.Encoder)
- func (o OptNilString) Get() (v string, ok bool)
- func (o OptNilString) IsNull() bool
- func (o OptNilString) IsSet() bool
- func (s OptNilString) MarshalJSON() ([]byte, error)
- func (o OptNilString) Or(d string) string
- func (o *OptNilString) Reset()
- func (o *OptNilString) SetTo(v string)
- func (o *OptNilString) SetToNull()
- func (s *OptNilString) UnmarshalJSON(data []byte) error
- type OptOpinionComments2OKParentOpinionsItemOpinionVoteType
- func (o *OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Get() (v OpinionComments2OKParentOpinionsItemOpinionVoteType, ok bool)
- func (o OptOpinionComments2OKParentOpinionsItemOpinionVoteType) IsSet() bool
- func (s OptOpinionComments2OKParentOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Or(d OpinionComments2OKParentOpinionsItemOpinionVoteType) OpinionComments2OKParentOpinionsItemOpinionVoteType
- func (o *OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Reset()
- func (o *OptOpinionComments2OKParentOpinionsItemOpinionVoteType) SetTo(v OpinionComments2OKParentOpinionsItemOpinionVoteType)
- func (s *OptOpinionComments2OKParentOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptOpinionComments2OKReplyOpinionsItemMyVoteType
- func (o *OptOpinionComments2OKReplyOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
- func (o OptOpinionComments2OKReplyOpinionsItemMyVoteType) Encode(e *jx.Encoder)
- func (o OptOpinionComments2OKReplyOpinionsItemMyVoteType) Get() (v OpinionComments2OKReplyOpinionsItemMyVoteType, ok bool)
- func (o OptOpinionComments2OKReplyOpinionsItemMyVoteType) IsSet() bool
- func (s OptOpinionComments2OKReplyOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
- func (o OptOpinionComments2OKReplyOpinionsItemMyVoteType) Or(d OpinionComments2OKReplyOpinionsItemMyVoteType) OpinionComments2OKReplyOpinionsItemMyVoteType
- func (o *OptOpinionComments2OKReplyOpinionsItemMyVoteType) Reset()
- func (o *OptOpinionComments2OKReplyOpinionsItemMyVoteType) SetTo(v OpinionComments2OKReplyOpinionsItemMyVoteType)
- func (s *OptOpinionComments2OKReplyOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
- type OptOpinionComments2OKReplyOpinionsItemOpinionVoteType
- func (o *OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Get() (v OpinionComments2OKReplyOpinionsItemOpinionVoteType, ok bool)
- func (o OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) IsSet() bool
- func (s OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Or(d OpinionComments2OKReplyOpinionsItemOpinionVoteType) OpinionComments2OKReplyOpinionsItemOpinionVoteType
- func (o *OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Reset()
- func (o *OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) SetTo(v OpinionComments2OKReplyOpinionsItemOpinionVoteType)
- func (s *OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptOpinionComments2OKRootOpinionOpinionVoteType
- func (o *OptOpinionComments2OKRootOpinionOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptOpinionComments2OKRootOpinionOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptOpinionComments2OKRootOpinionOpinionVoteType) Get() (v OpinionComments2OKRootOpinionOpinionVoteType, ok bool)
- func (o OptOpinionComments2OKRootOpinionOpinionVoteType) IsSet() bool
- func (s OptOpinionComments2OKRootOpinionOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptOpinionComments2OKRootOpinionOpinionVoteType) Or(d OpinionComments2OKRootOpinionOpinionVoteType) OpinionComments2OKRootOpinionOpinionVoteType
- func (o *OptOpinionComments2OKRootOpinionOpinionVoteType) Reset()
- func (o *OptOpinionComments2OKRootOpinionOpinionVoteType) SetTo(v OpinionComments2OKRootOpinionOpinionVoteType)
- func (s *OptOpinionComments2OKRootOpinionOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptOpinionCommentsOKOpinionsItemMyVoteType
- func (o *OptOpinionCommentsOKOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
- func (o OptOpinionCommentsOKOpinionsItemMyVoteType) Encode(e *jx.Encoder)
- func (o OptOpinionCommentsOKOpinionsItemMyVoteType) Get() (v OpinionCommentsOKOpinionsItemMyVoteType, ok bool)
- func (o OptOpinionCommentsOKOpinionsItemMyVoteType) IsSet() bool
- func (s OptOpinionCommentsOKOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
- func (o OptOpinionCommentsOKOpinionsItemMyVoteType) Or(d OpinionCommentsOKOpinionsItemMyVoteType) OpinionCommentsOKOpinionsItemMyVoteType
- func (o *OptOpinionCommentsOKOpinionsItemMyVoteType) Reset()
- func (o *OptOpinionCommentsOKOpinionsItemMyVoteType) SetTo(v OpinionCommentsOKOpinionsItemMyVoteType)
- func (s *OptOpinionCommentsOKOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
- type OptOpinionCommentsOKOpinionsItemOpinionVoteType
- func (o *OptOpinionCommentsOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptOpinionCommentsOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptOpinionCommentsOKOpinionsItemOpinionVoteType) Get() (v OpinionCommentsOKOpinionsItemOpinionVoteType, ok bool)
- func (o OptOpinionCommentsOKOpinionsItemOpinionVoteType) IsSet() bool
- func (s OptOpinionCommentsOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptOpinionCommentsOKOpinionsItemOpinionVoteType) Or(d OpinionCommentsOKOpinionsItemOpinionVoteType) OpinionCommentsOKOpinionsItemOpinionVoteType
- func (o *OptOpinionCommentsOKOpinionsItemOpinionVoteType) Reset()
- func (o *OptOpinionCommentsOKOpinionsItemOpinionVoteType) SetTo(v OpinionCommentsOKOpinionsItemOpinionVoteType)
- func (s *OptOpinionCommentsOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptOpinionCommentsOKRootOpinionMyVoteType
- func (o *OptOpinionCommentsOKRootOpinionMyVoteType) Decode(d *jx.Decoder) error
- func (o OptOpinionCommentsOKRootOpinionMyVoteType) Encode(e *jx.Encoder)
- func (o OptOpinionCommentsOKRootOpinionMyVoteType) Get() (v OpinionCommentsOKRootOpinionMyVoteType, ok bool)
- func (o OptOpinionCommentsOKRootOpinionMyVoteType) IsSet() bool
- func (s OptOpinionCommentsOKRootOpinionMyVoteType) MarshalJSON() ([]byte, error)
- func (o OptOpinionCommentsOKRootOpinionMyVoteType) Or(d OpinionCommentsOKRootOpinionMyVoteType) OpinionCommentsOKRootOpinionMyVoteType
- func (o *OptOpinionCommentsOKRootOpinionMyVoteType) Reset()
- func (o *OptOpinionCommentsOKRootOpinionMyVoteType) SetTo(v OpinionCommentsOKRootOpinionMyVoteType)
- func (s *OptOpinionCommentsOKRootOpinionMyVoteType) UnmarshalJSON(data []byte) error
- type OptOpinionCommentsOKRootOpinionOpinionVoteType
- func (o *OptOpinionCommentsOKRootOpinionOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptOpinionCommentsOKRootOpinionOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptOpinionCommentsOKRootOpinionOpinionVoteType) Get() (v OpinionCommentsOKRootOpinionOpinionVoteType, ok bool)
- func (o OptOpinionCommentsOKRootOpinionOpinionVoteType) IsSet() bool
- func (s OptOpinionCommentsOKRootOpinionOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptOpinionCommentsOKRootOpinionOpinionVoteType) Or(d OpinionCommentsOKRootOpinionOpinionVoteType) OpinionCommentsOKRootOpinionOpinionVoteType
- func (o *OptOpinionCommentsOKRootOpinionOpinionVoteType) Reset()
- func (o *OptOpinionCommentsOKRootOpinionOpinionVoteType) SetTo(v OpinionCommentsOKRootOpinionOpinionVoteType)
- func (s *OptOpinionCommentsOKRootOpinionOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptOpinionsHistoryOKOpinionsItemOpinionVoteType
- func (o *OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Get() (v OpinionsHistoryOKOpinionsItemOpinionVoteType, ok bool)
- func (o OptOpinionsHistoryOKOpinionsItemOpinionVoteType) IsSet() bool
- func (s OptOpinionsHistoryOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Or(d OpinionsHistoryOKOpinionsItemOpinionVoteType) OpinionsHistoryOKOpinionsItemOpinionVoteType
- func (o *OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Reset()
- func (o *OptOpinionsHistoryOKOpinionsItemOpinionVoteType) SetTo(v OpinionsHistoryOKOpinionsItemOpinionVoteType)
- func (s *OptOpinionsHistoryOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptPostConclusionReq
- type OptPostOpinionPostReq
- type OptPostTimeLineItemReq
- type OptRegisterUserReq
- type OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation
- func (o *OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
- func (o OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
- func (o OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Get() (v SessionsHistoryOKTalkSessionsItemTalkSessionLocation, ok bool)
- func (o OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) IsSet() bool
- func (s OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
- func (o OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Or(d SessionsHistoryOKTalkSessionsItemTalkSessionLocation) SessionsHistoryOKTalkSessionsItemTalkSessionLocation
- func (o *OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Reset()
- func (o *OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) SetTo(v SessionsHistoryOKTalkSessionsItemTalkSessionLocation)
- func (s *OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
- type OptString
- func (o *OptString) Decode(d *jx.Decoder) error
- func (o OptString) Encode(e *jx.Encoder)
- func (o OptString) Get() (v string, ok bool)
- func (o OptString) IsSet() bool
- func (s OptString) MarshalJSON() ([]byte, error)
- func (o OptString) Or(d string) string
- func (o *OptString) Reset()
- func (o *OptString) SetTo(v string)
- func (s *OptString) UnmarshalJSON(data []byte) error
- type OptSwipeOpinionsOKItemOpinionVoteType
- func (o *OptSwipeOpinionsOKItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptSwipeOpinionsOKItemOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptSwipeOpinionsOKItemOpinionVoteType) Get() (v SwipeOpinionsOKItemOpinionVoteType, ok bool)
- func (o OptSwipeOpinionsOKItemOpinionVoteType) IsSet() bool
- func (s OptSwipeOpinionsOKItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptSwipeOpinionsOKItemOpinionVoteType) Or(d SwipeOpinionsOKItemOpinionVoteType) SwipeOpinionsOKItemOpinionVoteType
- func (o *OptSwipeOpinionsOKItemOpinionVoteType) Reset()
- func (o *OptSwipeOpinionsOKItemOpinionVoteType) SetTo(v SwipeOpinionsOKItemOpinionVoteType)
- func (s *OptSwipeOpinionsOKItemOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType
- func (o *OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (o OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (o OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Get() (v TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType, ok bool)
- func (o OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) IsSet() bool
- func (s OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (o OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Or(d TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType
- func (o *OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Reset()
- func (o *OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) SetTo(v TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType)
- func (s *OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- type OptTalkSessionAnalysisOKMyPosition
- func (o *OptTalkSessionAnalysisOKMyPosition) Decode(d *jx.Decoder) error
- func (o OptTalkSessionAnalysisOKMyPosition) Encode(e *jx.Encoder)
- func (o OptTalkSessionAnalysisOKMyPosition) Get() (v TalkSessionAnalysisOKMyPosition, ok bool)
- func (o OptTalkSessionAnalysisOKMyPosition) IsSet() bool
- func (s OptTalkSessionAnalysisOKMyPosition) MarshalJSON() ([]byte, error)
- func (o OptTalkSessionAnalysisOKMyPosition) Or(d TalkSessionAnalysisOKMyPosition) TalkSessionAnalysisOKMyPosition
- func (o *OptTalkSessionAnalysisOKMyPosition) Reset()
- func (o *OptTalkSessionAnalysisOKMyPosition) SetTo(v TalkSessionAnalysisOKMyPosition)
- func (s *OptTalkSessionAnalysisOKMyPosition) UnmarshalJSON(data []byte) error
- type OptURI
- func (o *OptURI) Decode(d *jx.Decoder) error
- func (o OptURI) Encode(e *jx.Encoder)
- func (o OptURI) Get() (v url.URL, ok bool)
- func (o OptURI) IsSet() bool
- func (s OptURI) MarshalJSON() ([]byte, error)
- func (o OptURI) Or(d url.URL) url.URL
- func (o *OptURI) Reset()
- func (o *OptURI) SetTo(v url.URL)
- func (s *OptURI) UnmarshalJSON(data []byte) error
- type OptVoteOKItemVoteType
- func (o *OptVoteOKItemVoteType) Decode(d *jx.Decoder) error
- func (o OptVoteOKItemVoteType) Encode(e *jx.Encoder)
- func (o OptVoteOKItemVoteType) Get() (v VoteOKItemVoteType, ok bool)
- func (o OptVoteOKItemVoteType) IsSet() bool
- func (s OptVoteOKItemVoteType) MarshalJSON() ([]byte, error)
- func (o OptVoteOKItemVoteType) Or(d VoteOKItemVoteType) VoteOKItemVoteType
- func (o *OptVoteOKItemVoteType) Reset()
- func (o *OptVoteOKItemVoteType) SetTo(v VoteOKItemVoteType)
- func (s *OptVoteOKItemVoteType) UnmarshalJSON(data []byte) error
- type OptVoteReq
- type Option
- type PostConclusionBadRequest
- type PostConclusionInternalServerError
- type PostConclusionOK
- func (s *PostConclusionOK) Decode(d *jx.Decoder) error
- func (s *PostConclusionOK) Encode(e *jx.Encoder)
- func (s *PostConclusionOK) GetContent() string
- func (s *PostConclusionOK) GetUser() PostConclusionOKUser
- func (s *PostConclusionOK) MarshalJSON() ([]byte, error)
- func (s *PostConclusionOK) SetContent(val string)
- func (s *PostConclusionOK) SetUser(val PostConclusionOKUser)
- func (s *PostConclusionOK) UnmarshalJSON(data []byte) error
- func (s *PostConclusionOK) Validate() error
- type PostConclusionOKUser
- func (s *PostConclusionOKUser) Decode(d *jx.Decoder) error
- func (s *PostConclusionOKUser) Encode(e *jx.Encoder)
- func (s *PostConclusionOKUser) GetDisplayID() string
- func (s *PostConclusionOKUser) GetDisplayName() string
- func (s *PostConclusionOKUser) GetIconURL() OptNilString
- func (s *PostConclusionOKUser) MarshalJSON() ([]byte, error)
- func (s *PostConclusionOKUser) SetDisplayID(val string)
- func (s *PostConclusionOKUser) SetDisplayName(val string)
- func (s *PostConclusionOKUser) SetIconURL(val OptNilString)
- func (s *PostConclusionOKUser) UnmarshalJSON(data []byte) error
- func (s *PostConclusionOKUser) Validate() error
- type PostConclusionParams
- type PostConclusionReq
- type PostConclusionRes
- type PostOpinionPostBadRequest
- func (s *PostOpinionPostBadRequest) Decode(d *jx.Decoder) error
- func (s *PostOpinionPostBadRequest) Encode(e *jx.Encoder)
- func (s *PostOpinionPostBadRequest) GetCode() string
- func (s *PostOpinionPostBadRequest) GetMessage() string
- func (s *PostOpinionPostBadRequest) MarshalJSON() ([]byte, error)
- func (s *PostOpinionPostBadRequest) SetCode(val string)
- func (s *PostOpinionPostBadRequest) SetMessage(val string)
- func (s *PostOpinionPostBadRequest) UnmarshalJSON(data []byte) error
- type PostOpinionPostInternalServerError
- func (s *PostOpinionPostInternalServerError) Decode(d *jx.Decoder) error
- func (s *PostOpinionPostInternalServerError) Encode(e *jx.Encoder)
- func (s *PostOpinionPostInternalServerError) GetCode() string
- func (s *PostOpinionPostInternalServerError) GetMessage() string
- func (s *PostOpinionPostInternalServerError) MarshalJSON() ([]byte, error)
- func (s *PostOpinionPostInternalServerError) SetCode(val string)
- func (s *PostOpinionPostInternalServerError) SetMessage(val string)
- func (s *PostOpinionPostInternalServerError) UnmarshalJSON(data []byte) error
- type PostOpinionPostOK
- type PostOpinionPostParams
- type PostOpinionPostReq
- func (s *PostOpinionPostReq) GetOpinionContent() string
- func (s *PostOpinionPostReq) GetParentOpinionID() OptNilString
- func (s *PostOpinionPostReq) GetPicture() OptMultipartFile
- func (s *PostOpinionPostReq) GetReferenceURL() OptNilString
- func (s *PostOpinionPostReq) GetTitle() OptNilString
- func (s *PostOpinionPostReq) SetOpinionContent(val string)
- func (s *PostOpinionPostReq) SetParentOpinionID(val OptNilString)
- func (s *PostOpinionPostReq) SetPicture(val OptMultipartFile)
- func (s *PostOpinionPostReq) SetReferenceURL(val OptNilString)
- func (s *PostOpinionPostReq) SetTitle(val OptNilString)
- func (s *PostOpinionPostReq) Validate() error
- type PostOpinionPostRes
- type PostTimeLineItemBadRequest
- type PostTimeLineItemInternalServerError
- type PostTimeLineItemOK
- func (s *PostTimeLineItemOK) Decode(d *jx.Decoder) error
- func (s *PostTimeLineItemOK) Encode(e *jx.Encoder)
- func (s *PostTimeLineItemOK) GetActionItemID() string
- func (s *PostTimeLineItemOK) GetContent() string
- func (s *PostTimeLineItemOK) GetCreatedAt() string
- func (s *PostTimeLineItemOK) GetSequence() int
- func (s *PostTimeLineItemOK) GetStatus() string
- func (s *PostTimeLineItemOK) GetUpdatedAt() string
- func (s *PostTimeLineItemOK) MarshalJSON() ([]byte, error)
- func (s *PostTimeLineItemOK) SetActionItemID(val string)
- func (s *PostTimeLineItemOK) SetContent(val string)
- func (s *PostTimeLineItemOK) SetCreatedAt(val string)
- func (s *PostTimeLineItemOK) SetSequence(val int)
- func (s *PostTimeLineItemOK) SetStatus(val string)
- func (s *PostTimeLineItemOK) SetUpdatedAt(val string)
- func (s *PostTimeLineItemOK) UnmarshalJSON(data []byte) error
- type PostTimeLineItemParams
- type PostTimeLineItemReq
- func (s *PostTimeLineItemReq) GetContent() string
- func (s *PostTimeLineItemReq) GetParentActionItemID() OptNilString
- func (s *PostTimeLineItemReq) GetStatus() string
- func (s *PostTimeLineItemReq) SetContent(val string)
- func (s *PostTimeLineItemReq) SetParentActionItemID(val OptNilString)
- func (s *PostTimeLineItemReq) SetStatus(val string)
- type PostTimeLineItemRes
- type RegisterUserBadRequest
- func (s *RegisterUserBadRequest) Decode(d *jx.Decoder) error
- func (s *RegisterUserBadRequest) Encode(e *jx.Encoder)
- func (s *RegisterUserBadRequest) GetCode() string
- func (s *RegisterUserBadRequest) GetMessage() string
- func (s *RegisterUserBadRequest) MarshalJSON() ([]byte, error)
- func (s *RegisterUserBadRequest) SetCode(val string)
- func (s *RegisterUserBadRequest) SetMessage(val string)
- func (s *RegisterUserBadRequest) UnmarshalJSON(data []byte) error
- type RegisterUserInternalServerError
- func (s *RegisterUserInternalServerError) Decode(d *jx.Decoder) error
- func (s *RegisterUserInternalServerError) Encode(e *jx.Encoder)
- func (s *RegisterUserInternalServerError) GetCode() string
- func (s *RegisterUserInternalServerError) GetMessage() string
- func (s *RegisterUserInternalServerError) MarshalJSON() ([]byte, error)
- func (s *RegisterUserInternalServerError) SetCode(val string)
- func (s *RegisterUserInternalServerError) SetMessage(val string)
- func (s *RegisterUserInternalServerError) UnmarshalJSON(data []byte) error
- type RegisterUserOK
- func (s *RegisterUserOK) Decode(d *jx.Decoder) error
- func (s *RegisterUserOK) Encode(e *jx.Encoder)
- func (s *RegisterUserOK) GetDisplayID() string
- func (s *RegisterUserOK) GetDisplayName() string
- func (s *RegisterUserOK) GetIconURL() OptNilString
- func (s *RegisterUserOK) MarshalJSON() ([]byte, error)
- func (s *RegisterUserOK) SetDisplayID(val string)
- func (s *RegisterUserOK) SetDisplayName(val string)
- func (s *RegisterUserOK) SetIconURL(val OptNilString)
- func (s *RegisterUserOK) UnmarshalJSON(data []byte) error
- func (s *RegisterUserOK) Validate() error
- type RegisterUserReq
- func (s *RegisterUserReq) GetCity() OptNilString
- func (s *RegisterUserReq) GetDisplayID() string
- func (s *RegisterUserReq) GetDisplayName() string
- func (s *RegisterUserReq) GetGender() OptNilRegisterUserReqGender
- func (s *RegisterUserReq) GetHouseholdSize() OptNilInt
- func (s *RegisterUserReq) GetIcon() OptMultipartFile
- func (s *RegisterUserReq) GetOccupation() OptNilRegisterUserReqOccupation
- func (s *RegisterUserReq) GetPrefecture() OptString
- func (s *RegisterUserReq) GetYearOfBirth() OptNilInt
- func (s *RegisterUserReq) SetCity(val OptNilString)
- func (s *RegisterUserReq) SetDisplayID(val string)
- func (s *RegisterUserReq) SetDisplayName(val string)
- func (s *RegisterUserReq) SetGender(val OptNilRegisterUserReqGender)
- func (s *RegisterUserReq) SetHouseholdSize(val OptNilInt)
- func (s *RegisterUserReq) SetIcon(val OptMultipartFile)
- func (s *RegisterUserReq) SetOccupation(val OptNilRegisterUserReqOccupation)
- func (s *RegisterUserReq) SetPrefecture(val OptString)
- func (s *RegisterUserReq) SetYearOfBirth(val OptNilInt)
- func (s *RegisterUserReq) Validate() error
- type RegisterUserReqGender
- type RegisterUserReqOccupation
- type RegisterUserRes
- type Route
- type SecurityHandler
- type Server
- type ServerOption
- func WithErrorHandler(h ErrorHandler) ServerOption
- func WithMaxMultipartMemory(max int64) ServerOption
- func WithMethodNotAllowed(methodNotAllowed func(w http.ResponseWriter, r *http.Request, allowed string)) ServerOption
- func WithMiddleware(m ...Middleware) ServerOption
- func WithNotFound(notFound http.HandlerFunc) ServerOption
- func WithPathPrefix(prefix string) ServerOption
- type SessionId
- type SessionsHistoryBadRequest
- type SessionsHistoryInternalServerError
- type SessionsHistoryOK
- func (s *SessionsHistoryOK) Decode(d *jx.Decoder) error
- func (s *SessionsHistoryOK) Encode(e *jx.Encoder)
- func (s *SessionsHistoryOK) GetPagination() SessionsHistoryOKPagination
- func (s *SessionsHistoryOK) GetTalkSessions() []SessionsHistoryOKTalkSessionsItem
- func (s *SessionsHistoryOK) MarshalJSON() ([]byte, error)
- func (s *SessionsHistoryOK) SetPagination(val SessionsHistoryOKPagination)
- func (s *SessionsHistoryOK) SetTalkSessions(val []SessionsHistoryOKTalkSessionsItem)
- func (s *SessionsHistoryOK) UnmarshalJSON(data []byte) error
- func (s *SessionsHistoryOK) Validate() error
- type SessionsHistoryOKPagination
- func (s *SessionsHistoryOKPagination) Decode(d *jx.Decoder) error
- func (s *SessionsHistoryOKPagination) Encode(e *jx.Encoder)
- func (s *SessionsHistoryOKPagination) GetLimit() int
- func (s *SessionsHistoryOKPagination) GetOffset() int
- func (s *SessionsHistoryOKPagination) GetTotalCount() int
- func (s *SessionsHistoryOKPagination) MarshalJSON() ([]byte, error)
- func (s *SessionsHistoryOKPagination) SetLimit(val int)
- func (s *SessionsHistoryOKPagination) SetOffset(val int)
- func (s *SessionsHistoryOKPagination) SetTotalCount(val int)
- func (s *SessionsHistoryOKPagination) UnmarshalJSON(data []byte) error
- type SessionsHistoryOKTalkSessionsItem
- func (s *SessionsHistoryOKTalkSessionsItem) Decode(d *jx.Decoder) error
- func (s *SessionsHistoryOKTalkSessionsItem) Encode(e *jx.Encoder)
- func (s *SessionsHistoryOKTalkSessionsItem) GetOpinionCount() int
- func (s *SessionsHistoryOKTalkSessionsItem) GetTalkSession() SessionsHistoryOKTalkSessionsItemTalkSession
- func (s *SessionsHistoryOKTalkSessionsItem) MarshalJSON() ([]byte, error)
- func (s *SessionsHistoryOKTalkSessionsItem) SetOpinionCount(val int)
- func (s *SessionsHistoryOKTalkSessionsItem) SetTalkSession(val SessionsHistoryOKTalkSessionsItemTalkSession)
- func (s *SessionsHistoryOKTalkSessionsItem) UnmarshalJSON(data []byte) error
- func (s *SessionsHistoryOKTalkSessionsItem) Validate() error
- type SessionsHistoryOKTalkSessionsItemTalkSession
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) Decode(d *jx.Decoder) error
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) Encode(e *jx.Encoder)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetCity() OptNilString
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetCreatedAt() string
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetDescription() OptNilString
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetID() string
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetLocation() OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetOwner() SessionsHistoryOKTalkSessionsItemTalkSessionOwner
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetPrefecture() OptNilString
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetScheduledEndTime() string
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetTheme() string
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) MarshalJSON() ([]byte, error)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetCity(val OptNilString)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetCreatedAt(val string)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetDescription(val OptNilString)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetID(val string)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetLocation(val OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetOwner(val SessionsHistoryOKTalkSessionsItemTalkSessionOwner)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetPrefecture(val OptNilString)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetScheduledEndTime(val string)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetTheme(val string)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) UnmarshalJSON(data []byte) error
- func (s *SessionsHistoryOKTalkSessionsItemTalkSession) Validate() error
- type SessionsHistoryOKTalkSessionsItemTalkSessionLocation
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) GetLatitude() OptFloat64
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) GetLongitude() OptFloat64
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) SetLatitude(val OptFloat64)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) SetLongitude(val OptFloat64)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) Validate() error
- type SessionsHistoryOKTalkSessionsItemTalkSessionOwner
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) Decode(d *jx.Decoder) error
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) Encode(e *jx.Encoder)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) GetDisplayID() string
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) GetDisplayName() string
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) GetIconURL() OptNilString
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) MarshalJSON() ([]byte, error)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) SetDisplayID(val string)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) SetDisplayName(val string)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) SetIconURL(val OptNilString)
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) UnmarshalJSON(data []byte) error
- func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) Validate() error
- type SessionsHistoryParams
- type SessionsHistoryRes
- type SessionsHistoryStatus
- type SwipeOpinionsBadRequest
- func (s *SwipeOpinionsBadRequest) Decode(d *jx.Decoder) error
- func (s *SwipeOpinionsBadRequest) Encode(e *jx.Encoder)
- func (s *SwipeOpinionsBadRequest) GetCode() string
- func (s *SwipeOpinionsBadRequest) GetMessage() string
- func (s *SwipeOpinionsBadRequest) MarshalJSON() ([]byte, error)
- func (s *SwipeOpinionsBadRequest) SetCode(val string)
- func (s *SwipeOpinionsBadRequest) SetMessage(val string)
- func (s *SwipeOpinionsBadRequest) UnmarshalJSON(data []byte) error
- type SwipeOpinionsInternalServerError
- func (s *SwipeOpinionsInternalServerError) Decode(d *jx.Decoder) error
- func (s *SwipeOpinionsInternalServerError) Encode(e *jx.Encoder)
- func (s *SwipeOpinionsInternalServerError) GetCode() string
- func (s *SwipeOpinionsInternalServerError) GetMessage() string
- func (s *SwipeOpinionsInternalServerError) MarshalJSON() ([]byte, error)
- func (s *SwipeOpinionsInternalServerError) SetCode(val string)
- func (s *SwipeOpinionsInternalServerError) SetMessage(val string)
- func (s *SwipeOpinionsInternalServerError) UnmarshalJSON(data []byte) error
- type SwipeOpinionsOKApplicationJSON
- func (s *SwipeOpinionsOKApplicationJSON) Decode(d *jx.Decoder) error
- func (s SwipeOpinionsOKApplicationJSON) Encode(e *jx.Encoder)
- func (s SwipeOpinionsOKApplicationJSON) MarshalJSON() ([]byte, error)
- func (s *SwipeOpinionsOKApplicationJSON) UnmarshalJSON(data []byte) error
- func (s SwipeOpinionsOKApplicationJSON) Validate() error
- type SwipeOpinionsOKItem
- func (s *SwipeOpinionsOKItem) Decode(d *jx.Decoder) error
- func (s *SwipeOpinionsOKItem) Encode(e *jx.Encoder)
- func (s *SwipeOpinionsOKItem) GetOpinion() SwipeOpinionsOKItemOpinion
- func (s *SwipeOpinionsOKItem) GetReplyCount() int
- func (s *SwipeOpinionsOKItem) GetUser() SwipeOpinionsOKItemUser
- func (s *SwipeOpinionsOKItem) MarshalJSON() ([]byte, error)
- func (s *SwipeOpinionsOKItem) SetOpinion(val SwipeOpinionsOKItemOpinion)
- func (s *SwipeOpinionsOKItem) SetReplyCount(val int)
- func (s *SwipeOpinionsOKItem) SetUser(val SwipeOpinionsOKItemUser)
- func (s *SwipeOpinionsOKItem) UnmarshalJSON(data []byte) error
- func (s *SwipeOpinionsOKItem) Validate() error
- type SwipeOpinionsOKItemOpinion
- func (s *SwipeOpinionsOKItemOpinion) Decode(d *jx.Decoder) error
- func (s *SwipeOpinionsOKItemOpinion) Encode(e *jx.Encoder)
- func (s *SwipeOpinionsOKItemOpinion) GetContent() string
- func (s *SwipeOpinionsOKItemOpinion) GetID() string
- func (s *SwipeOpinionsOKItemOpinion) GetParentID() OptString
- func (s *SwipeOpinionsOKItemOpinion) GetPictureURL() OptString
- func (s *SwipeOpinionsOKItemOpinion) GetPostedAt() string
- func (s *SwipeOpinionsOKItemOpinion) GetReferenceURL() OptString
- func (s *SwipeOpinionsOKItemOpinion) GetTitle() OptString
- func (s *SwipeOpinionsOKItemOpinion) GetVoteType() OptSwipeOpinionsOKItemOpinionVoteType
- func (s *SwipeOpinionsOKItemOpinion) MarshalJSON() ([]byte, error)
- func (s *SwipeOpinionsOKItemOpinion) SetContent(val string)
- func (s *SwipeOpinionsOKItemOpinion) SetID(val string)
- func (s *SwipeOpinionsOKItemOpinion) SetParentID(val OptString)
- func (s *SwipeOpinionsOKItemOpinion) SetPictureURL(val OptString)
- func (s *SwipeOpinionsOKItemOpinion) SetPostedAt(val string)
- func (s *SwipeOpinionsOKItemOpinion) SetReferenceURL(val OptString)
- func (s *SwipeOpinionsOKItemOpinion) SetTitle(val OptString)
- func (s *SwipeOpinionsOKItemOpinion) SetVoteType(val OptSwipeOpinionsOKItemOpinionVoteType)
- func (s *SwipeOpinionsOKItemOpinion) UnmarshalJSON(data []byte) error
- func (s *SwipeOpinionsOKItemOpinion) Validate() error
- type SwipeOpinionsOKItemOpinionVoteType
- func (SwipeOpinionsOKItemOpinionVoteType) AllValues() []SwipeOpinionsOKItemOpinionVoteType
- func (s *SwipeOpinionsOKItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (s SwipeOpinionsOKItemOpinionVoteType) Encode(e *jx.Encoder)
- func (s SwipeOpinionsOKItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s SwipeOpinionsOKItemOpinionVoteType) MarshalText() ([]byte, error)
- func (s *SwipeOpinionsOKItemOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *SwipeOpinionsOKItemOpinionVoteType) UnmarshalText(data []byte) error
- func (s SwipeOpinionsOKItemOpinionVoteType) Validate() error
- type SwipeOpinionsOKItemUser
- func (s *SwipeOpinionsOKItemUser) Decode(d *jx.Decoder) error
- func (s *SwipeOpinionsOKItemUser) Encode(e *jx.Encoder)
- func (s *SwipeOpinionsOKItemUser) GetDisplayID() string
- func (s *SwipeOpinionsOKItemUser) GetDisplayName() string
- func (s *SwipeOpinionsOKItemUser) GetIconURL() OptNilString
- func (s *SwipeOpinionsOKItemUser) MarshalJSON() ([]byte, error)
- func (s *SwipeOpinionsOKItemUser) SetDisplayID(val string)
- func (s *SwipeOpinionsOKItemUser) SetDisplayName(val string)
- func (s *SwipeOpinionsOKItemUser) SetIconURL(val OptNilString)
- func (s *SwipeOpinionsOKItemUser) UnmarshalJSON(data []byte) error
- func (s *SwipeOpinionsOKItemUser) Validate() error
- type SwipeOpinionsParams
- type SwipeOpinionsRes
- type TalkSessionAnalysisBadRequest
- func (s *TalkSessionAnalysisBadRequest) Decode(d *jx.Decoder) error
- func (s *TalkSessionAnalysisBadRequest) Encode(e *jx.Encoder)
- func (s *TalkSessionAnalysisBadRequest) GetCode() string
- func (s *TalkSessionAnalysisBadRequest) GetMessage() string
- func (s *TalkSessionAnalysisBadRequest) MarshalJSON() ([]byte, error)
- func (s *TalkSessionAnalysisBadRequest) SetCode(val string)
- func (s *TalkSessionAnalysisBadRequest) SetMessage(val string)
- func (s *TalkSessionAnalysisBadRequest) UnmarshalJSON(data []byte) error
- type TalkSessionAnalysisInternalServerError
- func (s *TalkSessionAnalysisInternalServerError) Decode(d *jx.Decoder) error
- func (s *TalkSessionAnalysisInternalServerError) Encode(e *jx.Encoder)
- func (s *TalkSessionAnalysisInternalServerError) GetCode() string
- func (s *TalkSessionAnalysisInternalServerError) GetMessage() string
- func (s *TalkSessionAnalysisInternalServerError) MarshalJSON() ([]byte, error)
- func (s *TalkSessionAnalysisInternalServerError) SetCode(val string)
- func (s *TalkSessionAnalysisInternalServerError) SetMessage(val string)
- func (s *TalkSessionAnalysisInternalServerError) UnmarshalJSON(data []byte) error
- type TalkSessionAnalysisOK
- func (s *TalkSessionAnalysisOK) Decode(d *jx.Decoder) error
- func (s *TalkSessionAnalysisOK) Encode(e *jx.Encoder)
- func (s *TalkSessionAnalysisOK) GetGroupOpinions() []TalkSessionAnalysisOKGroupOpinionsItem
- func (s *TalkSessionAnalysisOK) GetMyPosition() OptTalkSessionAnalysisOKMyPosition
- func (s *TalkSessionAnalysisOK) GetPositions() []TalkSessionAnalysisOKPositionsItem
- func (s *TalkSessionAnalysisOK) MarshalJSON() ([]byte, error)
- func (s *TalkSessionAnalysisOK) SetGroupOpinions(val []TalkSessionAnalysisOKGroupOpinionsItem)
- func (s *TalkSessionAnalysisOK) SetMyPosition(val OptTalkSessionAnalysisOKMyPosition)
- func (s *TalkSessionAnalysisOK) SetPositions(val []TalkSessionAnalysisOKPositionsItem)
- func (s *TalkSessionAnalysisOK) UnmarshalJSON(data []byte) error
- func (s *TalkSessionAnalysisOK) Validate() error
- type TalkSessionAnalysisOKGroupOpinionsItem
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) Decode(d *jx.Decoder) error
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) Encode(e *jx.Encoder)
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) GetGroupId() int
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) GetGroupName() string
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) GetOpinions() []TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) MarshalJSON() ([]byte, error)
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) SetGroupId(val int)
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) SetGroupName(val string)
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) SetOpinions(val []TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem)
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) UnmarshalJSON(data []byte) error
- func (s *TalkSessionAnalysisOKGroupOpinionsItem) Validate() error
- type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) Decode(d *jx.Decoder) error
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) Encode(e *jx.Encoder)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetAgreeCount() int
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetDisagreeCount() int
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetOpinion() TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetPassCount() int
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetUser() TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) MarshalJSON() ([]byte, error)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetAgreeCount(val int)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetDisagreeCount(val int)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetOpinion(val TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetPassCount(val int)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetUser(val TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) UnmarshalJSON(data []byte) error
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) Validate() error
- type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) Decode(d *jx.Decoder) error
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) Encode(e *jx.Encoder)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetContent() string
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetID() string
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetParentID() OptString
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetPictureURL() OptString
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetPostedAt() string
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetReferenceURL() OptString
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetTitle() OptString
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetVoteType() OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) MarshalJSON() ([]byte, error)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetContent(val string)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetID(val string)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetParentID(val OptString)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetPictureURL(val OptString)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetPostedAt(val string)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetReferenceURL(val OptString)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetTitle(val OptString)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetVoteType(val OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) UnmarshalJSON(data []byte) error
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) Validate() error
- type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType
- func (TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) AllValues() []TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
- func (s TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
- func (s TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
- func (s TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
- func (s TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Validate() error
- type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) Decode(d *jx.Decoder) error
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) Encode(e *jx.Encoder)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) GetDisplayID() string
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) GetDisplayName() string
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) GetIconURL() OptNilString
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) MarshalJSON() ([]byte, error)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) SetDisplayID(val string)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) SetDisplayName(val string)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) SetIconURL(val OptNilString)
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) UnmarshalJSON(data []byte) error
- func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) Validate() error
- type TalkSessionAnalysisOKMyPosition
- func (s *TalkSessionAnalysisOKMyPosition) Decode(d *jx.Decoder) error
- func (s *TalkSessionAnalysisOKMyPosition) Encode(e *jx.Encoder)
- func (s *TalkSessionAnalysisOKMyPosition) GetDisplayId() string
- func (s *TalkSessionAnalysisOKMyPosition) GetDisplayName() string
- func (s *TalkSessionAnalysisOKMyPosition) GetGroupId() int
- func (s *TalkSessionAnalysisOKMyPosition) GetGroupName() string
- func (s *TalkSessionAnalysisOKMyPosition) GetIconURL() OptNilString
- func (s *TalkSessionAnalysisOKMyPosition) GetPerimeterIndex() OptInt
- func (s *TalkSessionAnalysisOKMyPosition) GetPosX() float64
- func (s *TalkSessionAnalysisOKMyPosition) GetPosY() float64
- func (s *TalkSessionAnalysisOKMyPosition) MarshalJSON() ([]byte, error)
- func (s *TalkSessionAnalysisOKMyPosition) SetDisplayId(val string)
- func (s *TalkSessionAnalysisOKMyPosition) SetDisplayName(val string)
- func (s *TalkSessionAnalysisOKMyPosition) SetGroupId(val int)
- func (s *TalkSessionAnalysisOKMyPosition) SetGroupName(val string)
- func (s *TalkSessionAnalysisOKMyPosition) SetIconURL(val OptNilString)
- func (s *TalkSessionAnalysisOKMyPosition) SetPerimeterIndex(val OptInt)
- func (s *TalkSessionAnalysisOKMyPosition) SetPosX(val float64)
- func (s *TalkSessionAnalysisOKMyPosition) SetPosY(val float64)
- func (s *TalkSessionAnalysisOKMyPosition) UnmarshalJSON(data []byte) error
- func (s *TalkSessionAnalysisOKMyPosition) Validate() error
- type TalkSessionAnalysisOKPositionsItem
- func (s *TalkSessionAnalysisOKPositionsItem) Decode(d *jx.Decoder) error
- func (s *TalkSessionAnalysisOKPositionsItem) Encode(e *jx.Encoder)
- func (s *TalkSessionAnalysisOKPositionsItem) GetDisplayId() string
- func (s *TalkSessionAnalysisOKPositionsItem) GetDisplayName() string
- func (s *TalkSessionAnalysisOKPositionsItem) GetGroupId() int
- func (s *TalkSessionAnalysisOKPositionsItem) GetGroupName() string
- func (s *TalkSessionAnalysisOKPositionsItem) GetIconURL() OptNilString
- func (s *TalkSessionAnalysisOKPositionsItem) GetPerimeterIndex() OptInt
- func (s *TalkSessionAnalysisOKPositionsItem) GetPosX() float64
- func (s *TalkSessionAnalysisOKPositionsItem) GetPosY() float64
- func (s *TalkSessionAnalysisOKPositionsItem) MarshalJSON() ([]byte, error)
- func (s *TalkSessionAnalysisOKPositionsItem) SetDisplayId(val string)
- func (s *TalkSessionAnalysisOKPositionsItem) SetDisplayName(val string)
- func (s *TalkSessionAnalysisOKPositionsItem) SetGroupId(val int)
- func (s *TalkSessionAnalysisOKPositionsItem) SetGroupName(val string)
- func (s *TalkSessionAnalysisOKPositionsItem) SetIconURL(val OptNilString)
- func (s *TalkSessionAnalysisOKPositionsItem) SetPerimeterIndex(val OptInt)
- func (s *TalkSessionAnalysisOKPositionsItem) SetPosX(val float64)
- func (s *TalkSessionAnalysisOKPositionsItem) SetPosY(val float64)
- func (s *TalkSessionAnalysisOKPositionsItem) UnmarshalJSON(data []byte) error
- func (s *TalkSessionAnalysisOKPositionsItem) Validate() error
- type TalkSessionAnalysisParams
- type TalkSessionAnalysisRes
- type TalkSessionHandler
- type TestBadRequest
- type TestHandler
- type TestInternalServerError
- type TestOK
- func (s *TestOK) Decode(d *jx.Decoder) error
- func (s *TestOK) Encode(e *jx.Encoder)
- func (s *TestOK) GetOptBool() OptBool
- func (s *TestOK) GetOptInt() OptNilInt
- func (s *TestOK) GetOptNilBool() OptNilBool
- func (s *TestOK) GetOptNilInt() OptInt
- func (s *TestOK) GetOptNilUrl() OptNilString
- func (s *TestOK) GetOptUrl() OptURI
- func (s *TestOK) MarshalJSON() ([]byte, error)
- func (s *TestOK) SetOptBool(val OptBool)
- func (s *TestOK) SetOptInt(val OptNilInt)
- func (s *TestOK) SetOptNilBool(val OptNilBool)
- func (s *TestOK) SetOptNilInt(val OptInt)
- func (s *TestOK) SetOptNilUrl(val OptNilString)
- func (s *TestOK) SetOptUrl(val OptURI)
- func (s *TestOK) UnmarshalJSON(data []byte) error
- type TestRes
- type TimelineHandler
- type UnimplementedHandler
- func (UnimplementedHandler) Authorize(ctx context.Context, params AuthorizeParams) (r *AuthorizeFound, _ error)
- func (UnimplementedHandler) CreateTalkSession(ctx context.Context, req OptCreateTalkSessionReq) (r CreateTalkSessionRes, _ error)
- func (UnimplementedHandler) DummiInit(ctx context.Context) (r DummiInitRes, _ error)
- func (UnimplementedHandler) EditTalkSession(ctx context.Context, req OptEditTalkSessionReq, params EditTalkSessionParams) (r EditTalkSessionRes, _ error)
- func (UnimplementedHandler) EditTimeLine(ctx context.Context, req OptEditTimeLineReq, params EditTimeLineParams) (r EditTimeLineRes, _ error)
- func (UnimplementedHandler) EditUserProfile(ctx context.Context, req OptEditUserProfileReq) (r EditUserProfileRes, _ error)
- func (UnimplementedHandler) GetConclusion(ctx context.Context, params GetConclusionParams) (r GetConclusionRes, _ error)
- func (UnimplementedHandler) GetOpenedTalkSession(ctx context.Context, params GetOpenedTalkSessionParams) (r GetOpenedTalkSessionRes, _ error)
- func (UnimplementedHandler) GetOpinionDetail(ctx context.Context, params GetOpinionDetailParams) (r GetOpinionDetailRes, _ error)
- func (UnimplementedHandler) GetOpinionsForTalkSession(ctx context.Context, params GetOpinionsForTalkSessionParams) (r GetOpinionsForTalkSessionRes, _ error)
- func (UnimplementedHandler) GetTalkSessionDetail(ctx context.Context, params GetTalkSessionDetailParams) (r GetTalkSessionDetailRes, _ error)
- func (UnimplementedHandler) GetTalkSessionList(ctx context.Context, params GetTalkSessionListParams) (r GetTalkSessionListRes, _ error)
- func (UnimplementedHandler) GetTalkSessionReport(ctx context.Context, params GetTalkSessionReportParams) (r GetTalkSessionReportRes, _ error)
- func (UnimplementedHandler) GetTimeLine(ctx context.Context, params GetTimeLineParams) (r GetTimeLineRes, _ error)
- func (UnimplementedHandler) GetUserInfo(ctx context.Context) (r GetUserInfoRes, _ error)
- func (UnimplementedHandler) ManageIndex(ctx context.Context) (r ManageIndexOK, _ error)
- func (UnimplementedHandler) ManageRegenerate(ctx context.Context, req OptManageRegenerateReq) (r *ManageRegenerateOK, _ error)
- func (UnimplementedHandler) OAuthCallback(ctx context.Context, params OAuthCallbackParams) (r *OAuthCallbackFound, _ error)
- func (UnimplementedHandler) OAuthRevoke(ctx context.Context) (r OAuthRevokeRes, _ error)
- func (UnimplementedHandler) OAuthTokenInfo(ctx context.Context) (r OAuthTokenInfoRes, _ error)
- func (UnimplementedHandler) OpinionComments(ctx context.Context, params OpinionCommentsParams) (r OpinionCommentsRes, _ error)
- func (UnimplementedHandler) OpinionComments2(ctx context.Context, params OpinionComments2Params) (r OpinionComments2Res, _ error)
- func (UnimplementedHandler) OpinionsHistory(ctx context.Context, params OpinionsHistoryParams) (r OpinionsHistoryRes, _ error)
- func (UnimplementedHandler) PostConclusion(ctx context.Context, req OptPostConclusionReq, params PostConclusionParams) (r PostConclusionRes, _ error)
- func (UnimplementedHandler) PostOpinionPost(ctx context.Context, req OptPostOpinionPostReq, params PostOpinionPostParams) (r PostOpinionPostRes, _ error)
- func (UnimplementedHandler) PostTimeLineItem(ctx context.Context, req OptPostTimeLineItemReq, params PostTimeLineItemParams) (r PostTimeLineItemRes, _ error)
- func (UnimplementedHandler) RegisterUser(ctx context.Context, req OptRegisterUserReq) (r RegisterUserRes, _ error)
- func (UnimplementedHandler) SessionsHistory(ctx context.Context, params SessionsHistoryParams) (r SessionsHistoryRes, _ error)
- func (UnimplementedHandler) SwipeOpinions(ctx context.Context, params SwipeOpinionsParams) (r SwipeOpinionsRes, _ error)
- func (UnimplementedHandler) TalkSessionAnalysis(ctx context.Context, params TalkSessionAnalysisParams) (r TalkSessionAnalysisRes, _ error)
- func (UnimplementedHandler) Test(ctx context.Context) (r TestRes, _ error)
- func (UnimplementedHandler) Vote(ctx context.Context, req OptVoteReq, params VoteParams) (r VoteRes, _ error)
- type UserHandler
- type VoteBadRequest
- func (s *VoteBadRequest) Decode(d *jx.Decoder) error
- func (s *VoteBadRequest) Encode(e *jx.Encoder)
- func (s *VoteBadRequest) GetCode() string
- func (s *VoteBadRequest) GetMessage() string
- func (s *VoteBadRequest) MarshalJSON() ([]byte, error)
- func (s *VoteBadRequest) SetCode(val string)
- func (s *VoteBadRequest) SetMessage(val string)
- func (s *VoteBadRequest) UnmarshalJSON(data []byte) error
- type VoteHandler
- type VoteInternalServerError
- func (s *VoteInternalServerError) Decode(d *jx.Decoder) error
- func (s *VoteInternalServerError) Encode(e *jx.Encoder)
- func (s *VoteInternalServerError) GetCode() string
- func (s *VoteInternalServerError) GetMessage() string
- func (s *VoteInternalServerError) MarshalJSON() ([]byte, error)
- func (s *VoteInternalServerError) SetCode(val string)
- func (s *VoteInternalServerError) SetMessage(val string)
- func (s *VoteInternalServerError) UnmarshalJSON(data []byte) error
- type VoteOKApplicationJSON
- type VoteOKItem
- func (s *VoteOKItem) Decode(d *jx.Decoder) error
- func (s *VoteOKItem) Encode(e *jx.Encoder)
- func (s *VoteOKItem) GetContent() string
- func (s *VoteOKItem) GetID() string
- func (s *VoteOKItem) GetParentID() OptString
- func (s *VoteOKItem) GetPictureURL() OptString
- func (s *VoteOKItem) GetPostedAt() string
- func (s *VoteOKItem) GetReferenceURL() OptString
- func (s *VoteOKItem) GetTitle() OptString
- func (s *VoteOKItem) GetVoteType() OptVoteOKItemVoteType
- func (s *VoteOKItem) MarshalJSON() ([]byte, error)
- func (s *VoteOKItem) SetContent(val string)
- func (s *VoteOKItem) SetID(val string)
- func (s *VoteOKItem) SetParentID(val OptString)
- func (s *VoteOKItem) SetPictureURL(val OptString)
- func (s *VoteOKItem) SetPostedAt(val string)
- func (s *VoteOKItem) SetReferenceURL(val OptString)
- func (s *VoteOKItem) SetTitle(val OptString)
- func (s *VoteOKItem) SetVoteType(val OptVoteOKItemVoteType)
- func (s *VoteOKItem) UnmarshalJSON(data []byte) error
- func (s *VoteOKItem) Validate() error
- type VoteOKItemVoteType
- func (VoteOKItemVoteType) AllValues() []VoteOKItemVoteType
- func (s *VoteOKItemVoteType) Decode(d *jx.Decoder) error
- func (s VoteOKItemVoteType) Encode(e *jx.Encoder)
- func (s VoteOKItemVoteType) MarshalJSON() ([]byte, error)
- func (s VoteOKItemVoteType) MarshalText() ([]byte, error)
- func (s *VoteOKItemVoteType) UnmarshalJSON(data []byte) error
- func (s *VoteOKItemVoteType) UnmarshalText(data []byte) error
- func (s VoteOKItemVoteType) Validate() error
- type VoteParams
- type VoteReq
- type VoteReqVoteStatus
- type VoteRes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandler ¶
type AuthHandler interface { // Authorize implements authorize operation. // // 認証画面を表示する. // // GET /auth/{provider}/login Authorize(ctx context.Context, params AuthorizeParams) (*AuthorizeFound, error) // OAuthCallback implements oauth_callback operation. // // Auth Callback. // // GET /auth/{provider}/callback OAuthCallback(ctx context.Context, params OAuthCallbackParams) (*OAuthCallbackFound, error) // OAuthRevoke implements oauth_revoke operation. // // アクセストークンを失効. // // POST /auth/revoke OAuthRevoke(ctx context.Context) (OAuthRevokeRes, error) // OAuthTokenInfo implements oauth_token_info operation. // // JWTの内容を返してくれる. // // GET /auth/token/info OAuthTokenInfo(ctx context.Context) (OAuthTokenInfoRes, error) }
AuthHandler handles operations described by OpenAPI v3 specification.
x-ogen-operation-group: Auth
type AuthorizeFound ¶
AuthorizeFound is response for Authorize operation.
func (*AuthorizeFound) GetLocation ¶
func (s *AuthorizeFound) GetLocation() OptURI
GetLocation returns the value of Location.
func (*AuthorizeFound) GetSetCookie ¶
func (s *AuthorizeFound) GetSetCookie() OptString
GetSetCookie returns the value of SetCookie.
func (*AuthorizeFound) SetLocation ¶
func (s *AuthorizeFound) SetLocation(val OptURI)
SetLocation sets the value of Location.
func (*AuthorizeFound) SetSetCookie ¶
func (s *AuthorizeFound) SetSetCookie(val OptString)
SetSetCookie sets the value of SetCookie.
type AuthorizeParams ¶
type AuthorizeParams struct { // OIDCプロバイダ名. Provider string // コールバック後のリダイレクトURL. RedirectURL string }
AuthorizeParams is parameters of authorize operation.
type CreateTalkSessionBadRequest ¶
type CreateTalkSessionBadRequest struct { Code string `json:"code"` Message string `json:"message"` }
func (*CreateTalkSessionBadRequest) Decode ¶
func (s *CreateTalkSessionBadRequest) Decode(d *jx.Decoder) error
Decode decodes CreateTalkSessionBadRequest from json.
func (*CreateTalkSessionBadRequest) Encode ¶
func (s *CreateTalkSessionBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*CreateTalkSessionBadRequest) GetCode ¶
func (s *CreateTalkSessionBadRequest) GetCode() string
GetCode returns the value of Code.
func (*CreateTalkSessionBadRequest) GetMessage ¶
func (s *CreateTalkSessionBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*CreateTalkSessionBadRequest) MarshalJSON ¶
func (s *CreateTalkSessionBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CreateTalkSessionBadRequest) SetCode ¶
func (s *CreateTalkSessionBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*CreateTalkSessionBadRequest) SetMessage ¶
func (s *CreateTalkSessionBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*CreateTalkSessionBadRequest) UnmarshalJSON ¶
func (s *CreateTalkSessionBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type CreateTalkSessionOK ¶
type CreateTalkSessionOK struct { // トークセッションID. ID string `json:"id"` // テーマ. Theme string `json:"theme"` // 説明. Description OptNilString `json:"description"` // 作成者. Owner CreateTalkSessionOKOwner `json:"owner"` // 作成日時. CreatedAt string `json:"createdAt"` // 終了予定日時. ScheduledEndTime string `json:"scheduledEndTime"` // 位置情報. Location OptCreateTalkSessionOKLocation `json:"location"` // 市区町村. City OptNilString `json:"city"` // 都道府県. Prefecture OptNilString `json:"prefecture"` }
func (*CreateTalkSessionOK) Decode ¶
func (s *CreateTalkSessionOK) Decode(d *jx.Decoder) error
Decode decodes CreateTalkSessionOK from json.
func (*CreateTalkSessionOK) Encode ¶
func (s *CreateTalkSessionOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*CreateTalkSessionOK) GetCity ¶
func (s *CreateTalkSessionOK) GetCity() OptNilString
GetCity returns the value of City.
func (*CreateTalkSessionOK) GetCreatedAt ¶
func (s *CreateTalkSessionOK) GetCreatedAt() string
GetCreatedAt returns the value of CreatedAt.
func (*CreateTalkSessionOK) GetDescription ¶
func (s *CreateTalkSessionOK) GetDescription() OptNilString
GetDescription returns the value of Description.
func (*CreateTalkSessionOK) GetID ¶
func (s *CreateTalkSessionOK) GetID() string
GetID returns the value of ID.
func (*CreateTalkSessionOK) GetLocation ¶
func (s *CreateTalkSessionOK) GetLocation() OptCreateTalkSessionOKLocation
GetLocation returns the value of Location.
func (*CreateTalkSessionOK) GetOwner ¶
func (s *CreateTalkSessionOK) GetOwner() CreateTalkSessionOKOwner
GetOwner returns the value of Owner.
func (*CreateTalkSessionOK) GetPrefecture ¶
func (s *CreateTalkSessionOK) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*CreateTalkSessionOK) GetScheduledEndTime ¶
func (s *CreateTalkSessionOK) GetScheduledEndTime() string
GetScheduledEndTime returns the value of ScheduledEndTime.
func (*CreateTalkSessionOK) GetTheme ¶
func (s *CreateTalkSessionOK) GetTheme() string
GetTheme returns the value of Theme.
func (*CreateTalkSessionOK) MarshalJSON ¶
func (s *CreateTalkSessionOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CreateTalkSessionOK) SetCity ¶
func (s *CreateTalkSessionOK) SetCity(val OptNilString)
SetCity sets the value of City.
func (*CreateTalkSessionOK) SetCreatedAt ¶
func (s *CreateTalkSessionOK) SetCreatedAt(val string)
SetCreatedAt sets the value of CreatedAt.
func (*CreateTalkSessionOK) SetDescription ¶
func (s *CreateTalkSessionOK) SetDescription(val OptNilString)
SetDescription sets the value of Description.
func (*CreateTalkSessionOK) SetID ¶
func (s *CreateTalkSessionOK) SetID(val string)
SetID sets the value of ID.
func (*CreateTalkSessionOK) SetLocation ¶
func (s *CreateTalkSessionOK) SetLocation(val OptCreateTalkSessionOKLocation)
SetLocation sets the value of Location.
func (*CreateTalkSessionOK) SetOwner ¶
func (s *CreateTalkSessionOK) SetOwner(val CreateTalkSessionOKOwner)
SetOwner sets the value of Owner.
func (*CreateTalkSessionOK) SetPrefecture ¶
func (s *CreateTalkSessionOK) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*CreateTalkSessionOK) SetScheduledEndTime ¶
func (s *CreateTalkSessionOK) SetScheduledEndTime(val string)
SetScheduledEndTime sets the value of ScheduledEndTime.
func (*CreateTalkSessionOK) SetTheme ¶
func (s *CreateTalkSessionOK) SetTheme(val string)
SetTheme sets the value of Theme.
func (*CreateTalkSessionOK) UnmarshalJSON ¶
func (s *CreateTalkSessionOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*CreateTalkSessionOK) Validate ¶
func (s *CreateTalkSessionOK) Validate() error
type CreateTalkSessionOKLocation ¶
type CreateTalkSessionOKLocation struct { // 緯度. Latitude OptFloat64 `json:"latitude"` // 経度. Longitude OptFloat64 `json:"longitude"` }
位置情報.
func (*CreateTalkSessionOKLocation) Decode ¶
func (s *CreateTalkSessionOKLocation) Decode(d *jx.Decoder) error
Decode decodes CreateTalkSessionOKLocation from json.
func (*CreateTalkSessionOKLocation) Encode ¶
func (s *CreateTalkSessionOKLocation) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*CreateTalkSessionOKLocation) GetLatitude ¶
func (s *CreateTalkSessionOKLocation) GetLatitude() OptFloat64
GetLatitude returns the value of Latitude.
func (*CreateTalkSessionOKLocation) GetLongitude ¶
func (s *CreateTalkSessionOKLocation) GetLongitude() OptFloat64
GetLongitude returns the value of Longitude.
func (*CreateTalkSessionOKLocation) MarshalJSON ¶
func (s *CreateTalkSessionOKLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CreateTalkSessionOKLocation) SetLatitude ¶
func (s *CreateTalkSessionOKLocation) SetLatitude(val OptFloat64)
SetLatitude sets the value of Latitude.
func (*CreateTalkSessionOKLocation) SetLongitude ¶
func (s *CreateTalkSessionOKLocation) SetLongitude(val OptFloat64)
SetLongitude sets the value of Longitude.
func (*CreateTalkSessionOKLocation) UnmarshalJSON ¶
func (s *CreateTalkSessionOKLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*CreateTalkSessionOKLocation) Validate ¶
func (s *CreateTalkSessionOKLocation) Validate() error
type CreateTalkSessionOKOwner ¶
type CreateTalkSessionOKOwner struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*CreateTalkSessionOKOwner) Decode ¶
func (s *CreateTalkSessionOKOwner) Decode(d *jx.Decoder) error
Decode decodes CreateTalkSessionOKOwner from json.
func (*CreateTalkSessionOKOwner) Encode ¶
func (s *CreateTalkSessionOKOwner) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*CreateTalkSessionOKOwner) GetDisplayID ¶
func (s *CreateTalkSessionOKOwner) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*CreateTalkSessionOKOwner) GetDisplayName ¶
func (s *CreateTalkSessionOKOwner) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*CreateTalkSessionOKOwner) GetIconURL ¶
func (s *CreateTalkSessionOKOwner) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*CreateTalkSessionOKOwner) MarshalJSON ¶
func (s *CreateTalkSessionOKOwner) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*CreateTalkSessionOKOwner) SetDisplayID ¶
func (s *CreateTalkSessionOKOwner) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*CreateTalkSessionOKOwner) SetDisplayName ¶
func (s *CreateTalkSessionOKOwner) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*CreateTalkSessionOKOwner) SetIconURL ¶
func (s *CreateTalkSessionOKOwner) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*CreateTalkSessionOKOwner) UnmarshalJSON ¶
func (s *CreateTalkSessionOKOwner) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*CreateTalkSessionOKOwner) Validate ¶
func (s *CreateTalkSessionOKOwner) Validate() error
type CreateTalkSessionReq ¶
type CreateTalkSessionReq struct { Theme string `json:"theme"` ScheduledEndTime time.Time `json:"scheduledEndTime"` // 緯度. Latitude OptNilFloat64 `json:"latitude"` // 経度. Longitude OptNilFloat64 `json:"longitude"` // 市区町村. City OptNilString `json:"city"` // 都道府県. Prefecture OptNilString `json:"prefecture"` // 説明文. Description OptNilString `json:"description"` }
func (*CreateTalkSessionReq) GetCity ¶
func (s *CreateTalkSessionReq) GetCity() OptNilString
GetCity returns the value of City.
func (*CreateTalkSessionReq) GetDescription ¶
func (s *CreateTalkSessionReq) GetDescription() OptNilString
GetDescription returns the value of Description.
func (*CreateTalkSessionReq) GetLatitude ¶
func (s *CreateTalkSessionReq) GetLatitude() OptNilFloat64
GetLatitude returns the value of Latitude.
func (*CreateTalkSessionReq) GetLongitude ¶
func (s *CreateTalkSessionReq) GetLongitude() OptNilFloat64
GetLongitude returns the value of Longitude.
func (*CreateTalkSessionReq) GetPrefecture ¶
func (s *CreateTalkSessionReq) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*CreateTalkSessionReq) GetScheduledEndTime ¶
func (s *CreateTalkSessionReq) GetScheduledEndTime() time.Time
GetScheduledEndTime returns the value of ScheduledEndTime.
func (*CreateTalkSessionReq) GetTheme ¶
func (s *CreateTalkSessionReq) GetTheme() string
GetTheme returns the value of Theme.
func (*CreateTalkSessionReq) SetCity ¶
func (s *CreateTalkSessionReq) SetCity(val OptNilString)
SetCity sets the value of City.
func (*CreateTalkSessionReq) SetDescription ¶
func (s *CreateTalkSessionReq) SetDescription(val OptNilString)
SetDescription sets the value of Description.
func (*CreateTalkSessionReq) SetLatitude ¶
func (s *CreateTalkSessionReq) SetLatitude(val OptNilFloat64)
SetLatitude sets the value of Latitude.
func (*CreateTalkSessionReq) SetLongitude ¶
func (s *CreateTalkSessionReq) SetLongitude(val OptNilFloat64)
SetLongitude sets the value of Longitude.
func (*CreateTalkSessionReq) SetPrefecture ¶
func (s *CreateTalkSessionReq) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*CreateTalkSessionReq) SetScheduledEndTime ¶
func (s *CreateTalkSessionReq) SetScheduledEndTime(val time.Time)
SetScheduledEndTime sets the value of ScheduledEndTime.
func (*CreateTalkSessionReq) SetTheme ¶
func (s *CreateTalkSessionReq) SetTheme(val string)
SetTheme sets the value of Theme.
func (*CreateTalkSessionReq) Validate ¶
func (s *CreateTalkSessionReq) Validate() error
type CreateTalkSessionRes ¶
type CreateTalkSessionRes interface {
// contains filtered or unexported methods
}
type DummiInitBadRequest ¶
type DummiInitBadRequest struct{}
func (*DummiInitBadRequest) Decode ¶
func (s *DummiInitBadRequest) Decode(d *jx.Decoder) error
Decode decodes DummiInitBadRequest from json.
func (*DummiInitBadRequest) Encode ¶
func (s *DummiInitBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*DummiInitBadRequest) MarshalJSON ¶
func (s *DummiInitBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DummiInitBadRequest) UnmarshalJSON ¶
func (s *DummiInitBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DummiInitInternalServerError ¶
type DummiInitInternalServerError struct{}
func (*DummiInitInternalServerError) Decode ¶
func (s *DummiInitInternalServerError) Decode(d *jx.Decoder) error
Decode decodes DummiInitInternalServerError from json.
func (*DummiInitInternalServerError) Encode ¶
func (s *DummiInitInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*DummiInitInternalServerError) MarshalJSON ¶
func (s *DummiInitInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DummiInitInternalServerError) UnmarshalJSON ¶
func (s *DummiInitInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DummiInitOK ¶
type DummiInitOK struct{}
func (*DummiInitOK) Decode ¶
func (s *DummiInitOK) Decode(d *jx.Decoder) error
Decode decodes DummiInitOK from json.
func (*DummiInitOK) Encode ¶
func (s *DummiInitOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*DummiInitOK) MarshalJSON ¶
func (s *DummiInitOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*DummiInitOK) UnmarshalJSON ¶
func (s *DummiInitOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type DummiInitRes ¶
type DummiInitRes interface {
// contains filtered or unexported methods
}
type EditTalkSessionBadRequest ¶
type EditTalkSessionBadRequest struct{}
func (*EditTalkSessionBadRequest) Decode ¶
func (s *EditTalkSessionBadRequest) Decode(d *jx.Decoder) error
Decode decodes EditTalkSessionBadRequest from json.
func (*EditTalkSessionBadRequest) Encode ¶
func (s *EditTalkSessionBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditTalkSessionBadRequest) MarshalJSON ¶
func (s *EditTalkSessionBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditTalkSessionBadRequest) UnmarshalJSON ¶
func (s *EditTalkSessionBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type EditTalkSessionInternalServerError ¶
type EditTalkSessionInternalServerError struct{}
func (*EditTalkSessionInternalServerError) Decode ¶
func (s *EditTalkSessionInternalServerError) Decode(d *jx.Decoder) error
Decode decodes EditTalkSessionInternalServerError from json.
func (*EditTalkSessionInternalServerError) Encode ¶
func (s *EditTalkSessionInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditTalkSessionInternalServerError) MarshalJSON ¶
func (s *EditTalkSessionInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditTalkSessionInternalServerError) UnmarshalJSON ¶
func (s *EditTalkSessionInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type EditTalkSessionOK ¶
type EditTalkSessionOK struct { // トークセッションID. ID string `json:"id"` // テーマ. Theme string `json:"theme"` // 説明. Description OptNilString `json:"description"` // 作成者. Owner EditTalkSessionOKOwner `json:"owner"` // 作成日時. CreatedAt string `json:"createdAt"` // 終了予定日時. ScheduledEndTime string `json:"scheduledEndTime"` // 位置情報. Location OptEditTalkSessionOKLocation `json:"location"` // 市区町村. City OptNilString `json:"city"` // 都道府県. Prefecture OptNilString `json:"prefecture"` }
func (*EditTalkSessionOK) Decode ¶
func (s *EditTalkSessionOK) Decode(d *jx.Decoder) error
Decode decodes EditTalkSessionOK from json.
func (*EditTalkSessionOK) Encode ¶
func (s *EditTalkSessionOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditTalkSessionOK) GetCity ¶
func (s *EditTalkSessionOK) GetCity() OptNilString
GetCity returns the value of City.
func (*EditTalkSessionOK) GetCreatedAt ¶
func (s *EditTalkSessionOK) GetCreatedAt() string
GetCreatedAt returns the value of CreatedAt.
func (*EditTalkSessionOK) GetDescription ¶
func (s *EditTalkSessionOK) GetDescription() OptNilString
GetDescription returns the value of Description.
func (*EditTalkSessionOK) GetID ¶
func (s *EditTalkSessionOK) GetID() string
GetID returns the value of ID.
func (*EditTalkSessionOK) GetLocation ¶
func (s *EditTalkSessionOK) GetLocation() OptEditTalkSessionOKLocation
GetLocation returns the value of Location.
func (*EditTalkSessionOK) GetOwner ¶
func (s *EditTalkSessionOK) GetOwner() EditTalkSessionOKOwner
GetOwner returns the value of Owner.
func (*EditTalkSessionOK) GetPrefecture ¶
func (s *EditTalkSessionOK) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*EditTalkSessionOK) GetScheduledEndTime ¶
func (s *EditTalkSessionOK) GetScheduledEndTime() string
GetScheduledEndTime returns the value of ScheduledEndTime.
func (*EditTalkSessionOK) GetTheme ¶
func (s *EditTalkSessionOK) GetTheme() string
GetTheme returns the value of Theme.
func (*EditTalkSessionOK) MarshalJSON ¶
func (s *EditTalkSessionOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditTalkSessionOK) SetCity ¶
func (s *EditTalkSessionOK) SetCity(val OptNilString)
SetCity sets the value of City.
func (*EditTalkSessionOK) SetCreatedAt ¶
func (s *EditTalkSessionOK) SetCreatedAt(val string)
SetCreatedAt sets the value of CreatedAt.
func (*EditTalkSessionOK) SetDescription ¶
func (s *EditTalkSessionOK) SetDescription(val OptNilString)
SetDescription sets the value of Description.
func (*EditTalkSessionOK) SetID ¶
func (s *EditTalkSessionOK) SetID(val string)
SetID sets the value of ID.
func (*EditTalkSessionOK) SetLocation ¶
func (s *EditTalkSessionOK) SetLocation(val OptEditTalkSessionOKLocation)
SetLocation sets the value of Location.
func (*EditTalkSessionOK) SetOwner ¶
func (s *EditTalkSessionOK) SetOwner(val EditTalkSessionOKOwner)
SetOwner sets the value of Owner.
func (*EditTalkSessionOK) SetPrefecture ¶
func (s *EditTalkSessionOK) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*EditTalkSessionOK) SetScheduledEndTime ¶
func (s *EditTalkSessionOK) SetScheduledEndTime(val string)
SetScheduledEndTime sets the value of ScheduledEndTime.
func (*EditTalkSessionOK) SetTheme ¶
func (s *EditTalkSessionOK) SetTheme(val string)
SetTheme sets the value of Theme.
func (*EditTalkSessionOK) UnmarshalJSON ¶
func (s *EditTalkSessionOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*EditTalkSessionOK) Validate ¶
func (s *EditTalkSessionOK) Validate() error
type EditTalkSessionOKLocation ¶
type EditTalkSessionOKLocation struct { // 緯度. Latitude OptFloat64 `json:"latitude"` // 経度. Longitude OptFloat64 `json:"longitude"` }
位置情報.
func (*EditTalkSessionOKLocation) Decode ¶
func (s *EditTalkSessionOKLocation) Decode(d *jx.Decoder) error
Decode decodes EditTalkSessionOKLocation from json.
func (*EditTalkSessionOKLocation) Encode ¶
func (s *EditTalkSessionOKLocation) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditTalkSessionOKLocation) GetLatitude ¶
func (s *EditTalkSessionOKLocation) GetLatitude() OptFloat64
GetLatitude returns the value of Latitude.
func (*EditTalkSessionOKLocation) GetLongitude ¶
func (s *EditTalkSessionOKLocation) GetLongitude() OptFloat64
GetLongitude returns the value of Longitude.
func (*EditTalkSessionOKLocation) MarshalJSON ¶
func (s *EditTalkSessionOKLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditTalkSessionOKLocation) SetLatitude ¶
func (s *EditTalkSessionOKLocation) SetLatitude(val OptFloat64)
SetLatitude sets the value of Latitude.
func (*EditTalkSessionOKLocation) SetLongitude ¶
func (s *EditTalkSessionOKLocation) SetLongitude(val OptFloat64)
SetLongitude sets the value of Longitude.
func (*EditTalkSessionOKLocation) UnmarshalJSON ¶
func (s *EditTalkSessionOKLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*EditTalkSessionOKLocation) Validate ¶
func (s *EditTalkSessionOKLocation) Validate() error
type EditTalkSessionOKOwner ¶
type EditTalkSessionOKOwner struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*EditTalkSessionOKOwner) Decode ¶
func (s *EditTalkSessionOKOwner) Decode(d *jx.Decoder) error
Decode decodes EditTalkSessionOKOwner from json.
func (*EditTalkSessionOKOwner) Encode ¶
func (s *EditTalkSessionOKOwner) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditTalkSessionOKOwner) GetDisplayID ¶
func (s *EditTalkSessionOKOwner) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*EditTalkSessionOKOwner) GetDisplayName ¶
func (s *EditTalkSessionOKOwner) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*EditTalkSessionOKOwner) GetIconURL ¶
func (s *EditTalkSessionOKOwner) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*EditTalkSessionOKOwner) MarshalJSON ¶
func (s *EditTalkSessionOKOwner) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditTalkSessionOKOwner) SetDisplayID ¶
func (s *EditTalkSessionOKOwner) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*EditTalkSessionOKOwner) SetDisplayName ¶
func (s *EditTalkSessionOKOwner) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*EditTalkSessionOKOwner) SetIconURL ¶
func (s *EditTalkSessionOKOwner) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*EditTalkSessionOKOwner) UnmarshalJSON ¶
func (s *EditTalkSessionOKOwner) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*EditTalkSessionOKOwner) Validate ¶
func (s *EditTalkSessionOKOwner) Validate() error
type EditTalkSessionParams ¶
type EditTalkSessionParams struct {
TalkSessionId string
}
EditTalkSessionParams is parameters of editTalkSession operation.
type EditTalkSessionReq ¶
type EditTalkSessionReq struct { Theme string `json:"theme"` ScheduledEndTime string `json:"scheduledEndTime"` // 緯度. Latitude OptNilFloat64 `json:"latitude"` // 経度. Longitude OptFloat64 `json:"longitude"` // 都道府県. Prefecture OptNilString `json:"prefecture"` // 市区町村. City OptNilString `json:"city"` // 説明文. Description OptNilString `json:"description"` }
func (*EditTalkSessionReq) GetCity ¶
func (s *EditTalkSessionReq) GetCity() OptNilString
GetCity returns the value of City.
func (*EditTalkSessionReq) GetDescription ¶
func (s *EditTalkSessionReq) GetDescription() OptNilString
GetDescription returns the value of Description.
func (*EditTalkSessionReq) GetLatitude ¶
func (s *EditTalkSessionReq) GetLatitude() OptNilFloat64
GetLatitude returns the value of Latitude.
func (*EditTalkSessionReq) GetLongitude ¶
func (s *EditTalkSessionReq) GetLongitude() OptFloat64
GetLongitude returns the value of Longitude.
func (*EditTalkSessionReq) GetPrefecture ¶
func (s *EditTalkSessionReq) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*EditTalkSessionReq) GetScheduledEndTime ¶
func (s *EditTalkSessionReq) GetScheduledEndTime() string
GetScheduledEndTime returns the value of ScheduledEndTime.
func (*EditTalkSessionReq) GetTheme ¶
func (s *EditTalkSessionReq) GetTheme() string
GetTheme returns the value of Theme.
func (*EditTalkSessionReq) SetCity ¶
func (s *EditTalkSessionReq) SetCity(val OptNilString)
SetCity sets the value of City.
func (*EditTalkSessionReq) SetDescription ¶
func (s *EditTalkSessionReq) SetDescription(val OptNilString)
SetDescription sets the value of Description.
func (*EditTalkSessionReq) SetLatitude ¶
func (s *EditTalkSessionReq) SetLatitude(val OptNilFloat64)
SetLatitude sets the value of Latitude.
func (*EditTalkSessionReq) SetLongitude ¶
func (s *EditTalkSessionReq) SetLongitude(val OptFloat64)
SetLongitude sets the value of Longitude.
func (*EditTalkSessionReq) SetPrefecture ¶
func (s *EditTalkSessionReq) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*EditTalkSessionReq) SetScheduledEndTime ¶
func (s *EditTalkSessionReq) SetScheduledEndTime(val string)
SetScheduledEndTime sets the value of ScheduledEndTime.
func (*EditTalkSessionReq) SetTheme ¶
func (s *EditTalkSessionReq) SetTheme(val string)
SetTheme sets the value of Theme.
func (*EditTalkSessionReq) Validate ¶
func (s *EditTalkSessionReq) Validate() error
type EditTalkSessionRes ¶
type EditTalkSessionRes interface {
// contains filtered or unexported methods
}
type EditTimeLineBadRequest ¶
type EditTimeLineBadRequest struct{}
func (*EditTimeLineBadRequest) Decode ¶
func (s *EditTimeLineBadRequest) Decode(d *jx.Decoder) error
Decode decodes EditTimeLineBadRequest from json.
func (*EditTimeLineBadRequest) Encode ¶
func (s *EditTimeLineBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditTimeLineBadRequest) MarshalJSON ¶
func (s *EditTimeLineBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditTimeLineBadRequest) UnmarshalJSON ¶
func (s *EditTimeLineBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type EditTimeLineInternalServerError ¶
type EditTimeLineInternalServerError struct{}
func (*EditTimeLineInternalServerError) Decode ¶
func (s *EditTimeLineInternalServerError) Decode(d *jx.Decoder) error
Decode decodes EditTimeLineInternalServerError from json.
func (*EditTimeLineInternalServerError) Encode ¶
func (s *EditTimeLineInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditTimeLineInternalServerError) MarshalJSON ¶
func (s *EditTimeLineInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditTimeLineInternalServerError) UnmarshalJSON ¶
func (s *EditTimeLineInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type EditTimeLineOK ¶
type EditTimeLineOK struct { ActionItemID string `json:"ActionItemID"` Sequence int `json:"Sequence"` Content string `json:"Content"` Status string `json:"Status"` CreatedAt string `json:"CreatedAt"` UpdatedAt string `json:"UpdatedAt"` }
func (*EditTimeLineOK) Decode ¶
func (s *EditTimeLineOK) Decode(d *jx.Decoder) error
Decode decodes EditTimeLineOK from json.
func (*EditTimeLineOK) Encode ¶
func (s *EditTimeLineOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditTimeLineOK) GetActionItemID ¶
func (s *EditTimeLineOK) GetActionItemID() string
GetActionItemID returns the value of ActionItemID.
func (*EditTimeLineOK) GetContent ¶
func (s *EditTimeLineOK) GetContent() string
GetContent returns the value of Content.
func (*EditTimeLineOK) GetCreatedAt ¶
func (s *EditTimeLineOK) GetCreatedAt() string
GetCreatedAt returns the value of CreatedAt.
func (*EditTimeLineOK) GetSequence ¶
func (s *EditTimeLineOK) GetSequence() int
GetSequence returns the value of Sequence.
func (*EditTimeLineOK) GetStatus ¶
func (s *EditTimeLineOK) GetStatus() string
GetStatus returns the value of Status.
func (*EditTimeLineOK) GetUpdatedAt ¶
func (s *EditTimeLineOK) GetUpdatedAt() string
GetUpdatedAt returns the value of UpdatedAt.
func (*EditTimeLineOK) MarshalJSON ¶
func (s *EditTimeLineOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditTimeLineOK) SetActionItemID ¶
func (s *EditTimeLineOK) SetActionItemID(val string)
SetActionItemID sets the value of ActionItemID.
func (*EditTimeLineOK) SetContent ¶
func (s *EditTimeLineOK) SetContent(val string)
SetContent sets the value of Content.
func (*EditTimeLineOK) SetCreatedAt ¶
func (s *EditTimeLineOK) SetCreatedAt(val string)
SetCreatedAt sets the value of CreatedAt.
func (*EditTimeLineOK) SetSequence ¶
func (s *EditTimeLineOK) SetSequence(val int)
SetSequence sets the value of Sequence.
func (*EditTimeLineOK) SetStatus ¶
func (s *EditTimeLineOK) SetStatus(val string)
SetStatus sets the value of Status.
func (*EditTimeLineOK) SetUpdatedAt ¶
func (s *EditTimeLineOK) SetUpdatedAt(val string)
SetUpdatedAt sets the value of UpdatedAt.
func (*EditTimeLineOK) UnmarshalJSON ¶
func (s *EditTimeLineOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type EditTimeLineParams ¶
EditTimeLineParams is parameters of editTimeLine operation.
type EditTimeLineReq ¶
type EditTimeLineReq struct { Content OptNilString `json:"content"` Status OptNilString `json:"status"` }
func (*EditTimeLineReq) GetContent ¶
func (s *EditTimeLineReq) GetContent() OptNilString
GetContent returns the value of Content.
func (*EditTimeLineReq) GetStatus ¶
func (s *EditTimeLineReq) GetStatus() OptNilString
GetStatus returns the value of Status.
func (*EditTimeLineReq) SetContent ¶
func (s *EditTimeLineReq) SetContent(val OptNilString)
SetContent sets the value of Content.
func (*EditTimeLineReq) SetStatus ¶
func (s *EditTimeLineReq) SetStatus(val OptNilString)
SetStatus sets the value of Status.
type EditTimeLineRes ¶
type EditTimeLineRes interface {
// contains filtered or unexported methods
}
type EditUserProfileBadRequest ¶
func (*EditUserProfileBadRequest) Decode ¶
func (s *EditUserProfileBadRequest) Decode(d *jx.Decoder) error
Decode decodes EditUserProfileBadRequest from json.
func (*EditUserProfileBadRequest) Encode ¶
func (s *EditUserProfileBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditUserProfileBadRequest) GetCode ¶
func (s *EditUserProfileBadRequest) GetCode() string
GetCode returns the value of Code.
func (*EditUserProfileBadRequest) GetMessage ¶
func (s *EditUserProfileBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*EditUserProfileBadRequest) MarshalJSON ¶
func (s *EditUserProfileBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditUserProfileBadRequest) SetCode ¶
func (s *EditUserProfileBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*EditUserProfileBadRequest) SetMessage ¶
func (s *EditUserProfileBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*EditUserProfileBadRequest) UnmarshalJSON ¶
func (s *EditUserProfileBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type EditUserProfileInternalServerError ¶
type EditUserProfileInternalServerError struct { Code string `json:"code"` Message string `json:"message"` }
func (*EditUserProfileInternalServerError) Decode ¶
func (s *EditUserProfileInternalServerError) Decode(d *jx.Decoder) error
Decode decodes EditUserProfileInternalServerError from json.
func (*EditUserProfileInternalServerError) Encode ¶
func (s *EditUserProfileInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditUserProfileInternalServerError) GetCode ¶
func (s *EditUserProfileInternalServerError) GetCode() string
GetCode returns the value of Code.
func (*EditUserProfileInternalServerError) GetMessage ¶
func (s *EditUserProfileInternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*EditUserProfileInternalServerError) MarshalJSON ¶
func (s *EditUserProfileInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditUserProfileInternalServerError) SetCode ¶
func (s *EditUserProfileInternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*EditUserProfileInternalServerError) SetMessage ¶
func (s *EditUserProfileInternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*EditUserProfileInternalServerError) UnmarshalJSON ¶
func (s *EditUserProfileInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type EditUserProfileOK ¶
type EditUserProfileOK struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
func (*EditUserProfileOK) Decode ¶
func (s *EditUserProfileOK) Decode(d *jx.Decoder) error
Decode decodes EditUserProfileOK from json.
func (*EditUserProfileOK) Encode ¶
func (s *EditUserProfileOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*EditUserProfileOK) GetDisplayID ¶
func (s *EditUserProfileOK) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*EditUserProfileOK) GetDisplayName ¶
func (s *EditUserProfileOK) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*EditUserProfileOK) GetIconURL ¶
func (s *EditUserProfileOK) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*EditUserProfileOK) MarshalJSON ¶
func (s *EditUserProfileOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*EditUserProfileOK) SetDisplayID ¶
func (s *EditUserProfileOK) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*EditUserProfileOK) SetDisplayName ¶
func (s *EditUserProfileOK) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*EditUserProfileOK) SetIconURL ¶
func (s *EditUserProfileOK) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*EditUserProfileOK) UnmarshalJSON ¶
func (s *EditUserProfileOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*EditUserProfileOK) Validate ¶
func (s *EditUserProfileOK) Validate() error
type EditUserProfileReq ¶
type EditUserProfileReq struct { // ユーザー名. DisplayName OptNilString `json:"displayName"` // ユーザーアイコン. Icon OptMultipartFile `json:"icon"` DeleteIcon OptNilBool `json:"deleteIcon"` // 生まれ年. YearOfBirth OptNilInt `json:"yearOfBirth"` // 性別. Gender OptNilEditUserProfileReqGender `json:"gender"` // 市区町村. City OptNilString `json:"city"` // 職業. Occupation OptNilEditUserProfileReqOccupation `json:"occupation"` // 世帯人数. HouseholdSize OptNilInt `json:"householdSize"` // 都道府県. Prefecture OptNilString `json:"prefecture"` }
func (*EditUserProfileReq) GetCity ¶
func (s *EditUserProfileReq) GetCity() OptNilString
GetCity returns the value of City.
func (*EditUserProfileReq) GetDeleteIcon ¶
func (s *EditUserProfileReq) GetDeleteIcon() OptNilBool
GetDeleteIcon returns the value of DeleteIcon.
func (*EditUserProfileReq) GetDisplayName ¶
func (s *EditUserProfileReq) GetDisplayName() OptNilString
GetDisplayName returns the value of DisplayName.
func (*EditUserProfileReq) GetGender ¶
func (s *EditUserProfileReq) GetGender() OptNilEditUserProfileReqGender
GetGender returns the value of Gender.
func (*EditUserProfileReq) GetHouseholdSize ¶
func (s *EditUserProfileReq) GetHouseholdSize() OptNilInt
GetHouseholdSize returns the value of HouseholdSize.
func (*EditUserProfileReq) GetIcon ¶
func (s *EditUserProfileReq) GetIcon() OptMultipartFile
GetIcon returns the value of Icon.
func (*EditUserProfileReq) GetOccupation ¶
func (s *EditUserProfileReq) GetOccupation() OptNilEditUserProfileReqOccupation
GetOccupation returns the value of Occupation.
func (*EditUserProfileReq) GetPrefecture ¶
func (s *EditUserProfileReq) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*EditUserProfileReq) GetYearOfBirth ¶
func (s *EditUserProfileReq) GetYearOfBirth() OptNilInt
GetYearOfBirth returns the value of YearOfBirth.
func (*EditUserProfileReq) SetCity ¶
func (s *EditUserProfileReq) SetCity(val OptNilString)
SetCity sets the value of City.
func (*EditUserProfileReq) SetDeleteIcon ¶
func (s *EditUserProfileReq) SetDeleteIcon(val OptNilBool)
SetDeleteIcon sets the value of DeleteIcon.
func (*EditUserProfileReq) SetDisplayName ¶
func (s *EditUserProfileReq) SetDisplayName(val OptNilString)
SetDisplayName sets the value of DisplayName.
func (*EditUserProfileReq) SetGender ¶
func (s *EditUserProfileReq) SetGender(val OptNilEditUserProfileReqGender)
SetGender sets the value of Gender.
func (*EditUserProfileReq) SetHouseholdSize ¶
func (s *EditUserProfileReq) SetHouseholdSize(val OptNilInt)
SetHouseholdSize sets the value of HouseholdSize.
func (*EditUserProfileReq) SetIcon ¶
func (s *EditUserProfileReq) SetIcon(val OptMultipartFile)
SetIcon sets the value of Icon.
func (*EditUserProfileReq) SetOccupation ¶
func (s *EditUserProfileReq) SetOccupation(val OptNilEditUserProfileReqOccupation)
SetOccupation sets the value of Occupation.
func (*EditUserProfileReq) SetPrefecture ¶
func (s *EditUserProfileReq) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*EditUserProfileReq) SetYearOfBirth ¶
func (s *EditUserProfileReq) SetYearOfBirth(val OptNilInt)
SetYearOfBirth sets the value of YearOfBirth.
func (*EditUserProfileReq) Validate ¶
func (s *EditUserProfileReq) Validate() error
type EditUserProfileReqGender ¶
type EditUserProfileReqGender string
性別.
const ( EditUserProfileReqGender_0 EditUserProfileReqGender = "男性" EditUserProfileReqGender_1 EditUserProfileReqGender = "女性" EditUserProfileReqGender_2 EditUserProfileReqGender = "その他" EditUserProfileReqGender_3 EditUserProfileReqGender = "回答しない" )
func (EditUserProfileReqGender) AllValues ¶
func (EditUserProfileReqGender) AllValues() []EditUserProfileReqGender
AllValues returns all EditUserProfileReqGender values.
func (EditUserProfileReqGender) MarshalText ¶
func (s EditUserProfileReqGender) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*EditUserProfileReqGender) UnmarshalText ¶
func (s *EditUserProfileReqGender) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (EditUserProfileReqGender) Validate ¶
func (s EditUserProfileReqGender) Validate() error
type EditUserProfileReqOccupation ¶
type EditUserProfileReqOccupation string
職業.
const ( EditUserProfileReqOccupation_0 EditUserProfileReqOccupation = "正社員" EditUserProfileReqOccupation_1 EditUserProfileReqOccupation = "契約社員" EditUserProfileReqOccupation_2 EditUserProfileReqOccupation = "公務員" EditUserProfileReqOccupation_3 EditUserProfileReqOccupation = "自営業" EditUserProfileReqOccupation_4 EditUserProfileReqOccupation = "会社役員" EditUserProfileReqOccupation_5 EditUserProfileReqOccupation = "パート・アルバイト" EditUserProfileReqOccupation_6 EditUserProfileReqOccupation = "家事従事者" EditUserProfileReqOccupation_7 EditUserProfileReqOccupation = "学生" EditUserProfileReqOccupation_8 EditUserProfileReqOccupation = "無職" EditUserProfileReqOccupation_9 EditUserProfileReqOccupation = "その他" EditUserProfileReqOccupation_10 EditUserProfileReqOccupation = "回答しない" )
func (EditUserProfileReqOccupation) AllValues ¶
func (EditUserProfileReqOccupation) AllValues() []EditUserProfileReqOccupation
AllValues returns all EditUserProfileReqOccupation values.
func (EditUserProfileReqOccupation) MarshalText ¶
func (s EditUserProfileReqOccupation) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*EditUserProfileReqOccupation) UnmarshalText ¶
func (s *EditUserProfileReqOccupation) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (EditUserProfileReqOccupation) Validate ¶
func (s EditUserProfileReqOccupation) Validate() error
type EditUserProfileRes ¶
type EditUserProfileRes interface {
// contains filtered or unexported methods
}
type GetConclusionBadRequest ¶
type GetConclusionBadRequest struct{}
func (*GetConclusionBadRequest) Decode ¶
func (s *GetConclusionBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetConclusionBadRequest from json.
func (*GetConclusionBadRequest) Encode ¶
func (s *GetConclusionBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetConclusionBadRequest) MarshalJSON ¶
func (s *GetConclusionBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetConclusionBadRequest) UnmarshalJSON ¶
func (s *GetConclusionBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetConclusionInternalServerError ¶
type GetConclusionInternalServerError struct{}
func (*GetConclusionInternalServerError) Decode ¶
func (s *GetConclusionInternalServerError) Decode(d *jx.Decoder) error
Decode decodes GetConclusionInternalServerError from json.
func (*GetConclusionInternalServerError) Encode ¶
func (s *GetConclusionInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetConclusionInternalServerError) MarshalJSON ¶
func (s *GetConclusionInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetConclusionInternalServerError) UnmarshalJSON ¶
func (s *GetConclusionInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetConclusionOK ¶
type GetConclusionOK struct { // 作成者. User GetConclusionOKUser `json:"user"` // 結論本文. Content string `json:"content"` }
func (*GetConclusionOK) Decode ¶
func (s *GetConclusionOK) Decode(d *jx.Decoder) error
Decode decodes GetConclusionOK from json.
func (*GetConclusionOK) Encode ¶
func (s *GetConclusionOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetConclusionOK) GetContent ¶
func (s *GetConclusionOK) GetContent() string
GetContent returns the value of Content.
func (*GetConclusionOK) GetUser ¶
func (s *GetConclusionOK) GetUser() GetConclusionOKUser
GetUser returns the value of User.
func (*GetConclusionOK) MarshalJSON ¶
func (s *GetConclusionOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetConclusionOK) SetContent ¶
func (s *GetConclusionOK) SetContent(val string)
SetContent sets the value of Content.
func (*GetConclusionOK) SetUser ¶
func (s *GetConclusionOK) SetUser(val GetConclusionOKUser)
SetUser sets the value of User.
func (*GetConclusionOK) UnmarshalJSON ¶
func (s *GetConclusionOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetConclusionOK) Validate ¶
func (s *GetConclusionOK) Validate() error
type GetConclusionOKUser ¶
type GetConclusionOKUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*GetConclusionOKUser) Decode ¶
func (s *GetConclusionOKUser) Decode(d *jx.Decoder) error
Decode decodes GetConclusionOKUser from json.
func (*GetConclusionOKUser) Encode ¶
func (s *GetConclusionOKUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetConclusionOKUser) GetDisplayID ¶
func (s *GetConclusionOKUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*GetConclusionOKUser) GetDisplayName ¶
func (s *GetConclusionOKUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*GetConclusionOKUser) GetIconURL ¶
func (s *GetConclusionOKUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*GetConclusionOKUser) MarshalJSON ¶
func (s *GetConclusionOKUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetConclusionOKUser) SetDisplayID ¶
func (s *GetConclusionOKUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*GetConclusionOKUser) SetDisplayName ¶
func (s *GetConclusionOKUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*GetConclusionOKUser) SetIconURL ¶
func (s *GetConclusionOKUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*GetConclusionOKUser) UnmarshalJSON ¶
func (s *GetConclusionOKUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetConclusionOKUser) Validate ¶
func (s *GetConclusionOKUser) Validate() error
type GetConclusionParams ¶
type GetConclusionParams struct {
TalkSessionID string
}
GetConclusionParams is parameters of getConclusion operation.
type GetConclusionRes ¶
type GetConclusionRes interface {
// contains filtered or unexported methods
}
type GetOpenedTalkSessionBadRequest ¶
type GetOpenedTalkSessionBadRequest struct{}
func (*GetOpenedTalkSessionBadRequest) Decode ¶
func (s *GetOpenedTalkSessionBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetOpenedTalkSessionBadRequest from json.
func (*GetOpenedTalkSessionBadRequest) Encode ¶
func (s *GetOpenedTalkSessionBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpenedTalkSessionBadRequest) MarshalJSON ¶
func (s *GetOpenedTalkSessionBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpenedTalkSessionBadRequest) UnmarshalJSON ¶
func (s *GetOpenedTalkSessionBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetOpenedTalkSessionInternalServerError ¶
type GetOpenedTalkSessionInternalServerError struct{}
func (*GetOpenedTalkSessionInternalServerError) Decode ¶
func (s *GetOpenedTalkSessionInternalServerError) Decode(d *jx.Decoder) error
Decode decodes GetOpenedTalkSessionInternalServerError from json.
func (*GetOpenedTalkSessionInternalServerError) Encode ¶
func (s *GetOpenedTalkSessionInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpenedTalkSessionInternalServerError) MarshalJSON ¶
func (s *GetOpenedTalkSessionInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpenedTalkSessionInternalServerError) UnmarshalJSON ¶
func (s *GetOpenedTalkSessionInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetOpenedTalkSessionOK ¶
type GetOpenedTalkSessionOK struct {
TalkSessions []GetOpenedTalkSessionOKTalkSessionsItem `json:"talkSessions"`
}
func (*GetOpenedTalkSessionOK) Decode ¶
func (s *GetOpenedTalkSessionOK) Decode(d *jx.Decoder) error
Decode decodes GetOpenedTalkSessionOK from json.
func (*GetOpenedTalkSessionOK) Encode ¶
func (s *GetOpenedTalkSessionOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpenedTalkSessionOK) GetTalkSessions ¶
func (s *GetOpenedTalkSessionOK) GetTalkSessions() []GetOpenedTalkSessionOKTalkSessionsItem
GetTalkSessions returns the value of TalkSessions.
func (*GetOpenedTalkSessionOK) MarshalJSON ¶
func (s *GetOpenedTalkSessionOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpenedTalkSessionOK) SetTalkSessions ¶
func (s *GetOpenedTalkSessionOK) SetTalkSessions(val []GetOpenedTalkSessionOKTalkSessionsItem)
SetTalkSessions sets the value of TalkSessions.
func (*GetOpenedTalkSessionOK) UnmarshalJSON ¶
func (s *GetOpenedTalkSessionOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpenedTalkSessionOK) Validate ¶
func (s *GetOpenedTalkSessionOK) Validate() error
type GetOpenedTalkSessionOKTalkSessionsItem ¶
type GetOpenedTalkSessionOKTalkSessionsItem struct { TalkSession GetOpenedTalkSessionOKTalkSessionsItemTalkSession `json:"talkSession"` OpinionCount int `json:"opinionCount"` }
func (*GetOpenedTalkSessionOKTalkSessionsItem) Decode ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItem) Decode(d *jx.Decoder) error
Decode decodes GetOpenedTalkSessionOKTalkSessionsItem from json.
func (*GetOpenedTalkSessionOKTalkSessionsItem) Encode ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItem) GetOpinionCount ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItem) GetOpinionCount() int
GetOpinionCount returns the value of OpinionCount.
func (*GetOpenedTalkSessionOKTalkSessionsItem) GetTalkSession ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItem) GetTalkSession() GetOpenedTalkSessionOKTalkSessionsItemTalkSession
GetTalkSession returns the value of TalkSession.
func (*GetOpenedTalkSessionOKTalkSessionsItem) MarshalJSON ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItem) SetOpinionCount ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItem) SetOpinionCount(val int)
SetOpinionCount sets the value of OpinionCount.
func (*GetOpenedTalkSessionOKTalkSessionsItem) SetTalkSession ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItem) SetTalkSession(val GetOpenedTalkSessionOKTalkSessionsItemTalkSession)
SetTalkSession sets the value of TalkSession.
func (*GetOpenedTalkSessionOKTalkSessionsItem) UnmarshalJSON ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItem) Validate ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItem) Validate() error
type GetOpenedTalkSessionOKTalkSessionsItemTalkSession ¶
type GetOpenedTalkSessionOKTalkSessionsItemTalkSession struct { // トークセッションID. ID string `json:"id"` // テーマ. Theme string `json:"theme"` // 説明. Description OptNilString `json:"description"` // 作成者. Owner GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner `json:"owner"` // 作成日時. CreatedAt string `json:"createdAt"` // 終了予定日時. ScheduledEndTime string `json:"scheduledEndTime"` // 位置情報. Location OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation `json:"location"` // 市区町村. City OptNilString `json:"city"` // 都道府県. Prefecture OptNilString `json:"prefecture"` }
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) Decode ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) Decode(d *jx.Decoder) error
Decode decodes GetOpenedTalkSessionOKTalkSessionsItemTalkSession from json.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) Encode ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetCity ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetCity() OptNilString
GetCity returns the value of City.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetCreatedAt ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetCreatedAt() string
GetCreatedAt returns the value of CreatedAt.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetDescription ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetDescription() OptNilString
GetDescription returns the value of Description.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetID ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetID() string
GetID returns the value of ID.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetLocation ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetLocation() OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation
GetLocation returns the value of Location.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetOwner ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetOwner() GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner
GetOwner returns the value of Owner.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetPrefecture ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetScheduledEndTime ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetScheduledEndTime() string
GetScheduledEndTime returns the value of ScheduledEndTime.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetTheme ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) GetTheme() string
GetTheme returns the value of Theme.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) MarshalJSON ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetCity ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetCity(val OptNilString)
SetCity sets the value of City.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetCreatedAt ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetCreatedAt(val string)
SetCreatedAt sets the value of CreatedAt.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetDescription ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetDescription(val OptNilString)
SetDescription sets the value of Description.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetID ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetID(val string)
SetID sets the value of ID.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetLocation ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetLocation(val OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation)
SetLocation sets the value of Location.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetOwner ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetOwner(val GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner)
SetOwner sets the value of Owner.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetPrefecture ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetScheduledEndTime ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetScheduledEndTime(val string)
SetScheduledEndTime sets the value of ScheduledEndTime.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetTheme ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) SetTheme(val string)
SetTheme sets the value of Theme.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) UnmarshalJSON ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSession) Validate ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSession) Validate() error
type GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation ¶
type GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation struct { // 緯度. Latitude OptFloat64 `json:"latitude"` // 経度. Longitude OptFloat64 `json:"longitude"` }
位置情報.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Decode ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
Decode decodes GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation from json.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Encode ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) GetLatitude ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) GetLatitude() OptFloat64
GetLatitude returns the value of Latitude.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) GetLongitude ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) GetLongitude() OptFloat64
GetLongitude returns the value of Longitude.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) MarshalJSON ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) SetLatitude ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) SetLatitude(val OptFloat64)
SetLatitude sets the value of Latitude.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) SetLongitude ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) SetLongitude(val OptFloat64)
SetLongitude sets the value of Longitude.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Validate ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Validate() error
type GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner ¶
type GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) Decode ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) Decode(d *jx.Decoder) error
Decode decodes GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner from json.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) Encode ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) GetDisplayID ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) GetDisplayName ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) GetIconURL ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) MarshalJSON ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) SetDisplayID ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) SetDisplayName ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) SetIconURL ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) UnmarshalJSON ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) Validate ¶
func (s *GetOpenedTalkSessionOKTalkSessionsItemTalkSessionOwner) Validate() error
type GetOpenedTalkSessionParams ¶
type GetOpenedTalkSessionParams struct { Limit OptInt Offset OptInt // テーマ. Theme OptString Status OptNilGetOpenedTalkSessionStatus }
GetOpenedTalkSessionParams is parameters of getOpenedTalkSession operation.
type GetOpenedTalkSessionRes ¶
type GetOpenedTalkSessionRes interface {
// contains filtered or unexported methods
}
type GetOpenedTalkSessionStatus ¶
type GetOpenedTalkSessionStatus string
const ( GetOpenedTalkSessionStatusFinished GetOpenedTalkSessionStatus = "finished" GetOpenedTalkSessionStatusOpen GetOpenedTalkSessionStatus = "open" )
func (GetOpenedTalkSessionStatus) AllValues ¶
func (GetOpenedTalkSessionStatus) AllValues() []GetOpenedTalkSessionStatus
AllValues returns all GetOpenedTalkSessionStatus values.
func (GetOpenedTalkSessionStatus) MarshalText ¶
func (s GetOpenedTalkSessionStatus) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*GetOpenedTalkSessionStatus) UnmarshalText ¶
func (s *GetOpenedTalkSessionStatus) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (GetOpenedTalkSessionStatus) Validate ¶
func (s GetOpenedTalkSessionStatus) Validate() error
type GetOpinionDetailInternalServerError ¶
type GetOpinionDetailInternalServerError struct{}
func (*GetOpinionDetailInternalServerError) Decode ¶
func (s *GetOpinionDetailInternalServerError) Decode(d *jx.Decoder) error
Decode decodes GetOpinionDetailInternalServerError from json.
func (*GetOpinionDetailInternalServerError) Encode ¶
func (s *GetOpinionDetailInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionDetailInternalServerError) MarshalJSON ¶
func (s *GetOpinionDetailInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionDetailInternalServerError) UnmarshalJSON ¶
func (s *GetOpinionDetailInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetOpinionDetailOK ¶
type GetOpinionDetailOK struct { Opinion GetOpinionDetailOKOpinion `json:"opinion"` // 作成者. User GetOpinionDetailOKUser `json:"user"` }
func (*GetOpinionDetailOK) Decode ¶
func (s *GetOpinionDetailOK) Decode(d *jx.Decoder) error
Decode decodes GetOpinionDetailOK from json.
func (*GetOpinionDetailOK) Encode ¶
func (s *GetOpinionDetailOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionDetailOK) GetOpinion ¶
func (s *GetOpinionDetailOK) GetOpinion() GetOpinionDetailOKOpinion
GetOpinion returns the value of Opinion.
func (*GetOpinionDetailOK) GetUser ¶
func (s *GetOpinionDetailOK) GetUser() GetOpinionDetailOKUser
GetUser returns the value of User.
func (*GetOpinionDetailOK) MarshalJSON ¶
func (s *GetOpinionDetailOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionDetailOK) SetOpinion ¶
func (s *GetOpinionDetailOK) SetOpinion(val GetOpinionDetailOKOpinion)
SetOpinion sets the value of Opinion.
func (*GetOpinionDetailOK) SetUser ¶
func (s *GetOpinionDetailOK) SetUser(val GetOpinionDetailOKUser)
SetUser sets the value of User.
func (*GetOpinionDetailOK) UnmarshalJSON ¶
func (s *GetOpinionDetailOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionDetailOK) Validate ¶
func (s *GetOpinionDetailOK) Validate() error
type GetOpinionDetailOKOpinion ¶
type GetOpinionDetailOKOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptGetOpinionDetailOKOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*GetOpinionDetailOKOpinion) Decode ¶
func (s *GetOpinionDetailOKOpinion) Decode(d *jx.Decoder) error
Decode decodes GetOpinionDetailOKOpinion from json.
func (*GetOpinionDetailOKOpinion) Encode ¶
func (s *GetOpinionDetailOKOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionDetailOKOpinion) GetContent ¶
func (s *GetOpinionDetailOKOpinion) GetContent() string
GetContent returns the value of Content.
func (*GetOpinionDetailOKOpinion) GetID ¶
func (s *GetOpinionDetailOKOpinion) GetID() string
GetID returns the value of ID.
func (*GetOpinionDetailOKOpinion) GetParentID ¶
func (s *GetOpinionDetailOKOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*GetOpinionDetailOKOpinion) GetPictureURL ¶
func (s *GetOpinionDetailOKOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*GetOpinionDetailOKOpinion) GetPostedAt ¶
func (s *GetOpinionDetailOKOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*GetOpinionDetailOKOpinion) GetReferenceURL ¶
func (s *GetOpinionDetailOKOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*GetOpinionDetailOKOpinion) GetTitle ¶
func (s *GetOpinionDetailOKOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*GetOpinionDetailOKOpinion) GetVoteType ¶
func (s *GetOpinionDetailOKOpinion) GetVoteType() OptGetOpinionDetailOKOpinionVoteType
GetVoteType returns the value of VoteType.
func (*GetOpinionDetailOKOpinion) MarshalJSON ¶
func (s *GetOpinionDetailOKOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionDetailOKOpinion) SetContent ¶
func (s *GetOpinionDetailOKOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*GetOpinionDetailOKOpinion) SetID ¶
func (s *GetOpinionDetailOKOpinion) SetID(val string)
SetID sets the value of ID.
func (*GetOpinionDetailOKOpinion) SetParentID ¶
func (s *GetOpinionDetailOKOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*GetOpinionDetailOKOpinion) SetPictureURL ¶
func (s *GetOpinionDetailOKOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*GetOpinionDetailOKOpinion) SetPostedAt ¶
func (s *GetOpinionDetailOKOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*GetOpinionDetailOKOpinion) SetReferenceURL ¶
func (s *GetOpinionDetailOKOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*GetOpinionDetailOKOpinion) SetTitle ¶
func (s *GetOpinionDetailOKOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*GetOpinionDetailOKOpinion) SetVoteType ¶
func (s *GetOpinionDetailOKOpinion) SetVoteType(val OptGetOpinionDetailOKOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*GetOpinionDetailOKOpinion) UnmarshalJSON ¶
func (s *GetOpinionDetailOKOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionDetailOKOpinion) Validate ¶
func (s *GetOpinionDetailOKOpinion) Validate() error
type GetOpinionDetailOKOpinionVoteType ¶
type GetOpinionDetailOKOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( GetOpinionDetailOKOpinionVoteTypeAgree GetOpinionDetailOKOpinionVoteType = "agree" GetOpinionDetailOKOpinionVoteTypeDisagree GetOpinionDetailOKOpinionVoteType = "disagree" GetOpinionDetailOKOpinionVoteTypePass GetOpinionDetailOKOpinionVoteType = "pass" )
func (GetOpinionDetailOKOpinionVoteType) AllValues ¶
func (GetOpinionDetailOKOpinionVoteType) AllValues() []GetOpinionDetailOKOpinionVoteType
AllValues returns all GetOpinionDetailOKOpinionVoteType values.
func (*GetOpinionDetailOKOpinionVoteType) Decode ¶
func (s *GetOpinionDetailOKOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes GetOpinionDetailOKOpinionVoteType from json.
func (GetOpinionDetailOKOpinionVoteType) Encode ¶
func (s GetOpinionDetailOKOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes GetOpinionDetailOKOpinionVoteType as json.
func (GetOpinionDetailOKOpinionVoteType) MarshalJSON ¶
func (s GetOpinionDetailOKOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (GetOpinionDetailOKOpinionVoteType) MarshalText ¶
func (s GetOpinionDetailOKOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*GetOpinionDetailOKOpinionVoteType) UnmarshalJSON ¶
func (s *GetOpinionDetailOKOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionDetailOKOpinionVoteType) UnmarshalText ¶
func (s *GetOpinionDetailOKOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (GetOpinionDetailOKOpinionVoteType) Validate ¶
func (s GetOpinionDetailOKOpinionVoteType) Validate() error
type GetOpinionDetailOKUser ¶
type GetOpinionDetailOKUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*GetOpinionDetailOKUser) Decode ¶
func (s *GetOpinionDetailOKUser) Decode(d *jx.Decoder) error
Decode decodes GetOpinionDetailOKUser from json.
func (*GetOpinionDetailOKUser) Encode ¶
func (s *GetOpinionDetailOKUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionDetailOKUser) GetDisplayID ¶
func (s *GetOpinionDetailOKUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*GetOpinionDetailOKUser) GetDisplayName ¶
func (s *GetOpinionDetailOKUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*GetOpinionDetailOKUser) GetIconURL ¶
func (s *GetOpinionDetailOKUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*GetOpinionDetailOKUser) MarshalJSON ¶
func (s *GetOpinionDetailOKUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionDetailOKUser) SetDisplayID ¶
func (s *GetOpinionDetailOKUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*GetOpinionDetailOKUser) SetDisplayName ¶
func (s *GetOpinionDetailOKUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*GetOpinionDetailOKUser) SetIconURL ¶
func (s *GetOpinionDetailOKUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*GetOpinionDetailOKUser) UnmarshalJSON ¶
func (s *GetOpinionDetailOKUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionDetailOKUser) Validate ¶
func (s *GetOpinionDetailOKUser) Validate() error
type GetOpinionDetailParams ¶
GetOpinionDetailParams is parameters of getOpinionDetail operation.
type GetOpinionDetailRes ¶
type GetOpinionDetailRes interface {
// contains filtered or unexported methods
}
type GetOpinionsForTalkSessionBadRequest ¶
type GetOpinionsForTalkSessionBadRequest struct{}
func (*GetOpinionsForTalkSessionBadRequest) Decode ¶
func (s *GetOpinionsForTalkSessionBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionBadRequest from json.
func (*GetOpinionsForTalkSessionBadRequest) Encode ¶
func (s *GetOpinionsForTalkSessionBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionsForTalkSessionBadRequest) MarshalJSON ¶
func (s *GetOpinionsForTalkSessionBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionsForTalkSessionBadRequest) UnmarshalJSON ¶
func (s *GetOpinionsForTalkSessionBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetOpinionsForTalkSessionInternalServerError ¶
type GetOpinionsForTalkSessionInternalServerError struct{}
func (*GetOpinionsForTalkSessionInternalServerError) Decode ¶
func (s *GetOpinionsForTalkSessionInternalServerError) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionInternalServerError from json.
func (*GetOpinionsForTalkSessionInternalServerError) Encode ¶
func (s *GetOpinionsForTalkSessionInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionsForTalkSessionInternalServerError) MarshalJSON ¶
func (s *GetOpinionsForTalkSessionInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionsForTalkSessionInternalServerError) UnmarshalJSON ¶
func (s *GetOpinionsForTalkSessionInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetOpinionsForTalkSessionOK ¶
type GetOpinionsForTalkSessionOK struct { Opinions []GetOpinionsForTalkSessionOKOpinionsItem `json:"opinions"` Pagination GetOpinionsForTalkSessionOKPagination `json:"pagination"` }
func (*GetOpinionsForTalkSessionOK) Decode ¶
func (s *GetOpinionsForTalkSessionOK) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionOK from json.
func (*GetOpinionsForTalkSessionOK) Encode ¶
func (s *GetOpinionsForTalkSessionOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionsForTalkSessionOK) GetOpinions ¶
func (s *GetOpinionsForTalkSessionOK) GetOpinions() []GetOpinionsForTalkSessionOKOpinionsItem
GetOpinions returns the value of Opinions.
func (*GetOpinionsForTalkSessionOK) GetPagination ¶
func (s *GetOpinionsForTalkSessionOK) GetPagination() GetOpinionsForTalkSessionOKPagination
GetPagination returns the value of Pagination.
func (*GetOpinionsForTalkSessionOK) MarshalJSON ¶
func (s *GetOpinionsForTalkSessionOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionsForTalkSessionOK) SetOpinions ¶
func (s *GetOpinionsForTalkSessionOK) SetOpinions(val []GetOpinionsForTalkSessionOKOpinionsItem)
SetOpinions sets the value of Opinions.
func (*GetOpinionsForTalkSessionOK) SetPagination ¶
func (s *GetOpinionsForTalkSessionOK) SetPagination(val GetOpinionsForTalkSessionOKPagination)
SetPagination sets the value of Pagination.
func (*GetOpinionsForTalkSessionOK) UnmarshalJSON ¶
func (s *GetOpinionsForTalkSessionOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionsForTalkSessionOK) Validate ¶
func (s *GetOpinionsForTalkSessionOK) Validate() error
type GetOpinionsForTalkSessionOKOpinionsItem ¶
type GetOpinionsForTalkSessionOKOpinionsItem struct { Opinion GetOpinionsForTalkSessionOKOpinionsItemOpinion `json:"opinion"` // 作成者. User GetOpinionsForTalkSessionOKOpinionsItemUser `json:"user"` ReplyCount int `json:"replyCount"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. MyVoteType GetOpinionsForTalkSessionOKOpinionsItemMyVoteType `json:"myVoteType"` }
func (*GetOpinionsForTalkSessionOKOpinionsItem) Decode ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionOKOpinionsItem from json.
func (*GetOpinionsForTalkSessionOKOpinionsItem) Encode ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItem) GetMyVoteType ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) GetMyVoteType() GetOpinionsForTalkSessionOKOpinionsItemMyVoteType
GetMyVoteType returns the value of MyVoteType.
func (*GetOpinionsForTalkSessionOKOpinionsItem) GetOpinion ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) GetOpinion() GetOpinionsForTalkSessionOKOpinionsItemOpinion
GetOpinion returns the value of Opinion.
func (*GetOpinionsForTalkSessionOKOpinionsItem) GetReplyCount ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) GetReplyCount() int
GetReplyCount returns the value of ReplyCount.
func (*GetOpinionsForTalkSessionOKOpinionsItem) GetUser ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) GetUser() GetOpinionsForTalkSessionOKOpinionsItemUser
GetUser returns the value of User.
func (*GetOpinionsForTalkSessionOKOpinionsItem) MarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItem) SetMyVoteType ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) SetMyVoteType(val GetOpinionsForTalkSessionOKOpinionsItemMyVoteType)
SetMyVoteType sets the value of MyVoteType.
func (*GetOpinionsForTalkSessionOKOpinionsItem) SetOpinion ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) SetOpinion(val GetOpinionsForTalkSessionOKOpinionsItemOpinion)
SetOpinion sets the value of Opinion.
func (*GetOpinionsForTalkSessionOKOpinionsItem) SetReplyCount ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) SetReplyCount(val int)
SetReplyCount sets the value of ReplyCount.
func (*GetOpinionsForTalkSessionOKOpinionsItem) SetUser ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) SetUser(val GetOpinionsForTalkSessionOKOpinionsItemUser)
SetUser sets the value of User.
func (*GetOpinionsForTalkSessionOKOpinionsItem) UnmarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItem) Validate ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItem) Validate() error
type GetOpinionsForTalkSessionOKOpinionsItemMyVoteType ¶
type GetOpinionsForTalkSessionOKOpinionsItemMyVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( GetOpinionsForTalkSessionOKOpinionsItemMyVoteTypeAgree GetOpinionsForTalkSessionOKOpinionsItemMyVoteType = "agree" GetOpinionsForTalkSessionOKOpinionsItemMyVoteTypeDisagree GetOpinionsForTalkSessionOKOpinionsItemMyVoteType = "disagree" GetOpinionsForTalkSessionOKOpinionsItemMyVoteTypePass GetOpinionsForTalkSessionOKOpinionsItemMyVoteType = "pass" )
func (GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) AllValues ¶
func (GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) AllValues() []GetOpinionsForTalkSessionOKOpinionsItemMyVoteType
AllValues returns all GetOpinionsForTalkSessionOKOpinionsItemMyVoteType values.
func (*GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) Decode ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionOKOpinionsItemMyVoteType from json.
func (GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) Encode ¶
func (s GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) Encode(e *jx.Encoder)
Encode encodes GetOpinionsForTalkSessionOKOpinionsItemMyVoteType as json.
func (GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) MarshalJSON ¶
func (s GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) MarshalText ¶
func (s GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) UnmarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) UnmarshalText ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) Validate ¶
func (s GetOpinionsForTalkSessionOKOpinionsItemMyVoteType) Validate() error
type GetOpinionsForTalkSessionOKOpinionsItemOpinion ¶
type GetOpinionsForTalkSessionOKOpinionsItemOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) Decode ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionOKOpinionsItemOpinion from json.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) Encode ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetContent ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetContent() string
GetContent returns the value of Content.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetID ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetID() string
GetID returns the value of ID.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetParentID ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetPictureURL ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetPostedAt ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetReferenceURL ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetTitle ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetVoteType ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) GetVoteType() OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType
GetVoteType returns the value of VoteType.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) MarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetContent ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetID ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetID(val string)
SetID sets the value of ID.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetParentID ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetPictureURL ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetPostedAt ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetReferenceURL ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetTitle ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetVoteType ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) SetVoteType(val OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) UnmarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinion) Validate ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinion) Validate() error
type GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType ¶
type GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteTypeAgree GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType = "agree" GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteTypeDisagree GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType = "disagree" GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteTypePass GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType = "pass" )
func (GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) AllValues ¶
func (GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) AllValues() []GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType
AllValues returns all GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType values.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Decode ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType from json.
func (GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Encode ¶
func (s GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType as json.
func (GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) MarshalText ¶
func (s GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) UnmarshalText ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Validate ¶
func (s GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Validate() error
type GetOpinionsForTalkSessionOKOpinionsItemUser ¶
type GetOpinionsForTalkSessionOKOpinionsItemUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) Decode ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionOKOpinionsItemUser from json.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) Encode ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) GetDisplayID ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) GetDisplayName ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) GetIconURL ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) MarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) SetDisplayID ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) SetDisplayName ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) SetIconURL ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) UnmarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetOpinionsForTalkSessionOKOpinionsItemUser) Validate ¶
func (s *GetOpinionsForTalkSessionOKOpinionsItemUser) Validate() error
type GetOpinionsForTalkSessionOKPagination ¶
type GetOpinionsForTalkSessionOKPagination struct {
TotalCount int `json:"totalCount"`
}
func (*GetOpinionsForTalkSessionOKPagination) Decode ¶
func (s *GetOpinionsForTalkSessionOKPagination) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionOKPagination from json.
func (*GetOpinionsForTalkSessionOKPagination) Encode ¶
func (s *GetOpinionsForTalkSessionOKPagination) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetOpinionsForTalkSessionOKPagination) GetTotalCount ¶
func (s *GetOpinionsForTalkSessionOKPagination) GetTotalCount() int
GetTotalCount returns the value of TotalCount.
func (*GetOpinionsForTalkSessionOKPagination) MarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKPagination) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetOpinionsForTalkSessionOKPagination) SetTotalCount ¶
func (s *GetOpinionsForTalkSessionOKPagination) SetTotalCount(val int)
SetTotalCount sets the value of TotalCount.
func (*GetOpinionsForTalkSessionOKPagination) UnmarshalJSON ¶
func (s *GetOpinionsForTalkSessionOKPagination) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetOpinionsForTalkSessionParams ¶
type GetOpinionsForTalkSessionParams struct { TalkSessionID string Sort OptNilGetOpinionsForTalkSessionSort Limit OptNilInt Offset OptNilInt }
GetOpinionsForTalkSessionParams is parameters of getOpinionsForTalkSession operation.
type GetOpinionsForTalkSessionRes ¶
type GetOpinionsForTalkSessionRes interface {
// contains filtered or unexported methods
}
type GetOpinionsForTalkSessionSort ¶
type GetOpinionsForTalkSessionSort string
const ( GetOpinionsForTalkSessionSortLatest GetOpinionsForTalkSessionSort = "latest" GetOpinionsForTalkSessionSortMostReply GetOpinionsForTalkSessionSort = "mostReply" GetOpinionsForTalkSessionSortOldest GetOpinionsForTalkSessionSort = "oldest" )
func (GetOpinionsForTalkSessionSort) AllValues ¶
func (GetOpinionsForTalkSessionSort) AllValues() []GetOpinionsForTalkSessionSort
AllValues returns all GetOpinionsForTalkSessionSort values.
func (GetOpinionsForTalkSessionSort) MarshalText ¶
func (s GetOpinionsForTalkSessionSort) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*GetOpinionsForTalkSessionSort) UnmarshalText ¶
func (s *GetOpinionsForTalkSessionSort) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (GetOpinionsForTalkSessionSort) Validate ¶
func (s GetOpinionsForTalkSessionSort) Validate() error
type GetTalkSessionDetailBadRequest ¶
type GetTalkSessionDetailBadRequest struct { Code string `json:"code"` Message string `json:"message"` }
func (*GetTalkSessionDetailBadRequest) Decode ¶
func (s *GetTalkSessionDetailBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionDetailBadRequest from json.
func (*GetTalkSessionDetailBadRequest) Encode ¶
func (s *GetTalkSessionDetailBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionDetailBadRequest) GetCode ¶
func (s *GetTalkSessionDetailBadRequest) GetCode() string
GetCode returns the value of Code.
func (*GetTalkSessionDetailBadRequest) GetMessage ¶
func (s *GetTalkSessionDetailBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*GetTalkSessionDetailBadRequest) MarshalJSON ¶
func (s *GetTalkSessionDetailBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionDetailBadRequest) SetCode ¶
func (s *GetTalkSessionDetailBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*GetTalkSessionDetailBadRequest) SetMessage ¶
func (s *GetTalkSessionDetailBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*GetTalkSessionDetailBadRequest) UnmarshalJSON ¶
func (s *GetTalkSessionDetailBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetTalkSessionDetailOK ¶
type GetTalkSessionDetailOK struct { // トークセッションID. ID string `json:"id"` // テーマ. Theme string `json:"theme"` // 説明. Description OptNilString `json:"description"` // 作成者. Owner GetTalkSessionDetailOKOwner `json:"owner"` // 作成日時. CreatedAt string `json:"createdAt"` // 終了予定日時. ScheduledEndTime string `json:"scheduledEndTime"` // 位置情報. Location OptGetTalkSessionDetailOKLocation `json:"location"` // 市区町村. City OptNilString `json:"city"` // 都道府県. Prefecture OptNilString `json:"prefecture"` }
func (*GetTalkSessionDetailOK) Decode ¶
func (s *GetTalkSessionDetailOK) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionDetailOK from json.
func (*GetTalkSessionDetailOK) Encode ¶
func (s *GetTalkSessionDetailOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionDetailOK) GetCity ¶
func (s *GetTalkSessionDetailOK) GetCity() OptNilString
GetCity returns the value of City.
func (*GetTalkSessionDetailOK) GetCreatedAt ¶
func (s *GetTalkSessionDetailOK) GetCreatedAt() string
GetCreatedAt returns the value of CreatedAt.
func (*GetTalkSessionDetailOK) GetDescription ¶
func (s *GetTalkSessionDetailOK) GetDescription() OptNilString
GetDescription returns the value of Description.
func (*GetTalkSessionDetailOK) GetID ¶
func (s *GetTalkSessionDetailOK) GetID() string
GetID returns the value of ID.
func (*GetTalkSessionDetailOK) GetLocation ¶
func (s *GetTalkSessionDetailOK) GetLocation() OptGetTalkSessionDetailOKLocation
GetLocation returns the value of Location.
func (*GetTalkSessionDetailOK) GetOwner ¶
func (s *GetTalkSessionDetailOK) GetOwner() GetTalkSessionDetailOKOwner
GetOwner returns the value of Owner.
func (*GetTalkSessionDetailOK) GetPrefecture ¶
func (s *GetTalkSessionDetailOK) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*GetTalkSessionDetailOK) GetScheduledEndTime ¶
func (s *GetTalkSessionDetailOK) GetScheduledEndTime() string
GetScheduledEndTime returns the value of ScheduledEndTime.
func (*GetTalkSessionDetailOK) GetTheme ¶
func (s *GetTalkSessionDetailOK) GetTheme() string
GetTheme returns the value of Theme.
func (*GetTalkSessionDetailOK) MarshalJSON ¶
func (s *GetTalkSessionDetailOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionDetailOK) SetCity ¶
func (s *GetTalkSessionDetailOK) SetCity(val OptNilString)
SetCity sets the value of City.
func (*GetTalkSessionDetailOK) SetCreatedAt ¶
func (s *GetTalkSessionDetailOK) SetCreatedAt(val string)
SetCreatedAt sets the value of CreatedAt.
func (*GetTalkSessionDetailOK) SetDescription ¶
func (s *GetTalkSessionDetailOK) SetDescription(val OptNilString)
SetDescription sets the value of Description.
func (*GetTalkSessionDetailOK) SetID ¶
func (s *GetTalkSessionDetailOK) SetID(val string)
SetID sets the value of ID.
func (*GetTalkSessionDetailOK) SetLocation ¶
func (s *GetTalkSessionDetailOK) SetLocation(val OptGetTalkSessionDetailOKLocation)
SetLocation sets the value of Location.
func (*GetTalkSessionDetailOK) SetOwner ¶
func (s *GetTalkSessionDetailOK) SetOwner(val GetTalkSessionDetailOKOwner)
SetOwner sets the value of Owner.
func (*GetTalkSessionDetailOK) SetPrefecture ¶
func (s *GetTalkSessionDetailOK) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*GetTalkSessionDetailOK) SetScheduledEndTime ¶
func (s *GetTalkSessionDetailOK) SetScheduledEndTime(val string)
SetScheduledEndTime sets the value of ScheduledEndTime.
func (*GetTalkSessionDetailOK) SetTheme ¶
func (s *GetTalkSessionDetailOK) SetTheme(val string)
SetTheme sets the value of Theme.
func (*GetTalkSessionDetailOK) UnmarshalJSON ¶
func (s *GetTalkSessionDetailOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetTalkSessionDetailOK) Validate ¶
func (s *GetTalkSessionDetailOK) Validate() error
type GetTalkSessionDetailOKLocation ¶
type GetTalkSessionDetailOKLocation struct { // 緯度. Latitude OptFloat64 `json:"latitude"` // 経度. Longitude OptFloat64 `json:"longitude"` }
位置情報.
func (*GetTalkSessionDetailOKLocation) Decode ¶
func (s *GetTalkSessionDetailOKLocation) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionDetailOKLocation from json.
func (*GetTalkSessionDetailOKLocation) Encode ¶
func (s *GetTalkSessionDetailOKLocation) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionDetailOKLocation) GetLatitude ¶
func (s *GetTalkSessionDetailOKLocation) GetLatitude() OptFloat64
GetLatitude returns the value of Latitude.
func (*GetTalkSessionDetailOKLocation) GetLongitude ¶
func (s *GetTalkSessionDetailOKLocation) GetLongitude() OptFloat64
GetLongitude returns the value of Longitude.
func (*GetTalkSessionDetailOKLocation) MarshalJSON ¶
func (s *GetTalkSessionDetailOKLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionDetailOKLocation) SetLatitude ¶
func (s *GetTalkSessionDetailOKLocation) SetLatitude(val OptFloat64)
SetLatitude sets the value of Latitude.
func (*GetTalkSessionDetailOKLocation) SetLongitude ¶
func (s *GetTalkSessionDetailOKLocation) SetLongitude(val OptFloat64)
SetLongitude sets the value of Longitude.
func (*GetTalkSessionDetailOKLocation) UnmarshalJSON ¶
func (s *GetTalkSessionDetailOKLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetTalkSessionDetailOKLocation) Validate ¶
func (s *GetTalkSessionDetailOKLocation) Validate() error
type GetTalkSessionDetailOKOwner ¶
type GetTalkSessionDetailOKOwner struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*GetTalkSessionDetailOKOwner) Decode ¶
func (s *GetTalkSessionDetailOKOwner) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionDetailOKOwner from json.
func (*GetTalkSessionDetailOKOwner) Encode ¶
func (s *GetTalkSessionDetailOKOwner) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionDetailOKOwner) GetDisplayID ¶
func (s *GetTalkSessionDetailOKOwner) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*GetTalkSessionDetailOKOwner) GetDisplayName ¶
func (s *GetTalkSessionDetailOKOwner) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*GetTalkSessionDetailOKOwner) GetIconURL ¶
func (s *GetTalkSessionDetailOKOwner) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*GetTalkSessionDetailOKOwner) MarshalJSON ¶
func (s *GetTalkSessionDetailOKOwner) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionDetailOKOwner) SetDisplayID ¶
func (s *GetTalkSessionDetailOKOwner) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*GetTalkSessionDetailOKOwner) SetDisplayName ¶
func (s *GetTalkSessionDetailOKOwner) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*GetTalkSessionDetailOKOwner) SetIconURL ¶
func (s *GetTalkSessionDetailOKOwner) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*GetTalkSessionDetailOKOwner) UnmarshalJSON ¶
func (s *GetTalkSessionDetailOKOwner) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetTalkSessionDetailOKOwner) Validate ¶
func (s *GetTalkSessionDetailOKOwner) Validate() error
type GetTalkSessionDetailParams ¶
type GetTalkSessionDetailParams struct {
TalkSessionId string
}
GetTalkSessionDetailParams is parameters of getTalkSessionDetail operation.
type GetTalkSessionDetailRes ¶
type GetTalkSessionDetailRes interface {
// contains filtered or unexported methods
}
type GetTalkSessionListBadRequest ¶
type GetTalkSessionListBadRequest struct { Code string `json:"code"` Message string `json:"message"` }
func (*GetTalkSessionListBadRequest) Decode ¶
func (s *GetTalkSessionListBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionListBadRequest from json.
func (*GetTalkSessionListBadRequest) Encode ¶
func (s *GetTalkSessionListBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionListBadRequest) GetCode ¶
func (s *GetTalkSessionListBadRequest) GetCode() string
GetCode returns the value of Code.
func (*GetTalkSessionListBadRequest) GetMessage ¶
func (s *GetTalkSessionListBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*GetTalkSessionListBadRequest) MarshalJSON ¶
func (s *GetTalkSessionListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionListBadRequest) SetCode ¶
func (s *GetTalkSessionListBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*GetTalkSessionListBadRequest) SetMessage ¶
func (s *GetTalkSessionListBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*GetTalkSessionListBadRequest) UnmarshalJSON ¶
func (s *GetTalkSessionListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetTalkSessionListInternalServerError ¶
type GetTalkSessionListInternalServerError struct { Code string `json:"code"` Message string `json:"message"` }
func (*GetTalkSessionListInternalServerError) Decode ¶
func (s *GetTalkSessionListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionListInternalServerError from json.
func (*GetTalkSessionListInternalServerError) Encode ¶
func (s *GetTalkSessionListInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionListInternalServerError) GetCode ¶
func (s *GetTalkSessionListInternalServerError) GetCode() string
GetCode returns the value of Code.
func (*GetTalkSessionListInternalServerError) GetMessage ¶
func (s *GetTalkSessionListInternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*GetTalkSessionListInternalServerError) MarshalJSON ¶
func (s *GetTalkSessionListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionListInternalServerError) SetCode ¶
func (s *GetTalkSessionListInternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*GetTalkSessionListInternalServerError) SetMessage ¶
func (s *GetTalkSessionListInternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*GetTalkSessionListInternalServerError) UnmarshalJSON ¶
func (s *GetTalkSessionListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetTalkSessionListOK ¶
type GetTalkSessionListOK struct { TalkSessions []GetTalkSessionListOKTalkSessionsItem `json:"talkSessions"` Pagination GetTalkSessionListOKPagination `json:"pagination"` }
func (*GetTalkSessionListOK) Decode ¶
func (s *GetTalkSessionListOK) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionListOK from json.
func (*GetTalkSessionListOK) Encode ¶
func (s *GetTalkSessionListOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionListOK) GetPagination ¶
func (s *GetTalkSessionListOK) GetPagination() GetTalkSessionListOKPagination
GetPagination returns the value of Pagination.
func (*GetTalkSessionListOK) GetTalkSessions ¶
func (s *GetTalkSessionListOK) GetTalkSessions() []GetTalkSessionListOKTalkSessionsItem
GetTalkSessions returns the value of TalkSessions.
func (*GetTalkSessionListOK) MarshalJSON ¶
func (s *GetTalkSessionListOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionListOK) SetPagination ¶
func (s *GetTalkSessionListOK) SetPagination(val GetTalkSessionListOKPagination)
SetPagination sets the value of Pagination.
func (*GetTalkSessionListOK) SetTalkSessions ¶
func (s *GetTalkSessionListOK) SetTalkSessions(val []GetTalkSessionListOKTalkSessionsItem)
SetTalkSessions sets the value of TalkSessions.
func (*GetTalkSessionListOK) UnmarshalJSON ¶
func (s *GetTalkSessionListOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetTalkSessionListOK) Validate ¶
func (s *GetTalkSessionListOK) Validate() error
type GetTalkSessionListOKPagination ¶
type GetTalkSessionListOKPagination struct { TotalCount int `json:"totalCount"` Offset int `json:"offset"` Limit int `json:"limit"` }
func (*GetTalkSessionListOKPagination) Decode ¶
func (s *GetTalkSessionListOKPagination) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionListOKPagination from json.
func (*GetTalkSessionListOKPagination) Encode ¶
func (s *GetTalkSessionListOKPagination) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionListOKPagination) GetLimit ¶
func (s *GetTalkSessionListOKPagination) GetLimit() int
GetLimit returns the value of Limit.
func (*GetTalkSessionListOKPagination) GetOffset ¶
func (s *GetTalkSessionListOKPagination) GetOffset() int
GetOffset returns the value of Offset.
func (*GetTalkSessionListOKPagination) GetTotalCount ¶
func (s *GetTalkSessionListOKPagination) GetTotalCount() int
GetTotalCount returns the value of TotalCount.
func (*GetTalkSessionListOKPagination) MarshalJSON ¶
func (s *GetTalkSessionListOKPagination) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionListOKPagination) SetLimit ¶
func (s *GetTalkSessionListOKPagination) SetLimit(val int)
SetLimit sets the value of Limit.
func (*GetTalkSessionListOKPagination) SetOffset ¶
func (s *GetTalkSessionListOKPagination) SetOffset(val int)
SetOffset sets the value of Offset.
func (*GetTalkSessionListOKPagination) SetTotalCount ¶
func (s *GetTalkSessionListOKPagination) SetTotalCount(val int)
SetTotalCount sets the value of TotalCount.
func (*GetTalkSessionListOKPagination) UnmarshalJSON ¶
func (s *GetTalkSessionListOKPagination) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetTalkSessionListOKTalkSessionsItem ¶
type GetTalkSessionListOKTalkSessionsItem struct { TalkSession GetTalkSessionListOKTalkSessionsItemTalkSession `json:"talkSession"` OpinionCount int `json:"opinionCount"` }
func (*GetTalkSessionListOKTalkSessionsItem) Decode ¶
func (s *GetTalkSessionListOKTalkSessionsItem) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionListOKTalkSessionsItem from json.
func (*GetTalkSessionListOKTalkSessionsItem) Encode ¶
func (s *GetTalkSessionListOKTalkSessionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionListOKTalkSessionsItem) GetOpinionCount ¶
func (s *GetTalkSessionListOKTalkSessionsItem) GetOpinionCount() int
GetOpinionCount returns the value of OpinionCount.
func (*GetTalkSessionListOKTalkSessionsItem) GetTalkSession ¶
func (s *GetTalkSessionListOKTalkSessionsItem) GetTalkSession() GetTalkSessionListOKTalkSessionsItemTalkSession
GetTalkSession returns the value of TalkSession.
func (*GetTalkSessionListOKTalkSessionsItem) MarshalJSON ¶
func (s *GetTalkSessionListOKTalkSessionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionListOKTalkSessionsItem) SetOpinionCount ¶
func (s *GetTalkSessionListOKTalkSessionsItem) SetOpinionCount(val int)
SetOpinionCount sets the value of OpinionCount.
func (*GetTalkSessionListOKTalkSessionsItem) SetTalkSession ¶
func (s *GetTalkSessionListOKTalkSessionsItem) SetTalkSession(val GetTalkSessionListOKTalkSessionsItemTalkSession)
SetTalkSession sets the value of TalkSession.
func (*GetTalkSessionListOKTalkSessionsItem) UnmarshalJSON ¶
func (s *GetTalkSessionListOKTalkSessionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetTalkSessionListOKTalkSessionsItem) Validate ¶
func (s *GetTalkSessionListOKTalkSessionsItem) Validate() error
type GetTalkSessionListOKTalkSessionsItemTalkSession ¶
type GetTalkSessionListOKTalkSessionsItemTalkSession struct { // トークセッションID. ID string `json:"id"` // テーマ. Theme string `json:"theme"` // 説明. Description OptNilString `json:"description"` // 作成者. Owner GetTalkSessionListOKTalkSessionsItemTalkSessionOwner `json:"owner"` // 作成日時. CreatedAt string `json:"createdAt"` // 終了予定日時. ScheduledEndTime string `json:"scheduledEndTime"` // 位置情報. Location OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation `json:"location"` // 市区町村. City OptNilString `json:"city"` // 都道府県. Prefecture OptNilString `json:"prefecture"` }
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) Decode ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionListOKTalkSessionsItemTalkSession from json.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) Encode ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) GetCity ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetCity() OptNilString
GetCity returns the value of City.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) GetCreatedAt ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetCreatedAt() string
GetCreatedAt returns the value of CreatedAt.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) GetDescription ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetDescription() OptNilString
GetDescription returns the value of Description.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) GetID ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetID() string
GetID returns the value of ID.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) GetLocation ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetLocation() OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation
GetLocation returns the value of Location.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) GetOwner ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetOwner() GetTalkSessionListOKTalkSessionsItemTalkSessionOwner
GetOwner returns the value of Owner.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) GetPrefecture ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) GetScheduledEndTime ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetScheduledEndTime() string
GetScheduledEndTime returns the value of ScheduledEndTime.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) GetTheme ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) GetTheme() string
GetTheme returns the value of Theme.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) MarshalJSON ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) SetCity ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetCity(val OptNilString)
SetCity sets the value of City.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) SetCreatedAt ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetCreatedAt(val string)
SetCreatedAt sets the value of CreatedAt.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) SetDescription ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetDescription(val OptNilString)
SetDescription sets the value of Description.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) SetID ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetID(val string)
SetID sets the value of ID.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) SetLocation ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetLocation(val OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation)
SetLocation sets the value of Location.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) SetOwner ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetOwner(val GetTalkSessionListOKTalkSessionsItemTalkSessionOwner)
SetOwner sets the value of Owner.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) SetPrefecture ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) SetScheduledEndTime ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetScheduledEndTime(val string)
SetScheduledEndTime sets the value of ScheduledEndTime.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) SetTheme ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) SetTheme(val string)
SetTheme sets the value of Theme.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) UnmarshalJSON ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetTalkSessionListOKTalkSessionsItemTalkSession) Validate ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSession) Validate() error
type GetTalkSessionListOKTalkSessionsItemTalkSessionLocation ¶
type GetTalkSessionListOKTalkSessionsItemTalkSessionLocation struct { // 緯度. Latitude OptFloat64 `json:"latitude"` // 経度. Longitude OptFloat64 `json:"longitude"` }
位置情報.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Decode ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionListOKTalkSessionsItemTalkSessionLocation from json.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Encode ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) GetLatitude ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) GetLatitude() OptFloat64
GetLatitude returns the value of Latitude.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) GetLongitude ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) GetLongitude() OptFloat64
GetLongitude returns the value of Longitude.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) MarshalJSON ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) SetLatitude ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) SetLatitude(val OptFloat64)
SetLatitude sets the value of Latitude.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) SetLongitude ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) SetLongitude(val OptFloat64)
SetLongitude sets the value of Longitude.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Validate ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Validate() error
type GetTalkSessionListOKTalkSessionsItemTalkSessionOwner ¶
type GetTalkSessionListOKTalkSessionsItemTalkSessionOwner struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) Decode ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionListOKTalkSessionsItemTalkSessionOwner from json.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) Encode ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) GetDisplayID ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) GetDisplayName ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) GetIconURL ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) MarshalJSON ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) SetDisplayID ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) SetDisplayName ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) SetIconURL ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) UnmarshalJSON ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) Validate ¶
func (s *GetTalkSessionListOKTalkSessionsItemTalkSessionOwner) Validate() error
type GetTalkSessionListParams ¶
type GetTalkSessionListParams struct { // 1ページあたりの要素数. Limit OptNilInt // どの要素から始めるか. Offset OptNilInt Theme OptNilString Status OptNilGetTalkSessionListStatus SortKey OptGetTalkSessionListSortKey Latitude OptNilFloat64 Longitude OptNilFloat64 }
GetTalkSessionListParams is parameters of getTalkSessionList operation.
type GetTalkSessionListRes ¶
type GetTalkSessionListRes interface {
// contains filtered or unexported methods
}
type GetTalkSessionListSortKey ¶
type GetTalkSessionListSortKey string
const ( GetTalkSessionListSortKeyLatest GetTalkSessionListSortKey = "latest" GetTalkSessionListSortKeyOldest GetTalkSessionListSortKey = "oldest" GetTalkSessionListSortKeyMostReplies GetTalkSessionListSortKey = "mostReplies" GetTalkSessionListSortKeyNearest GetTalkSessionListSortKey = "nearest" )
func (GetTalkSessionListSortKey) AllValues ¶
func (GetTalkSessionListSortKey) AllValues() []GetTalkSessionListSortKey
AllValues returns all GetTalkSessionListSortKey values.
func (GetTalkSessionListSortKey) MarshalText ¶
func (s GetTalkSessionListSortKey) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*GetTalkSessionListSortKey) UnmarshalText ¶
func (s *GetTalkSessionListSortKey) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (GetTalkSessionListSortKey) Validate ¶
func (s GetTalkSessionListSortKey) Validate() error
type GetTalkSessionListStatus ¶
type GetTalkSessionListStatus string
const ( GetTalkSessionListStatusOpen GetTalkSessionListStatus = "open" GetTalkSessionListStatusFinished GetTalkSessionListStatus = "finished" )
func (GetTalkSessionListStatus) AllValues ¶
func (GetTalkSessionListStatus) AllValues() []GetTalkSessionListStatus
AllValues returns all GetTalkSessionListStatus values.
func (GetTalkSessionListStatus) MarshalText ¶
func (s GetTalkSessionListStatus) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*GetTalkSessionListStatus) UnmarshalText ¶
func (s *GetTalkSessionListStatus) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (GetTalkSessionListStatus) Validate ¶
func (s GetTalkSessionListStatus) Validate() error
type GetTalkSessionReportInternalServerError ¶
type GetTalkSessionReportInternalServerError struct{}
func (*GetTalkSessionReportInternalServerError) Decode ¶
func (s *GetTalkSessionReportInternalServerError) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionReportInternalServerError from json.
func (*GetTalkSessionReportInternalServerError) Encode ¶
func (s *GetTalkSessionReportInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionReportInternalServerError) MarshalJSON ¶
func (s *GetTalkSessionReportInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionReportInternalServerError) UnmarshalJSON ¶
func (s *GetTalkSessionReportInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetTalkSessionReportOK ¶
type GetTalkSessionReportOK struct {
Report string `json:"report"`
}
func (*GetTalkSessionReportOK) Decode ¶
func (s *GetTalkSessionReportOK) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionReportOK from json.
func (*GetTalkSessionReportOK) Encode ¶
func (s *GetTalkSessionReportOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTalkSessionReportOK) GetReport ¶
func (s *GetTalkSessionReportOK) GetReport() string
GetReport returns the value of Report.
func (*GetTalkSessionReportOK) MarshalJSON ¶
func (s *GetTalkSessionReportOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTalkSessionReportOK) SetReport ¶
func (s *GetTalkSessionReportOK) SetReport(val string)
SetReport sets the value of Report.
func (*GetTalkSessionReportOK) UnmarshalJSON ¶
func (s *GetTalkSessionReportOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetTalkSessionReportParams ¶
type GetTalkSessionReportParams struct {
TalkSessionId string
}
GetTalkSessionReportParams is parameters of getTalkSessionReport operation.
type GetTalkSessionReportRes ¶
type GetTalkSessionReportRes interface {
// contains filtered or unexported methods
}
type GetTimeLineBadRequest ¶
type GetTimeLineBadRequest struct{}
func (*GetTimeLineBadRequest) Decode ¶
func (s *GetTimeLineBadRequest) Decode(d *jx.Decoder) error
Decode decodes GetTimeLineBadRequest from json.
func (*GetTimeLineBadRequest) Encode ¶
func (s *GetTimeLineBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTimeLineBadRequest) MarshalJSON ¶
func (s *GetTimeLineBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTimeLineBadRequest) UnmarshalJSON ¶
func (s *GetTimeLineBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetTimeLineInternalServerError ¶
type GetTimeLineInternalServerError struct{}
func (*GetTimeLineInternalServerError) Decode ¶
func (s *GetTimeLineInternalServerError) Decode(d *jx.Decoder) error
Decode decodes GetTimeLineInternalServerError from json.
func (*GetTimeLineInternalServerError) Encode ¶
func (s *GetTimeLineInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTimeLineInternalServerError) MarshalJSON ¶
func (s *GetTimeLineInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTimeLineInternalServerError) UnmarshalJSON ¶
func (s *GetTimeLineInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetTimeLineOK ¶
type GetTimeLineOK struct {
Items []GetTimeLineOKItemsItem `json:"items"`
}
func (*GetTimeLineOK) Decode ¶
func (s *GetTimeLineOK) Decode(d *jx.Decoder) error
Decode decodes GetTimeLineOK from json.
func (*GetTimeLineOK) Encode ¶
func (s *GetTimeLineOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTimeLineOK) GetItems ¶
func (s *GetTimeLineOK) GetItems() []GetTimeLineOKItemsItem
GetItems returns the value of Items.
func (*GetTimeLineOK) MarshalJSON ¶
func (s *GetTimeLineOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTimeLineOK) SetItems ¶
func (s *GetTimeLineOK) SetItems(val []GetTimeLineOKItemsItem)
SetItems sets the value of Items.
func (*GetTimeLineOK) UnmarshalJSON ¶
func (s *GetTimeLineOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetTimeLineOK) Validate ¶
func (s *GetTimeLineOK) Validate() error
type GetTimeLineOKItemsItem ¶
type GetTimeLineOKItemsItem struct { ActionItemID string `json:"ActionItemID"` Sequence int `json:"Sequence"` Content string `json:"Content"` Status string `json:"Status"` CreatedAt string `json:"CreatedAt"` UpdatedAt string `json:"UpdatedAt"` }
func (*GetTimeLineOKItemsItem) Decode ¶
func (s *GetTimeLineOKItemsItem) Decode(d *jx.Decoder) error
Decode decodes GetTimeLineOKItemsItem from json.
func (*GetTimeLineOKItemsItem) Encode ¶
func (s *GetTimeLineOKItemsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetTimeLineOKItemsItem) GetActionItemID ¶
func (s *GetTimeLineOKItemsItem) GetActionItemID() string
GetActionItemID returns the value of ActionItemID.
func (*GetTimeLineOKItemsItem) GetContent ¶
func (s *GetTimeLineOKItemsItem) GetContent() string
GetContent returns the value of Content.
func (*GetTimeLineOKItemsItem) GetCreatedAt ¶
func (s *GetTimeLineOKItemsItem) GetCreatedAt() string
GetCreatedAt returns the value of CreatedAt.
func (*GetTimeLineOKItemsItem) GetSequence ¶
func (s *GetTimeLineOKItemsItem) GetSequence() int
GetSequence returns the value of Sequence.
func (*GetTimeLineOKItemsItem) GetStatus ¶
func (s *GetTimeLineOKItemsItem) GetStatus() string
GetStatus returns the value of Status.
func (*GetTimeLineOKItemsItem) GetUpdatedAt ¶
func (s *GetTimeLineOKItemsItem) GetUpdatedAt() string
GetUpdatedAt returns the value of UpdatedAt.
func (*GetTimeLineOKItemsItem) MarshalJSON ¶
func (s *GetTimeLineOKItemsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetTimeLineOKItemsItem) SetActionItemID ¶
func (s *GetTimeLineOKItemsItem) SetActionItemID(val string)
SetActionItemID sets the value of ActionItemID.
func (*GetTimeLineOKItemsItem) SetContent ¶
func (s *GetTimeLineOKItemsItem) SetContent(val string)
SetContent sets the value of Content.
func (*GetTimeLineOKItemsItem) SetCreatedAt ¶
func (s *GetTimeLineOKItemsItem) SetCreatedAt(val string)
SetCreatedAt sets the value of CreatedAt.
func (*GetTimeLineOKItemsItem) SetSequence ¶
func (s *GetTimeLineOKItemsItem) SetSequence(val int)
SetSequence sets the value of Sequence.
func (*GetTimeLineOKItemsItem) SetStatus ¶
func (s *GetTimeLineOKItemsItem) SetStatus(val string)
SetStatus sets the value of Status.
func (*GetTimeLineOKItemsItem) SetUpdatedAt ¶
func (s *GetTimeLineOKItemsItem) SetUpdatedAt(val string)
SetUpdatedAt sets the value of UpdatedAt.
func (*GetTimeLineOKItemsItem) UnmarshalJSON ¶
func (s *GetTimeLineOKItemsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetTimeLineParams ¶
type GetTimeLineParams struct {
TalkSessionID string
}
GetTimeLineParams is parameters of getTimeLine operation.
type GetTimeLineRes ¶
type GetTimeLineRes interface {
// contains filtered or unexported methods
}
type GetUserInfoInternalServerError ¶
type GetUserInfoInternalServerError struct{}
func (*GetUserInfoInternalServerError) Decode ¶
func (s *GetUserInfoInternalServerError) Decode(d *jx.Decoder) error
Decode decodes GetUserInfoInternalServerError from json.
func (*GetUserInfoInternalServerError) Encode ¶
func (s *GetUserInfoInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetUserInfoInternalServerError) MarshalJSON ¶
func (s *GetUserInfoInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetUserInfoInternalServerError) UnmarshalJSON ¶
func (s *GetUserInfoInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GetUserInfoOK ¶
type GetUserInfoOK struct { // 作成者. User GetUserInfoOKUser `json:"user"` Demographics GetUserInfoOKDemographics `json:"demographics"` }
func (*GetUserInfoOK) Decode ¶
func (s *GetUserInfoOK) Decode(d *jx.Decoder) error
Decode decodes GetUserInfoOK from json.
func (*GetUserInfoOK) Encode ¶
func (s *GetUserInfoOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetUserInfoOK) GetDemographics ¶
func (s *GetUserInfoOK) GetDemographics() GetUserInfoOKDemographics
GetDemographics returns the value of Demographics.
func (*GetUserInfoOK) GetUser ¶
func (s *GetUserInfoOK) GetUser() GetUserInfoOKUser
GetUser returns the value of User.
func (*GetUserInfoOK) MarshalJSON ¶
func (s *GetUserInfoOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetUserInfoOK) SetDemographics ¶
func (s *GetUserInfoOK) SetDemographics(val GetUserInfoOKDemographics)
SetDemographics sets the value of Demographics.
func (*GetUserInfoOK) SetUser ¶
func (s *GetUserInfoOK) SetUser(val GetUserInfoOKUser)
SetUser sets the value of User.
func (*GetUserInfoOK) UnmarshalJSON ¶
func (s *GetUserInfoOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetUserInfoOK) Validate ¶
func (s *GetUserInfoOK) Validate() error
type GetUserInfoOKDemographics ¶
type GetUserInfoOKDemographics struct { // 誕生年. YearOfBirth OptNilInt `json:"yearOfBirth"` // 職業. Occupation string `json:"occupation"` // 性別. Gender string `json:"gender"` // 市区町村. City OptNilString `json:"city"` // 世帯人数. HouseholdSize OptNilInt `json:"householdSize"` // 都道府県. Prefecture OptNilString `json:"prefecture"` }
func (*GetUserInfoOKDemographics) Decode ¶
func (s *GetUserInfoOKDemographics) Decode(d *jx.Decoder) error
Decode decodes GetUserInfoOKDemographics from json.
func (*GetUserInfoOKDemographics) Encode ¶
func (s *GetUserInfoOKDemographics) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetUserInfoOKDemographics) GetCity ¶
func (s *GetUserInfoOKDemographics) GetCity() OptNilString
GetCity returns the value of City.
func (*GetUserInfoOKDemographics) GetGender ¶
func (s *GetUserInfoOKDemographics) GetGender() string
GetGender returns the value of Gender.
func (*GetUserInfoOKDemographics) GetHouseholdSize ¶
func (s *GetUserInfoOKDemographics) GetHouseholdSize() OptNilInt
GetHouseholdSize returns the value of HouseholdSize.
func (*GetUserInfoOKDemographics) GetOccupation ¶
func (s *GetUserInfoOKDemographics) GetOccupation() string
GetOccupation returns the value of Occupation.
func (*GetUserInfoOKDemographics) GetPrefecture ¶
func (s *GetUserInfoOKDemographics) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*GetUserInfoOKDemographics) GetYearOfBirth ¶
func (s *GetUserInfoOKDemographics) GetYearOfBirth() OptNilInt
GetYearOfBirth returns the value of YearOfBirth.
func (*GetUserInfoOKDemographics) MarshalJSON ¶
func (s *GetUserInfoOKDemographics) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetUserInfoOKDemographics) SetCity ¶
func (s *GetUserInfoOKDemographics) SetCity(val OptNilString)
SetCity sets the value of City.
func (*GetUserInfoOKDemographics) SetGender ¶
func (s *GetUserInfoOKDemographics) SetGender(val string)
SetGender sets the value of Gender.
func (*GetUserInfoOKDemographics) SetHouseholdSize ¶
func (s *GetUserInfoOKDemographics) SetHouseholdSize(val OptNilInt)
SetHouseholdSize sets the value of HouseholdSize.
func (*GetUserInfoOKDemographics) SetOccupation ¶
func (s *GetUserInfoOKDemographics) SetOccupation(val string)
SetOccupation sets the value of Occupation.
func (*GetUserInfoOKDemographics) SetPrefecture ¶
func (s *GetUserInfoOKDemographics) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*GetUserInfoOKDemographics) SetYearOfBirth ¶
func (s *GetUserInfoOKDemographics) SetYearOfBirth(val OptNilInt)
SetYearOfBirth sets the value of YearOfBirth.
func (*GetUserInfoOKDemographics) UnmarshalJSON ¶
func (s *GetUserInfoOKDemographics) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetUserInfoOKDemographics) Validate ¶
func (s *GetUserInfoOKDemographics) Validate() error
type GetUserInfoOKUser ¶
type GetUserInfoOKUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*GetUserInfoOKUser) Decode ¶
func (s *GetUserInfoOKUser) Decode(d *jx.Decoder) error
Decode decodes GetUserInfoOKUser from json.
func (*GetUserInfoOKUser) Encode ¶
func (s *GetUserInfoOKUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GetUserInfoOKUser) GetDisplayID ¶
func (s *GetUserInfoOKUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*GetUserInfoOKUser) GetDisplayName ¶
func (s *GetUserInfoOKUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*GetUserInfoOKUser) GetIconURL ¶
func (s *GetUserInfoOKUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*GetUserInfoOKUser) MarshalJSON ¶
func (s *GetUserInfoOKUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GetUserInfoOKUser) SetDisplayID ¶
func (s *GetUserInfoOKUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*GetUserInfoOKUser) SetDisplayName ¶
func (s *GetUserInfoOKUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*GetUserInfoOKUser) SetIconURL ¶
func (s *GetUserInfoOKUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*GetUserInfoOKUser) UnmarshalJSON ¶
func (s *GetUserInfoOKUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*GetUserInfoOKUser) Validate ¶
func (s *GetUserInfoOKUser) Validate() error
type GetUserInfoRes ¶
type GetUserInfoRes interface {
// contains filtered or unexported methods
}
type Handler ¶
type Handler interface { AuthHandler ManageHandler OpinionHandler TalkSessionHandler TestHandler TimelineHandler UserHandler VoteHandler }
Handler handles operations described by OpenAPI v3 specification.
type Labeler ¶
type Labeler struct {
// contains filtered or unexported fields
}
Labeler is used to allow adding custom attributes to the server request metrics.
func LabelerFromContext ¶
LabelerFromContext retrieves the Labeler from the provided context, if present.
If no Labeler was found in the provided context a new, empty Labeler is returned and the second return value is false. In this case it is safe to use the Labeler but any attributes added to it will not be used.
func (*Labeler) AttributeSet ¶
AttributeSet returns the attributes added to the Labeler as an attribute.Set.
type ManageHandler ¶
type ManageHandler interface { // ManageIndex implements manageIndex operation. // // GET /manage ManageIndex(ctx context.Context) (ManageIndexOK, error) // ManageRegenerate implements manageRegenerate operation. // // Analysisを再生成する。enum: [report, group, image]. // // POST /manage/regenerate ManageRegenerate(ctx context.Context, req OptManageRegenerateReq) (*ManageRegenerateOK, error) }
ManageHandler handles operations described by OpenAPI v3 specification.
x-ogen-operation-group: Manage
type ManageIndexOK ¶
type ManageRegenerateOK ¶
type ManageRegenerateOK struct { // ステータス. Status OptString `json:"status"` // メッセージ. Message OptString `json:"message"` }
func (*ManageRegenerateOK) Decode ¶
func (s *ManageRegenerateOK) Decode(d *jx.Decoder) error
Decode decodes ManageRegenerateOK from json.
func (*ManageRegenerateOK) Encode ¶
func (s *ManageRegenerateOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ManageRegenerateOK) GetMessage ¶
func (s *ManageRegenerateOK) GetMessage() OptString
GetMessage returns the value of Message.
func (*ManageRegenerateOK) GetStatus ¶
func (s *ManageRegenerateOK) GetStatus() OptString
GetStatus returns the value of Status.
func (*ManageRegenerateOK) MarshalJSON ¶
func (s *ManageRegenerateOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ManageRegenerateOK) SetMessage ¶
func (s *ManageRegenerateOK) SetMessage(val OptString)
SetMessage sets the value of Message.
func (*ManageRegenerateOK) SetStatus ¶
func (s *ManageRegenerateOK) SetStatus(val OptString)
SetStatus sets the value of Status.
func (*ManageRegenerateOK) UnmarshalJSON ¶
func (s *ManageRegenerateOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ManageRegenerateReq ¶
type ManageRegenerateReq struct { // Analysisの種類. Type ManageRegenerateReqType `json:"type"` // 再生成するTalkSessionID. TalkSessionID string `json:"talkSessionID"` }
func (*ManageRegenerateReq) Decode ¶
func (s *ManageRegenerateReq) Decode(d *jx.Decoder) error
Decode decodes ManageRegenerateReq from json.
func (*ManageRegenerateReq) Encode ¶
func (s *ManageRegenerateReq) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*ManageRegenerateReq) GetTalkSessionID ¶
func (s *ManageRegenerateReq) GetTalkSessionID() string
GetTalkSessionID returns the value of TalkSessionID.
func (*ManageRegenerateReq) GetType ¶
func (s *ManageRegenerateReq) GetType() ManageRegenerateReqType
GetType returns the value of Type.
func (*ManageRegenerateReq) MarshalJSON ¶
func (s *ManageRegenerateReq) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ManageRegenerateReq) SetTalkSessionID ¶
func (s *ManageRegenerateReq) SetTalkSessionID(val string)
SetTalkSessionID sets the value of TalkSessionID.
func (*ManageRegenerateReq) SetType ¶
func (s *ManageRegenerateReq) SetType(val ManageRegenerateReqType)
SetType sets the value of Type.
func (*ManageRegenerateReq) UnmarshalJSON ¶
func (s *ManageRegenerateReq) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*ManageRegenerateReq) Validate ¶
func (s *ManageRegenerateReq) Validate() error
type ManageRegenerateReqType ¶
type ManageRegenerateReqType string
Analysisの種類.
const ( ManageRegenerateReqTypeReport ManageRegenerateReqType = "report" ManageRegenerateReqTypeGroup ManageRegenerateReqType = "group" ManageRegenerateReqTypeImage ManageRegenerateReqType = "image" )
func (ManageRegenerateReqType) AllValues ¶
func (ManageRegenerateReqType) AllValues() []ManageRegenerateReqType
AllValues returns all ManageRegenerateReqType values.
func (*ManageRegenerateReqType) Decode ¶
func (s *ManageRegenerateReqType) Decode(d *jx.Decoder) error
Decode decodes ManageRegenerateReqType from json.
func (ManageRegenerateReqType) Encode ¶
func (s ManageRegenerateReqType) Encode(e *jx.Encoder)
Encode encodes ManageRegenerateReqType as json.
func (ManageRegenerateReqType) MarshalJSON ¶
func (s ManageRegenerateReqType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (ManageRegenerateReqType) MarshalText ¶
func (s ManageRegenerateReqType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*ManageRegenerateReqType) UnmarshalJSON ¶
func (s *ManageRegenerateReqType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*ManageRegenerateReqType) UnmarshalText ¶
func (s *ManageRegenerateReqType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (ManageRegenerateReqType) Validate ¶
func (s ManageRegenerateReqType) Validate() error
type NilVoteReqVoteStatus ¶
type NilVoteReqVoteStatus struct { Value VoteReqVoteStatus Null bool }
NilVoteReqVoteStatus is nullable VoteReqVoteStatus.
func NewNilVoteReqVoteStatus ¶
func NewNilVoteReqVoteStatus(v VoteReqVoteStatus) NilVoteReqVoteStatus
NewNilVoteReqVoteStatus returns new NilVoteReqVoteStatus with value set to v.
func (NilVoteReqVoteStatus) Get ¶
func (o NilVoteReqVoteStatus) Get() (v VoteReqVoteStatus, ok bool)
Get returns value and boolean that denotes whether value was set.
func (NilVoteReqVoteStatus) IsNull ¶
func (o NilVoteReqVoteStatus) IsNull() bool
IsSet returns true if value is Null.
func (NilVoteReqVoteStatus) Or ¶
func (o NilVoteReqVoteStatus) Or(d VoteReqVoteStatus) VoteReqVoteStatus
Or returns value if set, or given parameter if does not.
func (*NilVoteReqVoteStatus) SetTo ¶
func (o *NilVoteReqVoteStatus) SetTo(v VoteReqVoteStatus)
SetTo sets value to v.
func (*NilVoteReqVoteStatus) SetToNull ¶
func (o *NilVoteReqVoteStatus) SetToNull()
SetNull sets value to null.
type OAuthCallbackFound ¶
OAuthCallbackFound is response for OAuthCallback operation.
func (*OAuthCallbackFound) GetLocation ¶
func (s *OAuthCallbackFound) GetLocation() OptURI
GetLocation returns the value of Location.
func (*OAuthCallbackFound) GetSetCookie ¶
func (s *OAuthCallbackFound) GetSetCookie() OptString
GetSetCookie returns the value of SetCookie.
func (*OAuthCallbackFound) SetLocation ¶
func (s *OAuthCallbackFound) SetLocation(val OptURI)
SetLocation sets the value of Location.
func (*OAuthCallbackFound) SetSetCookie ¶
func (s *OAuthCallbackFound) SetSetCookie(val OptString)
SetSetCookie sets the value of SetCookie.
type OAuthCallbackParams ¶
type OAuthCallbackParams struct { // OAuth2.0 State from Cookie. CookieState OptString // Auth Callback URL. RedirectURL string // OAUTH Provider. Provider string Code OptString // OAuth2.0 State from Query. QueryState OptString }
OAuthCallbackParams is parameters of oauth_callback operation.
type OAuthRevokeNoContent ¶
type OAuthRevokeNoContent struct{}
func (*OAuthRevokeNoContent) Decode ¶
func (s *OAuthRevokeNoContent) Decode(d *jx.Decoder) error
Decode decodes OAuthRevokeNoContent from json.
func (*OAuthRevokeNoContent) Encode ¶
func (s *OAuthRevokeNoContent) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OAuthRevokeNoContent) MarshalJSON ¶
func (s *OAuthRevokeNoContent) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OAuthRevokeNoContent) UnmarshalJSON ¶
func (s *OAuthRevokeNoContent) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OAuthRevokeRes ¶
type OAuthRevokeRes interface {
// contains filtered or unexported methods
}
type OAuthRevokeUnauthorized ¶
type OAuthRevokeUnauthorized struct{}
OAuthRevokeUnauthorized is response for OAuthRevoke operation.
type OAuthTokenInfoBadRequest ¶
func (*OAuthTokenInfoBadRequest) Decode ¶
func (s *OAuthTokenInfoBadRequest) Decode(d *jx.Decoder) error
Decode decodes OAuthTokenInfoBadRequest from json.
func (*OAuthTokenInfoBadRequest) Encode ¶
func (s *OAuthTokenInfoBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OAuthTokenInfoBadRequest) GetCode ¶
func (s *OAuthTokenInfoBadRequest) GetCode() string
GetCode returns the value of Code.
func (*OAuthTokenInfoBadRequest) GetMessage ¶
func (s *OAuthTokenInfoBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*OAuthTokenInfoBadRequest) MarshalJSON ¶
func (s *OAuthTokenInfoBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OAuthTokenInfoBadRequest) SetCode ¶
func (s *OAuthTokenInfoBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*OAuthTokenInfoBadRequest) SetMessage ¶
func (s *OAuthTokenInfoBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*OAuthTokenInfoBadRequest) UnmarshalJSON ¶
func (s *OAuthTokenInfoBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OAuthTokenInfoInternalServerError ¶
type OAuthTokenInfoInternalServerError struct { Code string `json:"code"` Message string `json:"message"` }
func (*OAuthTokenInfoInternalServerError) Decode ¶
func (s *OAuthTokenInfoInternalServerError) Decode(d *jx.Decoder) error
Decode decodes OAuthTokenInfoInternalServerError from json.
func (*OAuthTokenInfoInternalServerError) Encode ¶
func (s *OAuthTokenInfoInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OAuthTokenInfoInternalServerError) GetCode ¶
func (s *OAuthTokenInfoInternalServerError) GetCode() string
GetCode returns the value of Code.
func (*OAuthTokenInfoInternalServerError) GetMessage ¶
func (s *OAuthTokenInfoInternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*OAuthTokenInfoInternalServerError) MarshalJSON ¶
func (s *OAuthTokenInfoInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OAuthTokenInfoInternalServerError) SetCode ¶
func (s *OAuthTokenInfoInternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*OAuthTokenInfoInternalServerError) SetMessage ¶
func (s *OAuthTokenInfoInternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*OAuthTokenInfoInternalServerError) UnmarshalJSON ¶
func (s *OAuthTokenInfoInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OAuthTokenInfoOK ¶
type OAuthTokenInfoOK struct { // Audience. Aud string `json:"aud"` // 有効期限. Exp string `json:"exp"` // 発行日時. Iat string `json:"iat"` // 発行者. Iss string `json:"iss"` // ユーザID. Sub string `json:"sub"` // JWT ID. Jti string `json:"jti"` // ユーザーID. DisplayId OptString `json:"displayId"` // ユーザー名. DisplayName OptString `json:"displayName"` // アイコンURL. IconURL OptString `json:"iconURL"` // ユーザ登録済みか. IsVerify bool `json:"isVerify"` }
func (*OAuthTokenInfoOK) Decode ¶
func (s *OAuthTokenInfoOK) Decode(d *jx.Decoder) error
Decode decodes OAuthTokenInfoOK from json.
func (*OAuthTokenInfoOK) Encode ¶
func (s *OAuthTokenInfoOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OAuthTokenInfoOK) GetAud ¶
func (s *OAuthTokenInfoOK) GetAud() string
GetAud returns the value of Aud.
func (*OAuthTokenInfoOK) GetDisplayId ¶
func (s *OAuthTokenInfoOK) GetDisplayId() OptString
GetDisplayId returns the value of DisplayId.
func (*OAuthTokenInfoOK) GetDisplayName ¶
func (s *OAuthTokenInfoOK) GetDisplayName() OptString
GetDisplayName returns the value of DisplayName.
func (*OAuthTokenInfoOK) GetExp ¶
func (s *OAuthTokenInfoOK) GetExp() string
GetExp returns the value of Exp.
func (*OAuthTokenInfoOK) GetIat ¶
func (s *OAuthTokenInfoOK) GetIat() string
GetIat returns the value of Iat.
func (*OAuthTokenInfoOK) GetIconURL ¶
func (s *OAuthTokenInfoOK) GetIconURL() OptString
GetIconURL returns the value of IconURL.
func (*OAuthTokenInfoOK) GetIsVerify ¶
func (s *OAuthTokenInfoOK) GetIsVerify() bool
GetIsVerify returns the value of IsVerify.
func (*OAuthTokenInfoOK) GetIss ¶
func (s *OAuthTokenInfoOK) GetIss() string
GetIss returns the value of Iss.
func (*OAuthTokenInfoOK) GetJti ¶
func (s *OAuthTokenInfoOK) GetJti() string
GetJti returns the value of Jti.
func (*OAuthTokenInfoOK) GetSub ¶
func (s *OAuthTokenInfoOK) GetSub() string
GetSub returns the value of Sub.
func (*OAuthTokenInfoOK) MarshalJSON ¶
func (s *OAuthTokenInfoOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OAuthTokenInfoOK) SetAud ¶
func (s *OAuthTokenInfoOK) SetAud(val string)
SetAud sets the value of Aud.
func (*OAuthTokenInfoOK) SetDisplayId ¶
func (s *OAuthTokenInfoOK) SetDisplayId(val OptString)
SetDisplayId sets the value of DisplayId.
func (*OAuthTokenInfoOK) SetDisplayName ¶
func (s *OAuthTokenInfoOK) SetDisplayName(val OptString)
SetDisplayName sets the value of DisplayName.
func (*OAuthTokenInfoOK) SetExp ¶
func (s *OAuthTokenInfoOK) SetExp(val string)
SetExp sets the value of Exp.
func (*OAuthTokenInfoOK) SetIat ¶
func (s *OAuthTokenInfoOK) SetIat(val string)
SetIat sets the value of Iat.
func (*OAuthTokenInfoOK) SetIconURL ¶
func (s *OAuthTokenInfoOK) SetIconURL(val OptString)
SetIconURL sets the value of IconURL.
func (*OAuthTokenInfoOK) SetIsVerify ¶
func (s *OAuthTokenInfoOK) SetIsVerify(val bool)
SetIsVerify sets the value of IsVerify.
func (*OAuthTokenInfoOK) SetIss ¶
func (s *OAuthTokenInfoOK) SetIss(val string)
SetIss sets the value of Iss.
func (*OAuthTokenInfoOK) SetJti ¶
func (s *OAuthTokenInfoOK) SetJti(val string)
SetJti sets the value of Jti.
func (*OAuthTokenInfoOK) SetSub ¶
func (s *OAuthTokenInfoOK) SetSub(val string)
SetSub sets the value of Sub.
func (*OAuthTokenInfoOK) UnmarshalJSON ¶
func (s *OAuthTokenInfoOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OAuthTokenInfoRes ¶
type OAuthTokenInfoRes interface {
// contains filtered or unexported methods
}
type OpinionComments2BadRequest ¶
type OpinionComments2BadRequest struct { Code string `json:"code"` Message string `json:"message"` }
func (*OpinionComments2BadRequest) Decode ¶
func (s *OpinionComments2BadRequest) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2BadRequest from json.
func (*OpinionComments2BadRequest) Encode ¶
func (s *OpinionComments2BadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2BadRequest) GetCode ¶
func (s *OpinionComments2BadRequest) GetCode() string
GetCode returns the value of Code.
func (*OpinionComments2BadRequest) GetMessage ¶
func (s *OpinionComments2BadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*OpinionComments2BadRequest) MarshalJSON ¶
func (s *OpinionComments2BadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2BadRequest) SetCode ¶
func (s *OpinionComments2BadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*OpinionComments2BadRequest) SetMessage ¶
func (s *OpinionComments2BadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*OpinionComments2BadRequest) UnmarshalJSON ¶
func (s *OpinionComments2BadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OpinionComments2InternalServerError ¶
type OpinionComments2InternalServerError struct { Code string `json:"code"` Message string `json:"message"` }
func (*OpinionComments2InternalServerError) Decode ¶
func (s *OpinionComments2InternalServerError) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2InternalServerError from json.
func (*OpinionComments2InternalServerError) Encode ¶
func (s *OpinionComments2InternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2InternalServerError) GetCode ¶
func (s *OpinionComments2InternalServerError) GetCode() string
GetCode returns the value of Code.
func (*OpinionComments2InternalServerError) GetMessage ¶
func (s *OpinionComments2InternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*OpinionComments2InternalServerError) MarshalJSON ¶
func (s *OpinionComments2InternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2InternalServerError) SetCode ¶
func (s *OpinionComments2InternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*OpinionComments2InternalServerError) SetMessage ¶
func (s *OpinionComments2InternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*OpinionComments2InternalServerError) UnmarshalJSON ¶
func (s *OpinionComments2InternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OpinionComments2OK ¶
type OpinionComments2OK struct { RootOpinion OpinionComments2OKRootOpinion `json:"rootOpinion"` ReplyOpinions []OpinionComments2OKReplyOpinionsItem `json:"replyOpinions"` ParentOpinions []OpinionComments2OKParentOpinionsItem `json:"parentOpinions"` }
func (*OpinionComments2OK) Decode ¶
func (s *OpinionComments2OK) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OK from json.
func (*OpinionComments2OK) Encode ¶
func (s *OpinionComments2OK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OK) GetParentOpinions ¶
func (s *OpinionComments2OK) GetParentOpinions() []OpinionComments2OKParentOpinionsItem
GetParentOpinions returns the value of ParentOpinions.
func (*OpinionComments2OK) GetReplyOpinions ¶
func (s *OpinionComments2OK) GetReplyOpinions() []OpinionComments2OKReplyOpinionsItem
GetReplyOpinions returns the value of ReplyOpinions.
func (*OpinionComments2OK) GetRootOpinion ¶
func (s *OpinionComments2OK) GetRootOpinion() OpinionComments2OKRootOpinion
GetRootOpinion returns the value of RootOpinion.
func (*OpinionComments2OK) MarshalJSON ¶
func (s *OpinionComments2OK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OK) SetParentOpinions ¶
func (s *OpinionComments2OK) SetParentOpinions(val []OpinionComments2OKParentOpinionsItem)
SetParentOpinions sets the value of ParentOpinions.
func (*OpinionComments2OK) SetReplyOpinions ¶
func (s *OpinionComments2OK) SetReplyOpinions(val []OpinionComments2OKReplyOpinionsItem)
SetReplyOpinions sets the value of ReplyOpinions.
func (*OpinionComments2OK) SetRootOpinion ¶
func (s *OpinionComments2OK) SetRootOpinion(val OpinionComments2OKRootOpinion)
SetRootOpinion sets the value of RootOpinion.
func (*OpinionComments2OK) UnmarshalJSON ¶
func (s *OpinionComments2OK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OK) Validate ¶
func (s *OpinionComments2OK) Validate() error
type OpinionComments2OKParentOpinionsItem ¶
type OpinionComments2OKParentOpinionsItem struct { Opinion OpinionComments2OKParentOpinionsItemOpinion `json:"opinion"` // 作成者. User OpinionComments2OKParentOpinionsItemUser `json:"user"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. MyVoteType OpinionComments2OKParentOpinionsItemMyVoteType `json:"myVoteType"` Level int `json:"level"` }
func (*OpinionComments2OKParentOpinionsItem) Decode ¶
func (s *OpinionComments2OKParentOpinionsItem) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKParentOpinionsItem from json.
func (*OpinionComments2OKParentOpinionsItem) Encode ¶
func (s *OpinionComments2OKParentOpinionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OKParentOpinionsItem) GetLevel ¶
func (s *OpinionComments2OKParentOpinionsItem) GetLevel() int
GetLevel returns the value of Level.
func (*OpinionComments2OKParentOpinionsItem) GetMyVoteType ¶
func (s *OpinionComments2OKParentOpinionsItem) GetMyVoteType() OpinionComments2OKParentOpinionsItemMyVoteType
GetMyVoteType returns the value of MyVoteType.
func (*OpinionComments2OKParentOpinionsItem) GetOpinion ¶
func (s *OpinionComments2OKParentOpinionsItem) GetOpinion() OpinionComments2OKParentOpinionsItemOpinion
GetOpinion returns the value of Opinion.
func (*OpinionComments2OKParentOpinionsItem) GetUser ¶
func (s *OpinionComments2OKParentOpinionsItem) GetUser() OpinionComments2OKParentOpinionsItemUser
GetUser returns the value of User.
func (*OpinionComments2OKParentOpinionsItem) MarshalJSON ¶
func (s *OpinionComments2OKParentOpinionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKParentOpinionsItem) SetLevel ¶
func (s *OpinionComments2OKParentOpinionsItem) SetLevel(val int)
SetLevel sets the value of Level.
func (*OpinionComments2OKParentOpinionsItem) SetMyVoteType ¶
func (s *OpinionComments2OKParentOpinionsItem) SetMyVoteType(val OpinionComments2OKParentOpinionsItemMyVoteType)
SetMyVoteType sets the value of MyVoteType.
func (*OpinionComments2OKParentOpinionsItem) SetOpinion ¶
func (s *OpinionComments2OKParentOpinionsItem) SetOpinion(val OpinionComments2OKParentOpinionsItemOpinion)
SetOpinion sets the value of Opinion.
func (*OpinionComments2OKParentOpinionsItem) SetUser ¶
func (s *OpinionComments2OKParentOpinionsItem) SetUser(val OpinionComments2OKParentOpinionsItemUser)
SetUser sets the value of User.
func (*OpinionComments2OKParentOpinionsItem) UnmarshalJSON ¶
func (s *OpinionComments2OKParentOpinionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKParentOpinionsItem) Validate ¶
func (s *OpinionComments2OKParentOpinionsItem) Validate() error
type OpinionComments2OKParentOpinionsItemMyVoteType ¶
type OpinionComments2OKParentOpinionsItemMyVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionComments2OKParentOpinionsItemMyVoteTypeAgree OpinionComments2OKParentOpinionsItemMyVoteType = "agree" OpinionComments2OKParentOpinionsItemMyVoteTypeDisagree OpinionComments2OKParentOpinionsItemMyVoteType = "disagree" OpinionComments2OKParentOpinionsItemMyVoteTypePass OpinionComments2OKParentOpinionsItemMyVoteType = "pass" )
func (OpinionComments2OKParentOpinionsItemMyVoteType) AllValues ¶
func (OpinionComments2OKParentOpinionsItemMyVoteType) AllValues() []OpinionComments2OKParentOpinionsItemMyVoteType
AllValues returns all OpinionComments2OKParentOpinionsItemMyVoteType values.
func (*OpinionComments2OKParentOpinionsItemMyVoteType) Decode ¶
func (s *OpinionComments2OKParentOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKParentOpinionsItemMyVoteType from json.
func (OpinionComments2OKParentOpinionsItemMyVoteType) Encode ¶
func (s OpinionComments2OKParentOpinionsItemMyVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKParentOpinionsItemMyVoteType as json.
func (OpinionComments2OKParentOpinionsItemMyVoteType) MarshalJSON ¶
func (s OpinionComments2OKParentOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionComments2OKParentOpinionsItemMyVoteType) MarshalText ¶
func (s OpinionComments2OKParentOpinionsItemMyVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionComments2OKParentOpinionsItemMyVoteType) UnmarshalJSON ¶
func (s *OpinionComments2OKParentOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKParentOpinionsItemMyVoteType) UnmarshalText ¶
func (s *OpinionComments2OKParentOpinionsItemMyVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionComments2OKParentOpinionsItemMyVoteType) Validate ¶
func (s OpinionComments2OKParentOpinionsItemMyVoteType) Validate() error
type OpinionComments2OKParentOpinionsItemOpinion ¶
type OpinionComments2OKParentOpinionsItemOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptOpinionComments2OKParentOpinionsItemOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*OpinionComments2OKParentOpinionsItemOpinion) Decode ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKParentOpinionsItemOpinion from json.
func (*OpinionComments2OKParentOpinionsItemOpinion) Encode ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OKParentOpinionsItemOpinion) GetContent ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) GetContent() string
GetContent returns the value of Content.
func (*OpinionComments2OKParentOpinionsItemOpinion) GetID ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) GetID() string
GetID returns the value of ID.
func (*OpinionComments2OKParentOpinionsItemOpinion) GetParentID ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*OpinionComments2OKParentOpinionsItemOpinion) GetPictureURL ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*OpinionComments2OKParentOpinionsItemOpinion) GetPostedAt ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*OpinionComments2OKParentOpinionsItemOpinion) GetReferenceURL ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*OpinionComments2OKParentOpinionsItemOpinion) GetTitle ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*OpinionComments2OKParentOpinionsItemOpinion) GetVoteType ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) GetVoteType() OptOpinionComments2OKParentOpinionsItemOpinionVoteType
GetVoteType returns the value of VoteType.
func (*OpinionComments2OKParentOpinionsItemOpinion) MarshalJSON ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKParentOpinionsItemOpinion) SetContent ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*OpinionComments2OKParentOpinionsItemOpinion) SetID ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) SetID(val string)
SetID sets the value of ID.
func (*OpinionComments2OKParentOpinionsItemOpinion) SetParentID ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*OpinionComments2OKParentOpinionsItemOpinion) SetPictureURL ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*OpinionComments2OKParentOpinionsItemOpinion) SetPostedAt ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*OpinionComments2OKParentOpinionsItemOpinion) SetReferenceURL ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*OpinionComments2OKParentOpinionsItemOpinion) SetTitle ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*OpinionComments2OKParentOpinionsItemOpinion) SetVoteType ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) SetVoteType(val OptOpinionComments2OKParentOpinionsItemOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*OpinionComments2OKParentOpinionsItemOpinion) UnmarshalJSON ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKParentOpinionsItemOpinion) Validate ¶
func (s *OpinionComments2OKParentOpinionsItemOpinion) Validate() error
type OpinionComments2OKParentOpinionsItemOpinionVoteType ¶
type OpinionComments2OKParentOpinionsItemOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionComments2OKParentOpinionsItemOpinionVoteTypeAgree OpinionComments2OKParentOpinionsItemOpinionVoteType = "agree" OpinionComments2OKParentOpinionsItemOpinionVoteTypeDisagree OpinionComments2OKParentOpinionsItemOpinionVoteType = "disagree" OpinionComments2OKParentOpinionsItemOpinionVoteTypePass OpinionComments2OKParentOpinionsItemOpinionVoteType = "pass" )
func (OpinionComments2OKParentOpinionsItemOpinionVoteType) AllValues ¶
func (OpinionComments2OKParentOpinionsItemOpinionVoteType) AllValues() []OpinionComments2OKParentOpinionsItemOpinionVoteType
AllValues returns all OpinionComments2OKParentOpinionsItemOpinionVoteType values.
func (*OpinionComments2OKParentOpinionsItemOpinionVoteType) Decode ¶
func (s *OpinionComments2OKParentOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKParentOpinionsItemOpinionVoteType from json.
func (OpinionComments2OKParentOpinionsItemOpinionVoteType) Encode ¶
func (s OpinionComments2OKParentOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKParentOpinionsItemOpinionVoteType as json.
func (OpinionComments2OKParentOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OpinionComments2OKParentOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionComments2OKParentOpinionsItemOpinionVoteType) MarshalText ¶
func (s OpinionComments2OKParentOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionComments2OKParentOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OpinionComments2OKParentOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKParentOpinionsItemOpinionVoteType) UnmarshalText ¶
func (s *OpinionComments2OKParentOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionComments2OKParentOpinionsItemOpinionVoteType) Validate ¶
func (s OpinionComments2OKParentOpinionsItemOpinionVoteType) Validate() error
type OpinionComments2OKParentOpinionsItemUser ¶
type OpinionComments2OKParentOpinionsItemUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*OpinionComments2OKParentOpinionsItemUser) Decode ¶
func (s *OpinionComments2OKParentOpinionsItemUser) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKParentOpinionsItemUser from json.
func (*OpinionComments2OKParentOpinionsItemUser) Encode ¶
func (s *OpinionComments2OKParentOpinionsItemUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OKParentOpinionsItemUser) GetDisplayID ¶
func (s *OpinionComments2OKParentOpinionsItemUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*OpinionComments2OKParentOpinionsItemUser) GetDisplayName ¶
func (s *OpinionComments2OKParentOpinionsItemUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*OpinionComments2OKParentOpinionsItemUser) GetIconURL ¶
func (s *OpinionComments2OKParentOpinionsItemUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*OpinionComments2OKParentOpinionsItemUser) MarshalJSON ¶
func (s *OpinionComments2OKParentOpinionsItemUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKParentOpinionsItemUser) SetDisplayID ¶
func (s *OpinionComments2OKParentOpinionsItemUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*OpinionComments2OKParentOpinionsItemUser) SetDisplayName ¶
func (s *OpinionComments2OKParentOpinionsItemUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*OpinionComments2OKParentOpinionsItemUser) SetIconURL ¶
func (s *OpinionComments2OKParentOpinionsItemUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*OpinionComments2OKParentOpinionsItemUser) UnmarshalJSON ¶
func (s *OpinionComments2OKParentOpinionsItemUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKParentOpinionsItemUser) Validate ¶
func (s *OpinionComments2OKParentOpinionsItemUser) Validate() error
type OpinionComments2OKReplyOpinionsItem ¶
type OpinionComments2OKReplyOpinionsItem struct { Opinion OpinionComments2OKReplyOpinionsItemOpinion `json:"opinion"` // 作成者. User OpinionComments2OKReplyOpinionsItemUser `json:"user"` MyVoteType OptOpinionComments2OKReplyOpinionsItemMyVoteType `json:"myVoteType"` }
func (*OpinionComments2OKReplyOpinionsItem) Decode ¶
func (s *OpinionComments2OKReplyOpinionsItem) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKReplyOpinionsItem from json.
func (*OpinionComments2OKReplyOpinionsItem) Encode ¶
func (s *OpinionComments2OKReplyOpinionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OKReplyOpinionsItem) GetMyVoteType ¶
func (s *OpinionComments2OKReplyOpinionsItem) GetMyVoteType() OptOpinionComments2OKReplyOpinionsItemMyVoteType
GetMyVoteType returns the value of MyVoteType.
func (*OpinionComments2OKReplyOpinionsItem) GetOpinion ¶
func (s *OpinionComments2OKReplyOpinionsItem) GetOpinion() OpinionComments2OKReplyOpinionsItemOpinion
GetOpinion returns the value of Opinion.
func (*OpinionComments2OKReplyOpinionsItem) GetUser ¶
func (s *OpinionComments2OKReplyOpinionsItem) GetUser() OpinionComments2OKReplyOpinionsItemUser
GetUser returns the value of User.
func (*OpinionComments2OKReplyOpinionsItem) MarshalJSON ¶
func (s *OpinionComments2OKReplyOpinionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKReplyOpinionsItem) SetMyVoteType ¶
func (s *OpinionComments2OKReplyOpinionsItem) SetMyVoteType(val OptOpinionComments2OKReplyOpinionsItemMyVoteType)
SetMyVoteType sets the value of MyVoteType.
func (*OpinionComments2OKReplyOpinionsItem) SetOpinion ¶
func (s *OpinionComments2OKReplyOpinionsItem) SetOpinion(val OpinionComments2OKReplyOpinionsItemOpinion)
SetOpinion sets the value of Opinion.
func (*OpinionComments2OKReplyOpinionsItem) SetUser ¶
func (s *OpinionComments2OKReplyOpinionsItem) SetUser(val OpinionComments2OKReplyOpinionsItemUser)
SetUser sets the value of User.
func (*OpinionComments2OKReplyOpinionsItem) UnmarshalJSON ¶
func (s *OpinionComments2OKReplyOpinionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKReplyOpinionsItem) Validate ¶
func (s *OpinionComments2OKReplyOpinionsItem) Validate() error
type OpinionComments2OKReplyOpinionsItemMyVoteType ¶
type OpinionComments2OKReplyOpinionsItemMyVoteType struct { Type OpinionComments2OKReplyOpinionsItemMyVoteTypeType // switch on this field OpinionComments2OKReplyOpinionsItemMyVoteType0 OpinionComments2OKReplyOpinionsItemMyVoteType0 Null struct{} }
OpinionComments2OKReplyOpinionsItemMyVoteType represents sum type.
func NewNullOpinionComments2OKReplyOpinionsItemMyVoteType ¶
func NewNullOpinionComments2OKReplyOpinionsItemMyVoteType(v struct{}) OpinionComments2OKReplyOpinionsItemMyVoteType
NewNullOpinionComments2OKReplyOpinionsItemMyVoteType returns new OpinionComments2OKReplyOpinionsItemMyVoteType from struct{}.
func NewOpinionComments2OKReplyOpinionsItemMyVoteType0OpinionComments2OKReplyOpinionsItemMyVoteType ¶
func NewOpinionComments2OKReplyOpinionsItemMyVoteType0OpinionComments2OKReplyOpinionsItemMyVoteType(v OpinionComments2OKReplyOpinionsItemMyVoteType0) OpinionComments2OKReplyOpinionsItemMyVoteType
NewOpinionComments2OKReplyOpinionsItemMyVoteType0OpinionComments2OKReplyOpinionsItemMyVoteType returns new OpinionComments2OKReplyOpinionsItemMyVoteType from OpinionComments2OKReplyOpinionsItemMyVoteType0.
func (*OpinionComments2OKReplyOpinionsItemMyVoteType) Decode ¶
func (s *OpinionComments2OKReplyOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKReplyOpinionsItemMyVoteType from json.
func (OpinionComments2OKReplyOpinionsItemMyVoteType) Encode ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKReplyOpinionsItemMyVoteType as json.
func (OpinionComments2OKReplyOpinionsItemMyVoteType) GetNull ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType) GetNull() (v struct{}, ok bool)
GetNull returns struct{} and true boolean if OpinionComments2OKReplyOpinionsItemMyVoteType is struct{}.
func (OpinionComments2OKReplyOpinionsItemMyVoteType) GetOpinionComments2OKReplyOpinionsItemMyVoteType0 ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType) GetOpinionComments2OKReplyOpinionsItemMyVoteType0() (v OpinionComments2OKReplyOpinionsItemMyVoteType0, ok bool)
GetOpinionComments2OKReplyOpinionsItemMyVoteType0 returns OpinionComments2OKReplyOpinionsItemMyVoteType0 and true boolean if OpinionComments2OKReplyOpinionsItemMyVoteType is OpinionComments2OKReplyOpinionsItemMyVoteType0.
func (OpinionComments2OKReplyOpinionsItemMyVoteType) IsNull ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType) IsNull() bool
IsNull reports whether OpinionComments2OKReplyOpinionsItemMyVoteType is struct{}.
func (OpinionComments2OKReplyOpinionsItemMyVoteType) IsOpinionComments2OKReplyOpinionsItemMyVoteType0 ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType) IsOpinionComments2OKReplyOpinionsItemMyVoteType0() bool
IsOpinionComments2OKReplyOpinionsItemMyVoteType0 reports whether OpinionComments2OKReplyOpinionsItemMyVoteType is OpinionComments2OKReplyOpinionsItemMyVoteType0.
func (OpinionComments2OKReplyOpinionsItemMyVoteType) MarshalJSON ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKReplyOpinionsItemMyVoteType) SetNull ¶
func (s *OpinionComments2OKReplyOpinionsItemMyVoteType) SetNull(v struct{})
SetNull sets OpinionComments2OKReplyOpinionsItemMyVoteType to struct{}.
func (*OpinionComments2OKReplyOpinionsItemMyVoteType) SetOpinionComments2OKReplyOpinionsItemMyVoteType0 ¶
func (s *OpinionComments2OKReplyOpinionsItemMyVoteType) SetOpinionComments2OKReplyOpinionsItemMyVoteType0(v OpinionComments2OKReplyOpinionsItemMyVoteType0)
SetOpinionComments2OKReplyOpinionsItemMyVoteType0 sets OpinionComments2OKReplyOpinionsItemMyVoteType to OpinionComments2OKReplyOpinionsItemMyVoteType0.
func (*OpinionComments2OKReplyOpinionsItemMyVoteType) UnmarshalJSON ¶
func (s *OpinionComments2OKReplyOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (OpinionComments2OKReplyOpinionsItemMyVoteType) Validate ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType) Validate() error
type OpinionComments2OKReplyOpinionsItemMyVoteType0 ¶
type OpinionComments2OKReplyOpinionsItemMyVoteType0 string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionComments2OKReplyOpinionsItemMyVoteType0Agree OpinionComments2OKReplyOpinionsItemMyVoteType0 = "agree" OpinionComments2OKReplyOpinionsItemMyVoteType0Disagree OpinionComments2OKReplyOpinionsItemMyVoteType0 = "disagree" OpinionComments2OKReplyOpinionsItemMyVoteType0Pass OpinionComments2OKReplyOpinionsItemMyVoteType0 = "pass" )
func (OpinionComments2OKReplyOpinionsItemMyVoteType0) AllValues ¶
func (OpinionComments2OKReplyOpinionsItemMyVoteType0) AllValues() []OpinionComments2OKReplyOpinionsItemMyVoteType0
AllValues returns all OpinionComments2OKReplyOpinionsItemMyVoteType0 values.
func (*OpinionComments2OKReplyOpinionsItemMyVoteType0) Decode ¶
func (s *OpinionComments2OKReplyOpinionsItemMyVoteType0) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKReplyOpinionsItemMyVoteType0 from json.
func (OpinionComments2OKReplyOpinionsItemMyVoteType0) Encode ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType0) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKReplyOpinionsItemMyVoteType0 as json.
func (OpinionComments2OKReplyOpinionsItemMyVoteType0) MarshalJSON ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType0) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionComments2OKReplyOpinionsItemMyVoteType0) MarshalText ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType0) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionComments2OKReplyOpinionsItemMyVoteType0) UnmarshalJSON ¶
func (s *OpinionComments2OKReplyOpinionsItemMyVoteType0) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKReplyOpinionsItemMyVoteType0) UnmarshalText ¶
func (s *OpinionComments2OKReplyOpinionsItemMyVoteType0) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionComments2OKReplyOpinionsItemMyVoteType0) Validate ¶
func (s OpinionComments2OKReplyOpinionsItemMyVoteType0) Validate() error
type OpinionComments2OKReplyOpinionsItemMyVoteTypeType ¶
type OpinionComments2OKReplyOpinionsItemMyVoteTypeType string
OpinionComments2OKReplyOpinionsItemMyVoteTypeType is oneOf type of OpinionComments2OKReplyOpinionsItemMyVoteType.
const ( OpinionComments2OKReplyOpinionsItemMyVoteType0OpinionComments2OKReplyOpinionsItemMyVoteType OpinionComments2OKReplyOpinionsItemMyVoteTypeType = "OpinionComments2OKReplyOpinionsItemMyVoteType0" NullOpinionComments2OKReplyOpinionsItemMyVoteType OpinionComments2OKReplyOpinionsItemMyVoteTypeType = "struct{}" )
Possible values for OpinionComments2OKReplyOpinionsItemMyVoteTypeType.
type OpinionComments2OKReplyOpinionsItemOpinion ¶
type OpinionComments2OKReplyOpinionsItemOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptOpinionComments2OKReplyOpinionsItemOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*OpinionComments2OKReplyOpinionsItemOpinion) Decode ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKReplyOpinionsItemOpinion from json.
func (*OpinionComments2OKReplyOpinionsItemOpinion) Encode ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OKReplyOpinionsItemOpinion) GetContent ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetContent() string
GetContent returns the value of Content.
func (*OpinionComments2OKReplyOpinionsItemOpinion) GetID ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetID() string
GetID returns the value of ID.
func (*OpinionComments2OKReplyOpinionsItemOpinion) GetParentID ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*OpinionComments2OKReplyOpinionsItemOpinion) GetPictureURL ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*OpinionComments2OKReplyOpinionsItemOpinion) GetPostedAt ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*OpinionComments2OKReplyOpinionsItemOpinion) GetReferenceURL ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*OpinionComments2OKReplyOpinionsItemOpinion) GetTitle ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*OpinionComments2OKReplyOpinionsItemOpinion) GetVoteType ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) GetVoteType() OptOpinionComments2OKReplyOpinionsItemOpinionVoteType
GetVoteType returns the value of VoteType.
func (*OpinionComments2OKReplyOpinionsItemOpinion) MarshalJSON ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKReplyOpinionsItemOpinion) SetContent ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*OpinionComments2OKReplyOpinionsItemOpinion) SetID ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetID(val string)
SetID sets the value of ID.
func (*OpinionComments2OKReplyOpinionsItemOpinion) SetParentID ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*OpinionComments2OKReplyOpinionsItemOpinion) SetPictureURL ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*OpinionComments2OKReplyOpinionsItemOpinion) SetPostedAt ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*OpinionComments2OKReplyOpinionsItemOpinion) SetReferenceURL ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*OpinionComments2OKReplyOpinionsItemOpinion) SetTitle ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*OpinionComments2OKReplyOpinionsItemOpinion) SetVoteType ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) SetVoteType(val OptOpinionComments2OKReplyOpinionsItemOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*OpinionComments2OKReplyOpinionsItemOpinion) UnmarshalJSON ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKReplyOpinionsItemOpinion) Validate ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinion) Validate() error
type OpinionComments2OKReplyOpinionsItemOpinionVoteType ¶
type OpinionComments2OKReplyOpinionsItemOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionComments2OKReplyOpinionsItemOpinionVoteTypeAgree OpinionComments2OKReplyOpinionsItemOpinionVoteType = "agree" OpinionComments2OKReplyOpinionsItemOpinionVoteTypeDisagree OpinionComments2OKReplyOpinionsItemOpinionVoteType = "disagree" OpinionComments2OKReplyOpinionsItemOpinionVoteTypePass OpinionComments2OKReplyOpinionsItemOpinionVoteType = "pass" )
func (OpinionComments2OKReplyOpinionsItemOpinionVoteType) AllValues ¶
func (OpinionComments2OKReplyOpinionsItemOpinionVoteType) AllValues() []OpinionComments2OKReplyOpinionsItemOpinionVoteType
AllValues returns all OpinionComments2OKReplyOpinionsItemOpinionVoteType values.
func (*OpinionComments2OKReplyOpinionsItemOpinionVoteType) Decode ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKReplyOpinionsItemOpinionVoteType from json.
func (OpinionComments2OKReplyOpinionsItemOpinionVoteType) Encode ¶
func (s OpinionComments2OKReplyOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKReplyOpinionsItemOpinionVoteType as json.
func (OpinionComments2OKReplyOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OpinionComments2OKReplyOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionComments2OKReplyOpinionsItemOpinionVoteType) MarshalText ¶
func (s OpinionComments2OKReplyOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionComments2OKReplyOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKReplyOpinionsItemOpinionVoteType) UnmarshalText ¶
func (s *OpinionComments2OKReplyOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionComments2OKReplyOpinionsItemOpinionVoteType) Validate ¶
func (s OpinionComments2OKReplyOpinionsItemOpinionVoteType) Validate() error
type OpinionComments2OKReplyOpinionsItemUser ¶
type OpinionComments2OKReplyOpinionsItemUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*OpinionComments2OKReplyOpinionsItemUser) Decode ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKReplyOpinionsItemUser from json.
func (*OpinionComments2OKReplyOpinionsItemUser) Encode ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OKReplyOpinionsItemUser) GetDisplayID ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*OpinionComments2OKReplyOpinionsItemUser) GetDisplayName ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*OpinionComments2OKReplyOpinionsItemUser) GetIconURL ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*OpinionComments2OKReplyOpinionsItemUser) MarshalJSON ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKReplyOpinionsItemUser) SetDisplayID ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*OpinionComments2OKReplyOpinionsItemUser) SetDisplayName ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*OpinionComments2OKReplyOpinionsItemUser) SetIconURL ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*OpinionComments2OKReplyOpinionsItemUser) UnmarshalJSON ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKReplyOpinionsItemUser) Validate ¶
func (s *OpinionComments2OKReplyOpinionsItemUser) Validate() error
type OpinionComments2OKRootOpinion ¶
type OpinionComments2OKRootOpinion struct { // 作成者. User OpinionComments2OKRootOpinionUser `json:"user"` Opinion OpinionComments2OKRootOpinionOpinion `json:"opinion"` }
func (*OpinionComments2OKRootOpinion) Decode ¶
func (s *OpinionComments2OKRootOpinion) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKRootOpinion from json.
func (*OpinionComments2OKRootOpinion) Encode ¶
func (s *OpinionComments2OKRootOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OKRootOpinion) GetOpinion ¶
func (s *OpinionComments2OKRootOpinion) GetOpinion() OpinionComments2OKRootOpinionOpinion
GetOpinion returns the value of Opinion.
func (*OpinionComments2OKRootOpinion) GetUser ¶
func (s *OpinionComments2OKRootOpinion) GetUser() OpinionComments2OKRootOpinionUser
GetUser returns the value of User.
func (*OpinionComments2OKRootOpinion) MarshalJSON ¶
func (s *OpinionComments2OKRootOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKRootOpinion) SetOpinion ¶
func (s *OpinionComments2OKRootOpinion) SetOpinion(val OpinionComments2OKRootOpinionOpinion)
SetOpinion sets the value of Opinion.
func (*OpinionComments2OKRootOpinion) SetUser ¶
func (s *OpinionComments2OKRootOpinion) SetUser(val OpinionComments2OKRootOpinionUser)
SetUser sets the value of User.
func (*OpinionComments2OKRootOpinion) UnmarshalJSON ¶
func (s *OpinionComments2OKRootOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKRootOpinion) Validate ¶
func (s *OpinionComments2OKRootOpinion) Validate() error
type OpinionComments2OKRootOpinionOpinion ¶
type OpinionComments2OKRootOpinionOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptOpinionComments2OKRootOpinionOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*OpinionComments2OKRootOpinionOpinion) Decode ¶
func (s *OpinionComments2OKRootOpinionOpinion) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKRootOpinionOpinion from json.
func (*OpinionComments2OKRootOpinionOpinion) Encode ¶
func (s *OpinionComments2OKRootOpinionOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OKRootOpinionOpinion) GetContent ¶
func (s *OpinionComments2OKRootOpinionOpinion) GetContent() string
GetContent returns the value of Content.
func (*OpinionComments2OKRootOpinionOpinion) GetID ¶
func (s *OpinionComments2OKRootOpinionOpinion) GetID() string
GetID returns the value of ID.
func (*OpinionComments2OKRootOpinionOpinion) GetParentID ¶
func (s *OpinionComments2OKRootOpinionOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*OpinionComments2OKRootOpinionOpinion) GetPictureURL ¶
func (s *OpinionComments2OKRootOpinionOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*OpinionComments2OKRootOpinionOpinion) GetPostedAt ¶
func (s *OpinionComments2OKRootOpinionOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*OpinionComments2OKRootOpinionOpinion) GetReferenceURL ¶
func (s *OpinionComments2OKRootOpinionOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*OpinionComments2OKRootOpinionOpinion) GetTitle ¶
func (s *OpinionComments2OKRootOpinionOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*OpinionComments2OKRootOpinionOpinion) GetVoteType ¶
func (s *OpinionComments2OKRootOpinionOpinion) GetVoteType() OptOpinionComments2OKRootOpinionOpinionVoteType
GetVoteType returns the value of VoteType.
func (*OpinionComments2OKRootOpinionOpinion) MarshalJSON ¶
func (s *OpinionComments2OKRootOpinionOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKRootOpinionOpinion) SetContent ¶
func (s *OpinionComments2OKRootOpinionOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*OpinionComments2OKRootOpinionOpinion) SetID ¶
func (s *OpinionComments2OKRootOpinionOpinion) SetID(val string)
SetID sets the value of ID.
func (*OpinionComments2OKRootOpinionOpinion) SetParentID ¶
func (s *OpinionComments2OKRootOpinionOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*OpinionComments2OKRootOpinionOpinion) SetPictureURL ¶
func (s *OpinionComments2OKRootOpinionOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*OpinionComments2OKRootOpinionOpinion) SetPostedAt ¶
func (s *OpinionComments2OKRootOpinionOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*OpinionComments2OKRootOpinionOpinion) SetReferenceURL ¶
func (s *OpinionComments2OKRootOpinionOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*OpinionComments2OKRootOpinionOpinion) SetTitle ¶
func (s *OpinionComments2OKRootOpinionOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*OpinionComments2OKRootOpinionOpinion) SetVoteType ¶
func (s *OpinionComments2OKRootOpinionOpinion) SetVoteType(val OptOpinionComments2OKRootOpinionOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*OpinionComments2OKRootOpinionOpinion) UnmarshalJSON ¶
func (s *OpinionComments2OKRootOpinionOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKRootOpinionOpinion) Validate ¶
func (s *OpinionComments2OKRootOpinionOpinion) Validate() error
type OpinionComments2OKRootOpinionOpinionVoteType ¶
type OpinionComments2OKRootOpinionOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionComments2OKRootOpinionOpinionVoteTypeAgree OpinionComments2OKRootOpinionOpinionVoteType = "agree" OpinionComments2OKRootOpinionOpinionVoteTypeDisagree OpinionComments2OKRootOpinionOpinionVoteType = "disagree" OpinionComments2OKRootOpinionOpinionVoteTypePass OpinionComments2OKRootOpinionOpinionVoteType = "pass" )
func (OpinionComments2OKRootOpinionOpinionVoteType) AllValues ¶
func (OpinionComments2OKRootOpinionOpinionVoteType) AllValues() []OpinionComments2OKRootOpinionOpinionVoteType
AllValues returns all OpinionComments2OKRootOpinionOpinionVoteType values.
func (*OpinionComments2OKRootOpinionOpinionVoteType) Decode ¶
func (s *OpinionComments2OKRootOpinionOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKRootOpinionOpinionVoteType from json.
func (OpinionComments2OKRootOpinionOpinionVoteType) Encode ¶
func (s OpinionComments2OKRootOpinionOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKRootOpinionOpinionVoteType as json.
func (OpinionComments2OKRootOpinionOpinionVoteType) MarshalJSON ¶
func (s OpinionComments2OKRootOpinionOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionComments2OKRootOpinionOpinionVoteType) MarshalText ¶
func (s OpinionComments2OKRootOpinionOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionComments2OKRootOpinionOpinionVoteType) UnmarshalJSON ¶
func (s *OpinionComments2OKRootOpinionOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKRootOpinionOpinionVoteType) UnmarshalText ¶
func (s *OpinionComments2OKRootOpinionOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionComments2OKRootOpinionOpinionVoteType) Validate ¶
func (s OpinionComments2OKRootOpinionOpinionVoteType) Validate() error
type OpinionComments2OKRootOpinionUser ¶
type OpinionComments2OKRootOpinionUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*OpinionComments2OKRootOpinionUser) Decode ¶
func (s *OpinionComments2OKRootOpinionUser) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKRootOpinionUser from json.
func (*OpinionComments2OKRootOpinionUser) Encode ¶
func (s *OpinionComments2OKRootOpinionUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionComments2OKRootOpinionUser) GetDisplayID ¶
func (s *OpinionComments2OKRootOpinionUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*OpinionComments2OKRootOpinionUser) GetDisplayName ¶
func (s *OpinionComments2OKRootOpinionUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*OpinionComments2OKRootOpinionUser) GetIconURL ¶
func (s *OpinionComments2OKRootOpinionUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*OpinionComments2OKRootOpinionUser) MarshalJSON ¶
func (s *OpinionComments2OKRootOpinionUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionComments2OKRootOpinionUser) SetDisplayID ¶
func (s *OpinionComments2OKRootOpinionUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*OpinionComments2OKRootOpinionUser) SetDisplayName ¶
func (s *OpinionComments2OKRootOpinionUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*OpinionComments2OKRootOpinionUser) SetIconURL ¶
func (s *OpinionComments2OKRootOpinionUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*OpinionComments2OKRootOpinionUser) UnmarshalJSON ¶
func (s *OpinionComments2OKRootOpinionUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionComments2OKRootOpinionUser) Validate ¶
func (s *OpinionComments2OKRootOpinionUser) Validate() error
type OpinionComments2Params ¶
OpinionComments2Params is parameters of opinionComments2 operation.
type OpinionComments2Res ¶
type OpinionComments2Res interface {
// contains filtered or unexported methods
}
type OpinionCommentsBadRequest ¶
func (*OpinionCommentsBadRequest) Decode ¶
func (s *OpinionCommentsBadRequest) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsBadRequest from json.
func (*OpinionCommentsBadRequest) Encode ¶
func (s *OpinionCommentsBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionCommentsBadRequest) GetCode ¶
func (s *OpinionCommentsBadRequest) GetCode() string
GetCode returns the value of Code.
func (*OpinionCommentsBadRequest) GetMessage ¶
func (s *OpinionCommentsBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*OpinionCommentsBadRequest) MarshalJSON ¶
func (s *OpinionCommentsBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionCommentsBadRequest) SetCode ¶
func (s *OpinionCommentsBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*OpinionCommentsBadRequest) SetMessage ¶
func (s *OpinionCommentsBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*OpinionCommentsBadRequest) UnmarshalJSON ¶
func (s *OpinionCommentsBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OpinionCommentsInternalServerError ¶
type OpinionCommentsInternalServerError struct { Code string `json:"code"` Message string `json:"message"` }
func (*OpinionCommentsInternalServerError) Decode ¶
func (s *OpinionCommentsInternalServerError) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsInternalServerError from json.
func (*OpinionCommentsInternalServerError) Encode ¶
func (s *OpinionCommentsInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionCommentsInternalServerError) GetCode ¶
func (s *OpinionCommentsInternalServerError) GetCode() string
GetCode returns the value of Code.
func (*OpinionCommentsInternalServerError) GetMessage ¶
func (s *OpinionCommentsInternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*OpinionCommentsInternalServerError) MarshalJSON ¶
func (s *OpinionCommentsInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionCommentsInternalServerError) SetCode ¶
func (s *OpinionCommentsInternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*OpinionCommentsInternalServerError) SetMessage ¶
func (s *OpinionCommentsInternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*OpinionCommentsInternalServerError) UnmarshalJSON ¶
func (s *OpinionCommentsInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OpinionCommentsOK ¶
type OpinionCommentsOK struct { RootOpinion OpinionCommentsOKRootOpinion `json:"rootOpinion"` Opinions []OpinionCommentsOKOpinionsItem `json:"opinions"` }
func (*OpinionCommentsOK) Decode ¶
func (s *OpinionCommentsOK) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOK from json.
func (*OpinionCommentsOK) Encode ¶
func (s *OpinionCommentsOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionCommentsOK) GetOpinions ¶
func (s *OpinionCommentsOK) GetOpinions() []OpinionCommentsOKOpinionsItem
GetOpinions returns the value of Opinions.
func (*OpinionCommentsOK) GetRootOpinion ¶
func (s *OpinionCommentsOK) GetRootOpinion() OpinionCommentsOKRootOpinion
GetRootOpinion returns the value of RootOpinion.
func (*OpinionCommentsOK) MarshalJSON ¶
func (s *OpinionCommentsOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionCommentsOK) SetOpinions ¶
func (s *OpinionCommentsOK) SetOpinions(val []OpinionCommentsOKOpinionsItem)
SetOpinions sets the value of Opinions.
func (*OpinionCommentsOK) SetRootOpinion ¶
func (s *OpinionCommentsOK) SetRootOpinion(val OpinionCommentsOKRootOpinion)
SetRootOpinion sets the value of RootOpinion.
func (*OpinionCommentsOK) UnmarshalJSON ¶
func (s *OpinionCommentsOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOK) Validate ¶
func (s *OpinionCommentsOK) Validate() error
type OpinionCommentsOKOpinionsItem ¶
type OpinionCommentsOKOpinionsItem struct { Opinion OpinionCommentsOKOpinionsItemOpinion `json:"opinion"` // 作成者. User OpinionCommentsOKOpinionsItemUser `json:"user"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. MyVoteType OptOpinionCommentsOKOpinionsItemMyVoteType `json:"myVoteType"` }
func (*OpinionCommentsOKOpinionsItem) Decode ¶
func (s *OpinionCommentsOKOpinionsItem) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKOpinionsItem from json.
func (*OpinionCommentsOKOpinionsItem) Encode ¶
func (s *OpinionCommentsOKOpinionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionCommentsOKOpinionsItem) GetMyVoteType ¶
func (s *OpinionCommentsOKOpinionsItem) GetMyVoteType() OptOpinionCommentsOKOpinionsItemMyVoteType
GetMyVoteType returns the value of MyVoteType.
func (*OpinionCommentsOKOpinionsItem) GetOpinion ¶
func (s *OpinionCommentsOKOpinionsItem) GetOpinion() OpinionCommentsOKOpinionsItemOpinion
GetOpinion returns the value of Opinion.
func (*OpinionCommentsOKOpinionsItem) GetUser ¶
func (s *OpinionCommentsOKOpinionsItem) GetUser() OpinionCommentsOKOpinionsItemUser
GetUser returns the value of User.
func (*OpinionCommentsOKOpinionsItem) MarshalJSON ¶
func (s *OpinionCommentsOKOpinionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionCommentsOKOpinionsItem) SetMyVoteType ¶
func (s *OpinionCommentsOKOpinionsItem) SetMyVoteType(val OptOpinionCommentsOKOpinionsItemMyVoteType)
SetMyVoteType sets the value of MyVoteType.
func (*OpinionCommentsOKOpinionsItem) SetOpinion ¶
func (s *OpinionCommentsOKOpinionsItem) SetOpinion(val OpinionCommentsOKOpinionsItemOpinion)
SetOpinion sets the value of Opinion.
func (*OpinionCommentsOKOpinionsItem) SetUser ¶
func (s *OpinionCommentsOKOpinionsItem) SetUser(val OpinionCommentsOKOpinionsItemUser)
SetUser sets the value of User.
func (*OpinionCommentsOKOpinionsItem) UnmarshalJSON ¶
func (s *OpinionCommentsOKOpinionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKOpinionsItem) Validate ¶
func (s *OpinionCommentsOKOpinionsItem) Validate() error
type OpinionCommentsOKOpinionsItemMyVoteType ¶
type OpinionCommentsOKOpinionsItemMyVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionCommentsOKOpinionsItemMyVoteTypeAgree OpinionCommentsOKOpinionsItemMyVoteType = "agree" OpinionCommentsOKOpinionsItemMyVoteTypeDisagree OpinionCommentsOKOpinionsItemMyVoteType = "disagree" OpinionCommentsOKOpinionsItemMyVoteTypePass OpinionCommentsOKOpinionsItemMyVoteType = "pass" )
func (OpinionCommentsOKOpinionsItemMyVoteType) AllValues ¶
func (OpinionCommentsOKOpinionsItemMyVoteType) AllValues() []OpinionCommentsOKOpinionsItemMyVoteType
AllValues returns all OpinionCommentsOKOpinionsItemMyVoteType values.
func (*OpinionCommentsOKOpinionsItemMyVoteType) Decode ¶
func (s *OpinionCommentsOKOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKOpinionsItemMyVoteType from json.
func (OpinionCommentsOKOpinionsItemMyVoteType) Encode ¶
func (s OpinionCommentsOKOpinionsItemMyVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionCommentsOKOpinionsItemMyVoteType as json.
func (OpinionCommentsOKOpinionsItemMyVoteType) MarshalJSON ¶
func (s OpinionCommentsOKOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionCommentsOKOpinionsItemMyVoteType) MarshalText ¶
func (s OpinionCommentsOKOpinionsItemMyVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionCommentsOKOpinionsItemMyVoteType) UnmarshalJSON ¶
func (s *OpinionCommentsOKOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKOpinionsItemMyVoteType) UnmarshalText ¶
func (s *OpinionCommentsOKOpinionsItemMyVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionCommentsOKOpinionsItemMyVoteType) Validate ¶
func (s OpinionCommentsOKOpinionsItemMyVoteType) Validate() error
type OpinionCommentsOKOpinionsItemOpinion ¶
type OpinionCommentsOKOpinionsItemOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptOpinionCommentsOKOpinionsItemOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*OpinionCommentsOKOpinionsItemOpinion) Decode ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKOpinionsItemOpinion from json.
func (*OpinionCommentsOKOpinionsItemOpinion) Encode ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionCommentsOKOpinionsItemOpinion) GetContent ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) GetContent() string
GetContent returns the value of Content.
func (*OpinionCommentsOKOpinionsItemOpinion) GetID ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) GetID() string
GetID returns the value of ID.
func (*OpinionCommentsOKOpinionsItemOpinion) GetParentID ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*OpinionCommentsOKOpinionsItemOpinion) GetPictureURL ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*OpinionCommentsOKOpinionsItemOpinion) GetPostedAt ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*OpinionCommentsOKOpinionsItemOpinion) GetReferenceURL ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*OpinionCommentsOKOpinionsItemOpinion) GetTitle ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*OpinionCommentsOKOpinionsItemOpinion) GetVoteType ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) GetVoteType() OptOpinionCommentsOKOpinionsItemOpinionVoteType
GetVoteType returns the value of VoteType.
func (*OpinionCommentsOKOpinionsItemOpinion) MarshalJSON ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionCommentsOKOpinionsItemOpinion) SetContent ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*OpinionCommentsOKOpinionsItemOpinion) SetID ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) SetID(val string)
SetID sets the value of ID.
func (*OpinionCommentsOKOpinionsItemOpinion) SetParentID ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*OpinionCommentsOKOpinionsItemOpinion) SetPictureURL ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*OpinionCommentsOKOpinionsItemOpinion) SetPostedAt ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*OpinionCommentsOKOpinionsItemOpinion) SetReferenceURL ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*OpinionCommentsOKOpinionsItemOpinion) SetTitle ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*OpinionCommentsOKOpinionsItemOpinion) SetVoteType ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) SetVoteType(val OptOpinionCommentsOKOpinionsItemOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*OpinionCommentsOKOpinionsItemOpinion) UnmarshalJSON ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKOpinionsItemOpinion) Validate ¶
func (s *OpinionCommentsOKOpinionsItemOpinion) Validate() error
type OpinionCommentsOKOpinionsItemOpinionVoteType ¶
type OpinionCommentsOKOpinionsItemOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionCommentsOKOpinionsItemOpinionVoteTypeAgree OpinionCommentsOKOpinionsItemOpinionVoteType = "agree" OpinionCommentsOKOpinionsItemOpinionVoteTypeDisagree OpinionCommentsOKOpinionsItemOpinionVoteType = "disagree" OpinionCommentsOKOpinionsItemOpinionVoteTypePass OpinionCommentsOKOpinionsItemOpinionVoteType = "pass" )
func (OpinionCommentsOKOpinionsItemOpinionVoteType) AllValues ¶
func (OpinionCommentsOKOpinionsItemOpinionVoteType) AllValues() []OpinionCommentsOKOpinionsItemOpinionVoteType
AllValues returns all OpinionCommentsOKOpinionsItemOpinionVoteType values.
func (*OpinionCommentsOKOpinionsItemOpinionVoteType) Decode ¶
func (s *OpinionCommentsOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKOpinionsItemOpinionVoteType from json.
func (OpinionCommentsOKOpinionsItemOpinionVoteType) Encode ¶
func (s OpinionCommentsOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionCommentsOKOpinionsItemOpinionVoteType as json.
func (OpinionCommentsOKOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OpinionCommentsOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionCommentsOKOpinionsItemOpinionVoteType) MarshalText ¶
func (s OpinionCommentsOKOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionCommentsOKOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OpinionCommentsOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKOpinionsItemOpinionVoteType) UnmarshalText ¶
func (s *OpinionCommentsOKOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionCommentsOKOpinionsItemOpinionVoteType) Validate ¶
func (s OpinionCommentsOKOpinionsItemOpinionVoteType) Validate() error
type OpinionCommentsOKOpinionsItemUser ¶
type OpinionCommentsOKOpinionsItemUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*OpinionCommentsOKOpinionsItemUser) Decode ¶
func (s *OpinionCommentsOKOpinionsItemUser) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKOpinionsItemUser from json.
func (*OpinionCommentsOKOpinionsItemUser) Encode ¶
func (s *OpinionCommentsOKOpinionsItemUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionCommentsOKOpinionsItemUser) GetDisplayID ¶
func (s *OpinionCommentsOKOpinionsItemUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*OpinionCommentsOKOpinionsItemUser) GetDisplayName ¶
func (s *OpinionCommentsOKOpinionsItemUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*OpinionCommentsOKOpinionsItemUser) GetIconURL ¶
func (s *OpinionCommentsOKOpinionsItemUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*OpinionCommentsOKOpinionsItemUser) MarshalJSON ¶
func (s *OpinionCommentsOKOpinionsItemUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionCommentsOKOpinionsItemUser) SetDisplayID ¶
func (s *OpinionCommentsOKOpinionsItemUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*OpinionCommentsOKOpinionsItemUser) SetDisplayName ¶
func (s *OpinionCommentsOKOpinionsItemUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*OpinionCommentsOKOpinionsItemUser) SetIconURL ¶
func (s *OpinionCommentsOKOpinionsItemUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*OpinionCommentsOKOpinionsItemUser) UnmarshalJSON ¶
func (s *OpinionCommentsOKOpinionsItemUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKOpinionsItemUser) Validate ¶
func (s *OpinionCommentsOKOpinionsItemUser) Validate() error
type OpinionCommentsOKRootOpinion ¶
type OpinionCommentsOKRootOpinion struct { // 作成者. User OpinionCommentsOKRootOpinionUser `json:"user"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. MyVoteType OptOpinionCommentsOKRootOpinionMyVoteType `json:"myVoteType"` Opinion OpinionCommentsOKRootOpinionOpinion `json:"opinion"` }
func (*OpinionCommentsOKRootOpinion) Decode ¶
func (s *OpinionCommentsOKRootOpinion) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKRootOpinion from json.
func (*OpinionCommentsOKRootOpinion) Encode ¶
func (s *OpinionCommentsOKRootOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionCommentsOKRootOpinion) GetMyVoteType ¶
func (s *OpinionCommentsOKRootOpinion) GetMyVoteType() OptOpinionCommentsOKRootOpinionMyVoteType
GetMyVoteType returns the value of MyVoteType.
func (*OpinionCommentsOKRootOpinion) GetOpinion ¶
func (s *OpinionCommentsOKRootOpinion) GetOpinion() OpinionCommentsOKRootOpinionOpinion
GetOpinion returns the value of Opinion.
func (*OpinionCommentsOKRootOpinion) GetUser ¶
func (s *OpinionCommentsOKRootOpinion) GetUser() OpinionCommentsOKRootOpinionUser
GetUser returns the value of User.
func (*OpinionCommentsOKRootOpinion) MarshalJSON ¶
func (s *OpinionCommentsOKRootOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionCommentsOKRootOpinion) SetMyVoteType ¶
func (s *OpinionCommentsOKRootOpinion) SetMyVoteType(val OptOpinionCommentsOKRootOpinionMyVoteType)
SetMyVoteType sets the value of MyVoteType.
func (*OpinionCommentsOKRootOpinion) SetOpinion ¶
func (s *OpinionCommentsOKRootOpinion) SetOpinion(val OpinionCommentsOKRootOpinionOpinion)
SetOpinion sets the value of Opinion.
func (*OpinionCommentsOKRootOpinion) SetUser ¶
func (s *OpinionCommentsOKRootOpinion) SetUser(val OpinionCommentsOKRootOpinionUser)
SetUser sets the value of User.
func (*OpinionCommentsOKRootOpinion) UnmarshalJSON ¶
func (s *OpinionCommentsOKRootOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKRootOpinion) Validate ¶
func (s *OpinionCommentsOKRootOpinion) Validate() error
type OpinionCommentsOKRootOpinionMyVoteType ¶
type OpinionCommentsOKRootOpinionMyVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionCommentsOKRootOpinionMyVoteTypeAgree OpinionCommentsOKRootOpinionMyVoteType = "agree" OpinionCommentsOKRootOpinionMyVoteTypeDisagree OpinionCommentsOKRootOpinionMyVoteType = "disagree" OpinionCommentsOKRootOpinionMyVoteTypePass OpinionCommentsOKRootOpinionMyVoteType = "pass" )
func (OpinionCommentsOKRootOpinionMyVoteType) AllValues ¶
func (OpinionCommentsOKRootOpinionMyVoteType) AllValues() []OpinionCommentsOKRootOpinionMyVoteType
AllValues returns all OpinionCommentsOKRootOpinionMyVoteType values.
func (*OpinionCommentsOKRootOpinionMyVoteType) Decode ¶
func (s *OpinionCommentsOKRootOpinionMyVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKRootOpinionMyVoteType from json.
func (OpinionCommentsOKRootOpinionMyVoteType) Encode ¶
func (s OpinionCommentsOKRootOpinionMyVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionCommentsOKRootOpinionMyVoteType as json.
func (OpinionCommentsOKRootOpinionMyVoteType) MarshalJSON ¶
func (s OpinionCommentsOKRootOpinionMyVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionCommentsOKRootOpinionMyVoteType) MarshalText ¶
func (s OpinionCommentsOKRootOpinionMyVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionCommentsOKRootOpinionMyVoteType) UnmarshalJSON ¶
func (s *OpinionCommentsOKRootOpinionMyVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKRootOpinionMyVoteType) UnmarshalText ¶
func (s *OpinionCommentsOKRootOpinionMyVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionCommentsOKRootOpinionMyVoteType) Validate ¶
func (s OpinionCommentsOKRootOpinionMyVoteType) Validate() error
type OpinionCommentsOKRootOpinionOpinion ¶
type OpinionCommentsOKRootOpinionOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptOpinionCommentsOKRootOpinionOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*OpinionCommentsOKRootOpinionOpinion) Decode ¶
func (s *OpinionCommentsOKRootOpinionOpinion) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKRootOpinionOpinion from json.
func (*OpinionCommentsOKRootOpinionOpinion) Encode ¶
func (s *OpinionCommentsOKRootOpinionOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionCommentsOKRootOpinionOpinion) GetContent ¶
func (s *OpinionCommentsOKRootOpinionOpinion) GetContent() string
GetContent returns the value of Content.
func (*OpinionCommentsOKRootOpinionOpinion) GetID ¶
func (s *OpinionCommentsOKRootOpinionOpinion) GetID() string
GetID returns the value of ID.
func (*OpinionCommentsOKRootOpinionOpinion) GetParentID ¶
func (s *OpinionCommentsOKRootOpinionOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*OpinionCommentsOKRootOpinionOpinion) GetPictureURL ¶
func (s *OpinionCommentsOKRootOpinionOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*OpinionCommentsOKRootOpinionOpinion) GetPostedAt ¶
func (s *OpinionCommentsOKRootOpinionOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*OpinionCommentsOKRootOpinionOpinion) GetReferenceURL ¶
func (s *OpinionCommentsOKRootOpinionOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*OpinionCommentsOKRootOpinionOpinion) GetTitle ¶
func (s *OpinionCommentsOKRootOpinionOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*OpinionCommentsOKRootOpinionOpinion) GetVoteType ¶
func (s *OpinionCommentsOKRootOpinionOpinion) GetVoteType() OptOpinionCommentsOKRootOpinionOpinionVoteType
GetVoteType returns the value of VoteType.
func (*OpinionCommentsOKRootOpinionOpinion) MarshalJSON ¶
func (s *OpinionCommentsOKRootOpinionOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionCommentsOKRootOpinionOpinion) SetContent ¶
func (s *OpinionCommentsOKRootOpinionOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*OpinionCommentsOKRootOpinionOpinion) SetID ¶
func (s *OpinionCommentsOKRootOpinionOpinion) SetID(val string)
SetID sets the value of ID.
func (*OpinionCommentsOKRootOpinionOpinion) SetParentID ¶
func (s *OpinionCommentsOKRootOpinionOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*OpinionCommentsOKRootOpinionOpinion) SetPictureURL ¶
func (s *OpinionCommentsOKRootOpinionOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*OpinionCommentsOKRootOpinionOpinion) SetPostedAt ¶
func (s *OpinionCommentsOKRootOpinionOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*OpinionCommentsOKRootOpinionOpinion) SetReferenceURL ¶
func (s *OpinionCommentsOKRootOpinionOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*OpinionCommentsOKRootOpinionOpinion) SetTitle ¶
func (s *OpinionCommentsOKRootOpinionOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*OpinionCommentsOKRootOpinionOpinion) SetVoteType ¶
func (s *OpinionCommentsOKRootOpinionOpinion) SetVoteType(val OptOpinionCommentsOKRootOpinionOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*OpinionCommentsOKRootOpinionOpinion) UnmarshalJSON ¶
func (s *OpinionCommentsOKRootOpinionOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKRootOpinionOpinion) Validate ¶
func (s *OpinionCommentsOKRootOpinionOpinion) Validate() error
type OpinionCommentsOKRootOpinionOpinionVoteType ¶
type OpinionCommentsOKRootOpinionOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionCommentsOKRootOpinionOpinionVoteTypeAgree OpinionCommentsOKRootOpinionOpinionVoteType = "agree" OpinionCommentsOKRootOpinionOpinionVoteTypeDisagree OpinionCommentsOKRootOpinionOpinionVoteType = "disagree" OpinionCommentsOKRootOpinionOpinionVoteTypePass OpinionCommentsOKRootOpinionOpinionVoteType = "pass" )
func (OpinionCommentsOKRootOpinionOpinionVoteType) AllValues ¶
func (OpinionCommentsOKRootOpinionOpinionVoteType) AllValues() []OpinionCommentsOKRootOpinionOpinionVoteType
AllValues returns all OpinionCommentsOKRootOpinionOpinionVoteType values.
func (*OpinionCommentsOKRootOpinionOpinionVoteType) Decode ¶
func (s *OpinionCommentsOKRootOpinionOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKRootOpinionOpinionVoteType from json.
func (OpinionCommentsOKRootOpinionOpinionVoteType) Encode ¶
func (s OpinionCommentsOKRootOpinionOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionCommentsOKRootOpinionOpinionVoteType as json.
func (OpinionCommentsOKRootOpinionOpinionVoteType) MarshalJSON ¶
func (s OpinionCommentsOKRootOpinionOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionCommentsOKRootOpinionOpinionVoteType) MarshalText ¶
func (s OpinionCommentsOKRootOpinionOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionCommentsOKRootOpinionOpinionVoteType) UnmarshalJSON ¶
func (s *OpinionCommentsOKRootOpinionOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKRootOpinionOpinionVoteType) UnmarshalText ¶
func (s *OpinionCommentsOKRootOpinionOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionCommentsOKRootOpinionOpinionVoteType) Validate ¶
func (s OpinionCommentsOKRootOpinionOpinionVoteType) Validate() error
type OpinionCommentsOKRootOpinionUser ¶
type OpinionCommentsOKRootOpinionUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*OpinionCommentsOKRootOpinionUser) Decode ¶
func (s *OpinionCommentsOKRootOpinionUser) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKRootOpinionUser from json.
func (*OpinionCommentsOKRootOpinionUser) Encode ¶
func (s *OpinionCommentsOKRootOpinionUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionCommentsOKRootOpinionUser) GetDisplayID ¶
func (s *OpinionCommentsOKRootOpinionUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*OpinionCommentsOKRootOpinionUser) GetDisplayName ¶
func (s *OpinionCommentsOKRootOpinionUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*OpinionCommentsOKRootOpinionUser) GetIconURL ¶
func (s *OpinionCommentsOKRootOpinionUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*OpinionCommentsOKRootOpinionUser) MarshalJSON ¶
func (s *OpinionCommentsOKRootOpinionUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionCommentsOKRootOpinionUser) SetDisplayID ¶
func (s *OpinionCommentsOKRootOpinionUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*OpinionCommentsOKRootOpinionUser) SetDisplayName ¶
func (s *OpinionCommentsOKRootOpinionUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*OpinionCommentsOKRootOpinionUser) SetIconURL ¶
func (s *OpinionCommentsOKRootOpinionUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*OpinionCommentsOKRootOpinionUser) UnmarshalJSON ¶
func (s *OpinionCommentsOKRootOpinionUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionCommentsOKRootOpinionUser) Validate ¶
func (s *OpinionCommentsOKRootOpinionUser) Validate() error
type OpinionCommentsParams ¶
OpinionCommentsParams is parameters of opinionComments operation.
type OpinionCommentsRes ¶
type OpinionCommentsRes interface {
// contains filtered or unexported methods
}
type OpinionHandler ¶
type OpinionHandler interface { // GetOpinionDetail implements getOpinionDetail operation. // // 意見の詳細. // // GET /talksessions/{talkSessionID}/opinions/{opinionID} GetOpinionDetail(ctx context.Context, params GetOpinionDetailParams) (GetOpinionDetailRes, error) // GetOpinionsForTalkSession implements getOpinionsForTalkSession operation. // // セッションに対する意見一覧. // // GET /talksessions/{talkSessionID}/opinions GetOpinionsForTalkSession(ctx context.Context, params GetOpinionsForTalkSessionParams) (GetOpinionsForTalkSessionRes, error) // OpinionComments implements opinionComments operation. // // 意見に対するリプライ意見一覧. // // GET /talksessions/{talkSessionID}/opinions/{opinionID}/replies OpinionComments(ctx context.Context, params OpinionCommentsParams) (OpinionCommentsRes, error) // OpinionComments2 implements opinionComments2 operation. // // 意見に対するリプライ意見一覧 Copy. // // GET /talksessions/{talkSessionID}/opinions/{opinionID}/replies2 OpinionComments2(ctx context.Context, params OpinionComments2Params) (OpinionComments2Res, error) // PostOpinionPost implements postOpinionPost operation. // // ParentOpinionIDがなければルートの意見として投稿される. // // POST /talksessions/{talkSessionID}/opinions PostOpinionPost(ctx context.Context, req OptPostOpinionPostReq, params PostOpinionPostParams) (PostOpinionPostRes, error) // SwipeOpinions implements swipe_opinions operation. // // セッションの中からまだ投票していない意見をランダムに取得する. // // GET /talksessions/{talkSessionID}/swipe_opinions SwipeOpinions(ctx context.Context, params SwipeOpinionsParams) (SwipeOpinionsRes, error) }
OpinionHandler handles operations described by OpenAPI v3 specification.
x-ogen-operation-group: Opinion
type OpinionsHistoryBadRequest ¶
type OpinionsHistoryBadRequest struct{}
func (*OpinionsHistoryBadRequest) Decode ¶
func (s *OpinionsHistoryBadRequest) Decode(d *jx.Decoder) error
Decode decodes OpinionsHistoryBadRequest from json.
func (*OpinionsHistoryBadRequest) Encode ¶
func (s *OpinionsHistoryBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionsHistoryBadRequest) MarshalJSON ¶
func (s *OpinionsHistoryBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionsHistoryBadRequest) UnmarshalJSON ¶
func (s *OpinionsHistoryBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OpinionsHistoryInternalServerError ¶
type OpinionsHistoryInternalServerError struct{}
func (*OpinionsHistoryInternalServerError) Decode ¶
func (s *OpinionsHistoryInternalServerError) Decode(d *jx.Decoder) error
Decode decodes OpinionsHistoryInternalServerError from json.
func (*OpinionsHistoryInternalServerError) Encode ¶
func (s *OpinionsHistoryInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionsHistoryInternalServerError) MarshalJSON ¶
func (s *OpinionsHistoryInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionsHistoryInternalServerError) UnmarshalJSON ¶
func (s *OpinionsHistoryInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OpinionsHistoryOK ¶
type OpinionsHistoryOK struct { Opinions []OpinionsHistoryOKOpinionsItem `json:"opinions"` Pagination OpinionsHistoryOKPagination `json:"pagination"` }
func (*OpinionsHistoryOK) Decode ¶
func (s *OpinionsHistoryOK) Decode(d *jx.Decoder) error
Decode decodes OpinionsHistoryOK from json.
func (*OpinionsHistoryOK) Encode ¶
func (s *OpinionsHistoryOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionsHistoryOK) GetOpinions ¶
func (s *OpinionsHistoryOK) GetOpinions() []OpinionsHistoryOKOpinionsItem
GetOpinions returns the value of Opinions.
func (*OpinionsHistoryOK) GetPagination ¶
func (s *OpinionsHistoryOK) GetPagination() OpinionsHistoryOKPagination
GetPagination returns the value of Pagination.
func (*OpinionsHistoryOK) MarshalJSON ¶
func (s *OpinionsHistoryOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionsHistoryOK) SetOpinions ¶
func (s *OpinionsHistoryOK) SetOpinions(val []OpinionsHistoryOKOpinionsItem)
SetOpinions sets the value of Opinions.
func (*OpinionsHistoryOK) SetPagination ¶
func (s *OpinionsHistoryOK) SetPagination(val OpinionsHistoryOKPagination)
SetPagination sets the value of Pagination.
func (*OpinionsHistoryOK) UnmarshalJSON ¶
func (s *OpinionsHistoryOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionsHistoryOK) Validate ¶
func (s *OpinionsHistoryOK) Validate() error
type OpinionsHistoryOKOpinionsItem ¶
type OpinionsHistoryOKOpinionsItem struct { // 作成者. User OpinionsHistoryOKOpinionsItemUser `json:"user"` Opinion OpinionsHistoryOKOpinionsItemOpinion `json:"opinion"` ReplyCount int `json:"replyCount"` }
func (*OpinionsHistoryOKOpinionsItem) Decode ¶
func (s *OpinionsHistoryOKOpinionsItem) Decode(d *jx.Decoder) error
Decode decodes OpinionsHistoryOKOpinionsItem from json.
func (*OpinionsHistoryOKOpinionsItem) Encode ¶
func (s *OpinionsHistoryOKOpinionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionsHistoryOKOpinionsItem) GetOpinion ¶
func (s *OpinionsHistoryOKOpinionsItem) GetOpinion() OpinionsHistoryOKOpinionsItemOpinion
GetOpinion returns the value of Opinion.
func (*OpinionsHistoryOKOpinionsItem) GetReplyCount ¶
func (s *OpinionsHistoryOKOpinionsItem) GetReplyCount() int
GetReplyCount returns the value of ReplyCount.
func (*OpinionsHistoryOKOpinionsItem) GetUser ¶
func (s *OpinionsHistoryOKOpinionsItem) GetUser() OpinionsHistoryOKOpinionsItemUser
GetUser returns the value of User.
func (*OpinionsHistoryOKOpinionsItem) MarshalJSON ¶
func (s *OpinionsHistoryOKOpinionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionsHistoryOKOpinionsItem) SetOpinion ¶
func (s *OpinionsHistoryOKOpinionsItem) SetOpinion(val OpinionsHistoryOKOpinionsItemOpinion)
SetOpinion sets the value of Opinion.
func (*OpinionsHistoryOKOpinionsItem) SetReplyCount ¶
func (s *OpinionsHistoryOKOpinionsItem) SetReplyCount(val int)
SetReplyCount sets the value of ReplyCount.
func (*OpinionsHistoryOKOpinionsItem) SetUser ¶
func (s *OpinionsHistoryOKOpinionsItem) SetUser(val OpinionsHistoryOKOpinionsItemUser)
SetUser sets the value of User.
func (*OpinionsHistoryOKOpinionsItem) UnmarshalJSON ¶
func (s *OpinionsHistoryOKOpinionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionsHistoryOKOpinionsItem) Validate ¶
func (s *OpinionsHistoryOKOpinionsItem) Validate() error
type OpinionsHistoryOKOpinionsItemOpinion ¶
type OpinionsHistoryOKOpinionsItemOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptOpinionsHistoryOKOpinionsItemOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*OpinionsHistoryOKOpinionsItemOpinion) Decode ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) Decode(d *jx.Decoder) error
Decode decodes OpinionsHistoryOKOpinionsItemOpinion from json.
func (*OpinionsHistoryOKOpinionsItemOpinion) Encode ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionsHistoryOKOpinionsItemOpinion) GetContent ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) GetContent() string
GetContent returns the value of Content.
func (*OpinionsHistoryOKOpinionsItemOpinion) GetID ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) GetID() string
GetID returns the value of ID.
func (*OpinionsHistoryOKOpinionsItemOpinion) GetParentID ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*OpinionsHistoryOKOpinionsItemOpinion) GetPictureURL ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*OpinionsHistoryOKOpinionsItemOpinion) GetPostedAt ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*OpinionsHistoryOKOpinionsItemOpinion) GetReferenceURL ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*OpinionsHistoryOKOpinionsItemOpinion) GetTitle ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*OpinionsHistoryOKOpinionsItemOpinion) GetVoteType ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) GetVoteType() OptOpinionsHistoryOKOpinionsItemOpinionVoteType
GetVoteType returns the value of VoteType.
func (*OpinionsHistoryOKOpinionsItemOpinion) MarshalJSON ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionsHistoryOKOpinionsItemOpinion) SetContent ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*OpinionsHistoryOKOpinionsItemOpinion) SetID ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) SetID(val string)
SetID sets the value of ID.
func (*OpinionsHistoryOKOpinionsItemOpinion) SetParentID ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*OpinionsHistoryOKOpinionsItemOpinion) SetPictureURL ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*OpinionsHistoryOKOpinionsItemOpinion) SetPostedAt ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*OpinionsHistoryOKOpinionsItemOpinion) SetReferenceURL ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*OpinionsHistoryOKOpinionsItemOpinion) SetTitle ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*OpinionsHistoryOKOpinionsItemOpinion) SetVoteType ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) SetVoteType(val OptOpinionsHistoryOKOpinionsItemOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*OpinionsHistoryOKOpinionsItemOpinion) UnmarshalJSON ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionsHistoryOKOpinionsItemOpinion) Validate ¶
func (s *OpinionsHistoryOKOpinionsItemOpinion) Validate() error
type OpinionsHistoryOKOpinionsItemOpinionVoteType ¶
type OpinionsHistoryOKOpinionsItemOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( OpinionsHistoryOKOpinionsItemOpinionVoteTypeAgree OpinionsHistoryOKOpinionsItemOpinionVoteType = "agree" OpinionsHistoryOKOpinionsItemOpinionVoteTypeDisagree OpinionsHistoryOKOpinionsItemOpinionVoteType = "disagree" OpinionsHistoryOKOpinionsItemOpinionVoteTypePass OpinionsHistoryOKOpinionsItemOpinionVoteType = "pass" )
func (OpinionsHistoryOKOpinionsItemOpinionVoteType) AllValues ¶
func (OpinionsHistoryOKOpinionsItemOpinionVoteType) AllValues() []OpinionsHistoryOKOpinionsItemOpinionVoteType
AllValues returns all OpinionsHistoryOKOpinionsItemOpinionVoteType values.
func (*OpinionsHistoryOKOpinionsItemOpinionVoteType) Decode ¶
func (s *OpinionsHistoryOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionsHistoryOKOpinionsItemOpinionVoteType from json.
func (OpinionsHistoryOKOpinionsItemOpinionVoteType) Encode ¶
func (s OpinionsHistoryOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionsHistoryOKOpinionsItemOpinionVoteType as json.
func (OpinionsHistoryOKOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OpinionsHistoryOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OpinionsHistoryOKOpinionsItemOpinionVoteType) MarshalText ¶
func (s OpinionsHistoryOKOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionsHistoryOKOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OpinionsHistoryOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionsHistoryOKOpinionsItemOpinionVoteType) UnmarshalText ¶
func (s *OpinionsHistoryOKOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionsHistoryOKOpinionsItemOpinionVoteType) Validate ¶
func (s OpinionsHistoryOKOpinionsItemOpinionVoteType) Validate() error
type OpinionsHistoryOKOpinionsItemUser ¶
type OpinionsHistoryOKOpinionsItemUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*OpinionsHistoryOKOpinionsItemUser) Decode ¶
func (s *OpinionsHistoryOKOpinionsItemUser) Decode(d *jx.Decoder) error
Decode decodes OpinionsHistoryOKOpinionsItemUser from json.
func (*OpinionsHistoryOKOpinionsItemUser) Encode ¶
func (s *OpinionsHistoryOKOpinionsItemUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionsHistoryOKOpinionsItemUser) GetDisplayID ¶
func (s *OpinionsHistoryOKOpinionsItemUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*OpinionsHistoryOKOpinionsItemUser) GetDisplayName ¶
func (s *OpinionsHistoryOKOpinionsItemUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*OpinionsHistoryOKOpinionsItemUser) GetIconURL ¶
func (s *OpinionsHistoryOKOpinionsItemUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*OpinionsHistoryOKOpinionsItemUser) MarshalJSON ¶
func (s *OpinionsHistoryOKOpinionsItemUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionsHistoryOKOpinionsItemUser) SetDisplayID ¶
func (s *OpinionsHistoryOKOpinionsItemUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*OpinionsHistoryOKOpinionsItemUser) SetDisplayName ¶
func (s *OpinionsHistoryOKOpinionsItemUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*OpinionsHistoryOKOpinionsItemUser) SetIconURL ¶
func (s *OpinionsHistoryOKOpinionsItemUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*OpinionsHistoryOKOpinionsItemUser) UnmarshalJSON ¶
func (s *OpinionsHistoryOKOpinionsItemUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*OpinionsHistoryOKOpinionsItemUser) Validate ¶
func (s *OpinionsHistoryOKOpinionsItemUser) Validate() error
type OpinionsHistoryOKPagination ¶
type OpinionsHistoryOKPagination struct {
TotalCount int `json:"totalCount"`
}
func (*OpinionsHistoryOKPagination) Decode ¶
func (s *OpinionsHistoryOKPagination) Decode(d *jx.Decoder) error
Decode decodes OpinionsHistoryOKPagination from json.
func (*OpinionsHistoryOKPagination) Encode ¶
func (s *OpinionsHistoryOKPagination) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*OpinionsHistoryOKPagination) GetTotalCount ¶
func (s *OpinionsHistoryOKPagination) GetTotalCount() int
GetTotalCount returns the value of TotalCount.
func (*OpinionsHistoryOKPagination) MarshalJSON ¶
func (s *OpinionsHistoryOKPagination) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OpinionsHistoryOKPagination) SetTotalCount ¶
func (s *OpinionsHistoryOKPagination) SetTotalCount(val int)
SetTotalCount sets the value of TotalCount.
func (*OpinionsHistoryOKPagination) UnmarshalJSON ¶
func (s *OpinionsHistoryOKPagination) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OpinionsHistoryParams ¶
type OpinionsHistoryParams struct { // ソートきー. Sort OptNilOpinionsHistorySort Limit OptInt Offset OptInt }
OpinionsHistoryParams is parameters of opinionsHistory operation.
type OpinionsHistoryRes ¶
type OpinionsHistoryRes interface {
// contains filtered or unexported methods
}
type OpinionsHistorySort ¶
type OpinionsHistorySort string
const ( OpinionsHistorySortLatest OpinionsHistorySort = "latest" OpinionsHistorySortMostReply OpinionsHistorySort = "mostReply" OpinionsHistorySortOldest OpinionsHistorySort = "oldest" )
func (OpinionsHistorySort) AllValues ¶
func (OpinionsHistorySort) AllValues() []OpinionsHistorySort
AllValues returns all OpinionsHistorySort values.
func (OpinionsHistorySort) MarshalText ¶
func (s OpinionsHistorySort) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*OpinionsHistorySort) UnmarshalText ¶
func (s *OpinionsHistorySort) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (OpinionsHistorySort) Validate ¶
func (s OpinionsHistorySort) Validate() error
type OptBool ¶
OptBool is optional bool.
func NewOptBool ¶
NewOptBool returns new OptBool with value set to v.
func (OptBool) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptBool) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptCreateTalkSessionOKLocation ¶
type OptCreateTalkSessionOKLocation struct { Value CreateTalkSessionOKLocation Set bool }
OptCreateTalkSessionOKLocation is optional CreateTalkSessionOKLocation.
func NewOptCreateTalkSessionOKLocation ¶
func NewOptCreateTalkSessionOKLocation(v CreateTalkSessionOKLocation) OptCreateTalkSessionOKLocation
NewOptCreateTalkSessionOKLocation returns new OptCreateTalkSessionOKLocation with value set to v.
func (*OptCreateTalkSessionOKLocation) Decode ¶
func (o *OptCreateTalkSessionOKLocation) Decode(d *jx.Decoder) error
Decode decodes CreateTalkSessionOKLocation from json.
func (OptCreateTalkSessionOKLocation) Encode ¶
func (o OptCreateTalkSessionOKLocation) Encode(e *jx.Encoder)
Encode encodes CreateTalkSessionOKLocation as json.
func (OptCreateTalkSessionOKLocation) Get ¶
func (o OptCreateTalkSessionOKLocation) Get() (v CreateTalkSessionOKLocation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptCreateTalkSessionOKLocation) IsSet ¶
func (o OptCreateTalkSessionOKLocation) IsSet() bool
IsSet returns true if OptCreateTalkSessionOKLocation was set.
func (OptCreateTalkSessionOKLocation) MarshalJSON ¶
func (s OptCreateTalkSessionOKLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptCreateTalkSessionOKLocation) Or ¶
func (o OptCreateTalkSessionOKLocation) Or(d CreateTalkSessionOKLocation) CreateTalkSessionOKLocation
Or returns value if set, or given parameter if does not.
func (*OptCreateTalkSessionOKLocation) Reset ¶
func (o *OptCreateTalkSessionOKLocation) Reset()
Reset unsets value.
func (*OptCreateTalkSessionOKLocation) SetTo ¶
func (o *OptCreateTalkSessionOKLocation) SetTo(v CreateTalkSessionOKLocation)
SetTo sets value to v.
func (*OptCreateTalkSessionOKLocation) UnmarshalJSON ¶
func (s *OptCreateTalkSessionOKLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptCreateTalkSessionReq ¶
type OptCreateTalkSessionReq struct { Value CreateTalkSessionReq Set bool }
OptCreateTalkSessionReq is optional CreateTalkSessionReq.
func NewOptCreateTalkSessionReq ¶
func NewOptCreateTalkSessionReq(v CreateTalkSessionReq) OptCreateTalkSessionReq
NewOptCreateTalkSessionReq returns new OptCreateTalkSessionReq with value set to v.
func (OptCreateTalkSessionReq) Get ¶
func (o OptCreateTalkSessionReq) Get() (v CreateTalkSessionReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptCreateTalkSessionReq) IsSet ¶
func (o OptCreateTalkSessionReq) IsSet() bool
IsSet returns true if OptCreateTalkSessionReq was set.
func (OptCreateTalkSessionReq) Or ¶
func (o OptCreateTalkSessionReq) Or(d CreateTalkSessionReq) CreateTalkSessionReq
Or returns value if set, or given parameter if does not.
func (*OptCreateTalkSessionReq) Reset ¶
func (o *OptCreateTalkSessionReq) Reset()
Reset unsets value.
func (*OptCreateTalkSessionReq) SetTo ¶
func (o *OptCreateTalkSessionReq) SetTo(v CreateTalkSessionReq)
SetTo sets value to v.
type OptEditTalkSessionOKLocation ¶
type OptEditTalkSessionOKLocation struct { Value EditTalkSessionOKLocation Set bool }
OptEditTalkSessionOKLocation is optional EditTalkSessionOKLocation.
func NewOptEditTalkSessionOKLocation ¶
func NewOptEditTalkSessionOKLocation(v EditTalkSessionOKLocation) OptEditTalkSessionOKLocation
NewOptEditTalkSessionOKLocation returns new OptEditTalkSessionOKLocation with value set to v.
func (*OptEditTalkSessionOKLocation) Decode ¶
func (o *OptEditTalkSessionOKLocation) Decode(d *jx.Decoder) error
Decode decodes EditTalkSessionOKLocation from json.
func (OptEditTalkSessionOKLocation) Encode ¶
func (o OptEditTalkSessionOKLocation) Encode(e *jx.Encoder)
Encode encodes EditTalkSessionOKLocation as json.
func (OptEditTalkSessionOKLocation) Get ¶
func (o OptEditTalkSessionOKLocation) Get() (v EditTalkSessionOKLocation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptEditTalkSessionOKLocation) IsSet ¶
func (o OptEditTalkSessionOKLocation) IsSet() bool
IsSet returns true if OptEditTalkSessionOKLocation was set.
func (OptEditTalkSessionOKLocation) MarshalJSON ¶
func (s OptEditTalkSessionOKLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*OptEditTalkSessionOKLocation) Reset ¶
func (o *OptEditTalkSessionOKLocation) Reset()
Reset unsets value.
func (*OptEditTalkSessionOKLocation) SetTo ¶
func (o *OptEditTalkSessionOKLocation) SetTo(v EditTalkSessionOKLocation)
SetTo sets value to v.
func (*OptEditTalkSessionOKLocation) UnmarshalJSON ¶
func (s *OptEditTalkSessionOKLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptEditTalkSessionReq ¶
type OptEditTalkSessionReq struct { Value EditTalkSessionReq Set bool }
OptEditTalkSessionReq is optional EditTalkSessionReq.
func NewOptEditTalkSessionReq ¶
func NewOptEditTalkSessionReq(v EditTalkSessionReq) OptEditTalkSessionReq
NewOptEditTalkSessionReq returns new OptEditTalkSessionReq with value set to v.
func (OptEditTalkSessionReq) Get ¶
func (o OptEditTalkSessionReq) Get() (v EditTalkSessionReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptEditTalkSessionReq) IsSet ¶
func (o OptEditTalkSessionReq) IsSet() bool
IsSet returns true if OptEditTalkSessionReq was set.
func (OptEditTalkSessionReq) Or ¶
func (o OptEditTalkSessionReq) Or(d EditTalkSessionReq) EditTalkSessionReq
Or returns value if set, or given parameter if does not.
func (*OptEditTalkSessionReq) SetTo ¶
func (o *OptEditTalkSessionReq) SetTo(v EditTalkSessionReq)
SetTo sets value to v.
type OptEditTimeLineReq ¶
type OptEditTimeLineReq struct { Value EditTimeLineReq Set bool }
OptEditTimeLineReq is optional EditTimeLineReq.
func NewOptEditTimeLineReq ¶
func NewOptEditTimeLineReq(v EditTimeLineReq) OptEditTimeLineReq
NewOptEditTimeLineReq returns new OptEditTimeLineReq with value set to v.
func (OptEditTimeLineReq) Get ¶
func (o OptEditTimeLineReq) Get() (v EditTimeLineReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptEditTimeLineReq) IsSet ¶
func (o OptEditTimeLineReq) IsSet() bool
IsSet returns true if OptEditTimeLineReq was set.
func (OptEditTimeLineReq) Or ¶
func (o OptEditTimeLineReq) Or(d EditTimeLineReq) EditTimeLineReq
Or returns value if set, or given parameter if does not.
func (*OptEditTimeLineReq) SetTo ¶
func (o *OptEditTimeLineReq) SetTo(v EditTimeLineReq)
SetTo sets value to v.
type OptEditUserProfileReq ¶
type OptEditUserProfileReq struct { Value EditUserProfileReq Set bool }
OptEditUserProfileReq is optional EditUserProfileReq.
func NewOptEditUserProfileReq ¶
func NewOptEditUserProfileReq(v EditUserProfileReq) OptEditUserProfileReq
NewOptEditUserProfileReq returns new OptEditUserProfileReq with value set to v.
func (OptEditUserProfileReq) Get ¶
func (o OptEditUserProfileReq) Get() (v EditUserProfileReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptEditUserProfileReq) IsSet ¶
func (o OptEditUserProfileReq) IsSet() bool
IsSet returns true if OptEditUserProfileReq was set.
func (OptEditUserProfileReq) Or ¶
func (o OptEditUserProfileReq) Or(d EditUserProfileReq) EditUserProfileReq
Or returns value if set, or given parameter if does not.
func (*OptEditUserProfileReq) SetTo ¶
func (o *OptEditUserProfileReq) SetTo(v EditUserProfileReq)
SetTo sets value to v.
type OptFloat64 ¶
OptFloat64 is optional float64.
func NewOptFloat64 ¶
func NewOptFloat64(v float64) OptFloat64
NewOptFloat64 returns new OptFloat64 with value set to v.
func (*OptFloat64) Decode ¶
func (o *OptFloat64) Decode(d *jx.Decoder) error
Decode decodes float64 from json.
func (OptFloat64) Encode ¶
func (o OptFloat64) Encode(e *jx.Encoder)
Encode encodes float64 as json.
func (OptFloat64) Get ¶
func (o OptFloat64) Get() (v float64, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptFloat64) IsSet ¶
func (o OptFloat64) IsSet() bool
IsSet returns true if OptFloat64 was set.
func (OptFloat64) MarshalJSON ¶
func (s OptFloat64) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptFloat64) Or ¶
func (o OptFloat64) Or(d float64) float64
Or returns value if set, or given parameter if does not.
func (*OptFloat64) UnmarshalJSON ¶
func (s *OptFloat64) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation ¶
type OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation struct { Value GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation Set bool }
OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation is optional GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation.
func NewOptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation ¶
func NewOptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation(v GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation
NewOptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation returns new OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation with value set to v.
func (*OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Decode ¶
func (o *OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
Decode decodes GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation from json.
func (OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Encode ¶
func (o OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
Encode encodes GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation as json.
func (OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Get ¶
func (o OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Get() (v GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) IsSet ¶
func (o OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) IsSet() bool
IsSet returns true if OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation was set.
func (OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) MarshalJSON ¶
func (s OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Or ¶
func (o OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Or(d GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation
Or returns value if set, or given parameter if does not.
func (*OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Reset ¶
func (o *OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) Reset()
Reset unsets value.
func (*OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) SetTo ¶
func (o *OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) SetTo(v GetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation)
SetTo sets value to v.
func (*OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON ¶
func (s *OptGetOpenedTalkSessionOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptGetOpinionDetailOKOpinionVoteType ¶
type OptGetOpinionDetailOKOpinionVoteType struct { Value GetOpinionDetailOKOpinionVoteType Set bool }
OptGetOpinionDetailOKOpinionVoteType is optional GetOpinionDetailOKOpinionVoteType.
func NewOptGetOpinionDetailOKOpinionVoteType ¶
func NewOptGetOpinionDetailOKOpinionVoteType(v GetOpinionDetailOKOpinionVoteType) OptGetOpinionDetailOKOpinionVoteType
NewOptGetOpinionDetailOKOpinionVoteType returns new OptGetOpinionDetailOKOpinionVoteType with value set to v.
func (*OptGetOpinionDetailOKOpinionVoteType) Decode ¶
func (o *OptGetOpinionDetailOKOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes GetOpinionDetailOKOpinionVoteType from json.
func (OptGetOpinionDetailOKOpinionVoteType) Encode ¶
func (o OptGetOpinionDetailOKOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes GetOpinionDetailOKOpinionVoteType as json.
func (OptGetOpinionDetailOKOpinionVoteType) Get ¶
func (o OptGetOpinionDetailOKOpinionVoteType) Get() (v GetOpinionDetailOKOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptGetOpinionDetailOKOpinionVoteType) IsSet ¶
func (o OptGetOpinionDetailOKOpinionVoteType) IsSet() bool
IsSet returns true if OptGetOpinionDetailOKOpinionVoteType was set.
func (OptGetOpinionDetailOKOpinionVoteType) MarshalJSON ¶
func (s OptGetOpinionDetailOKOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptGetOpinionDetailOKOpinionVoteType) Or ¶
func (o OptGetOpinionDetailOKOpinionVoteType) Or(d GetOpinionDetailOKOpinionVoteType) GetOpinionDetailOKOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptGetOpinionDetailOKOpinionVoteType) Reset ¶
func (o *OptGetOpinionDetailOKOpinionVoteType) Reset()
Reset unsets value.
func (*OptGetOpinionDetailOKOpinionVoteType) SetTo ¶
func (o *OptGetOpinionDetailOKOpinionVoteType) SetTo(v GetOpinionDetailOKOpinionVoteType)
SetTo sets value to v.
func (*OptGetOpinionDetailOKOpinionVoteType) UnmarshalJSON ¶
func (s *OptGetOpinionDetailOKOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType ¶
type OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType struct { Value GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType Set bool }
OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType is optional GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType.
func NewOptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType ¶
func NewOptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType(v GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType
NewOptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType returns new OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType with value set to v.
func (*OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Decode ¶
func (o *OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType from json.
func (OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Encode ¶
func (o OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType as json.
func (OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Get ¶
func (o OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Get() (v GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) IsSet ¶
func (o OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) IsSet() bool
IsSet returns true if OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType was set.
func (OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Or ¶
func (o OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Or(d GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Reset ¶
func (o *OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) Reset()
Reset unsets value.
func (*OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) SetTo ¶
func (o *OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) SetTo(v GetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType)
SetTo sets value to v.
func (*OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OptGetOpinionsForTalkSessionOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptGetTalkSessionDetailOKLocation ¶
type OptGetTalkSessionDetailOKLocation struct { Value GetTalkSessionDetailOKLocation Set bool }
OptGetTalkSessionDetailOKLocation is optional GetTalkSessionDetailOKLocation.
func NewOptGetTalkSessionDetailOKLocation ¶
func NewOptGetTalkSessionDetailOKLocation(v GetTalkSessionDetailOKLocation) OptGetTalkSessionDetailOKLocation
NewOptGetTalkSessionDetailOKLocation returns new OptGetTalkSessionDetailOKLocation with value set to v.
func (*OptGetTalkSessionDetailOKLocation) Decode ¶
func (o *OptGetTalkSessionDetailOKLocation) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionDetailOKLocation from json.
func (OptGetTalkSessionDetailOKLocation) Encode ¶
func (o OptGetTalkSessionDetailOKLocation) Encode(e *jx.Encoder)
Encode encodes GetTalkSessionDetailOKLocation as json.
func (OptGetTalkSessionDetailOKLocation) Get ¶
func (o OptGetTalkSessionDetailOKLocation) Get() (v GetTalkSessionDetailOKLocation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptGetTalkSessionDetailOKLocation) IsSet ¶
func (o OptGetTalkSessionDetailOKLocation) IsSet() bool
IsSet returns true if OptGetTalkSessionDetailOKLocation was set.
func (OptGetTalkSessionDetailOKLocation) MarshalJSON ¶
func (s OptGetTalkSessionDetailOKLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptGetTalkSessionDetailOKLocation) Or ¶
func (o OptGetTalkSessionDetailOKLocation) Or(d GetTalkSessionDetailOKLocation) GetTalkSessionDetailOKLocation
Or returns value if set, or given parameter if does not.
func (*OptGetTalkSessionDetailOKLocation) Reset ¶
func (o *OptGetTalkSessionDetailOKLocation) Reset()
Reset unsets value.
func (*OptGetTalkSessionDetailOKLocation) SetTo ¶
func (o *OptGetTalkSessionDetailOKLocation) SetTo(v GetTalkSessionDetailOKLocation)
SetTo sets value to v.
func (*OptGetTalkSessionDetailOKLocation) UnmarshalJSON ¶
func (s *OptGetTalkSessionDetailOKLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation ¶
type OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation struct { Value GetTalkSessionListOKTalkSessionsItemTalkSessionLocation Set bool }
OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation is optional GetTalkSessionListOKTalkSessionsItemTalkSessionLocation.
func NewOptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation ¶
func NewOptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation(v GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation
NewOptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation returns new OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation with value set to v.
func (*OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Decode ¶
func (o *OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
Decode decodes GetTalkSessionListOKTalkSessionsItemTalkSessionLocation from json.
func (OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Encode ¶
func (o OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
Encode encodes GetTalkSessionListOKTalkSessionsItemTalkSessionLocation as json.
func (OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Get ¶
func (o OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Get() (v GetTalkSessionListOKTalkSessionsItemTalkSessionLocation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) IsSet ¶
func (o OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) IsSet() bool
IsSet returns true if OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation was set.
func (OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) MarshalJSON ¶
func (s OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Or ¶
func (o OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Or(d GetTalkSessionListOKTalkSessionsItemTalkSessionLocation) GetTalkSessionListOKTalkSessionsItemTalkSessionLocation
Or returns value if set, or given parameter if does not.
func (*OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Reset ¶
func (o *OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) Reset()
Reset unsets value.
func (*OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) SetTo ¶
func (o *OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) SetTo(v GetTalkSessionListOKTalkSessionsItemTalkSessionLocation)
SetTo sets value to v.
func (*OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON ¶
func (s *OptGetTalkSessionListOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptGetTalkSessionListSortKey ¶
type OptGetTalkSessionListSortKey struct { Value GetTalkSessionListSortKey Set bool }
OptGetTalkSessionListSortKey is optional GetTalkSessionListSortKey.
func NewOptGetTalkSessionListSortKey ¶
func NewOptGetTalkSessionListSortKey(v GetTalkSessionListSortKey) OptGetTalkSessionListSortKey
NewOptGetTalkSessionListSortKey returns new OptGetTalkSessionListSortKey with value set to v.
func (OptGetTalkSessionListSortKey) Get ¶
func (o OptGetTalkSessionListSortKey) Get() (v GetTalkSessionListSortKey, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptGetTalkSessionListSortKey) IsSet ¶
func (o OptGetTalkSessionListSortKey) IsSet() bool
IsSet returns true if OptGetTalkSessionListSortKey was set.
func (*OptGetTalkSessionListSortKey) Reset ¶
func (o *OptGetTalkSessionListSortKey) Reset()
Reset unsets value.
func (*OptGetTalkSessionListSortKey) SetTo ¶
func (o *OptGetTalkSessionListSortKey) SetTo(v GetTalkSessionListSortKey)
SetTo sets value to v.
type OptInt ¶
OptInt is optional int.
func (OptInt) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptInt) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptManageRegenerateReq ¶
type OptManageRegenerateReq struct { Value ManageRegenerateReq Set bool }
OptManageRegenerateReq is optional ManageRegenerateReq.
func NewOptManageRegenerateReq ¶
func NewOptManageRegenerateReq(v ManageRegenerateReq) OptManageRegenerateReq
NewOptManageRegenerateReq returns new OptManageRegenerateReq with value set to v.
func (*OptManageRegenerateReq) Decode ¶
func (o *OptManageRegenerateReq) Decode(d *jx.Decoder) error
Decode decodes ManageRegenerateReq from json.
func (OptManageRegenerateReq) Encode ¶
func (o OptManageRegenerateReq) Encode(e *jx.Encoder)
Encode encodes ManageRegenerateReq as json.
func (OptManageRegenerateReq) Get ¶
func (o OptManageRegenerateReq) Get() (v ManageRegenerateReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptManageRegenerateReq) IsSet ¶
func (o OptManageRegenerateReq) IsSet() bool
IsSet returns true if OptManageRegenerateReq was set.
func (OptManageRegenerateReq) MarshalJSON ¶
func (s OptManageRegenerateReq) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptManageRegenerateReq) Or ¶
func (o OptManageRegenerateReq) Or(d ManageRegenerateReq) ManageRegenerateReq
Or returns value if set, or given parameter if does not.
func (*OptManageRegenerateReq) SetTo ¶
func (o *OptManageRegenerateReq) SetTo(v ManageRegenerateReq)
SetTo sets value to v.
func (*OptManageRegenerateReq) UnmarshalJSON ¶
func (s *OptManageRegenerateReq) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptMultipartFile ¶
type OptMultipartFile struct { Value ht.MultipartFile Set bool }
OptMultipartFile is optional ht.MultipartFile.
func NewOptMultipartFile ¶
func NewOptMultipartFile(v ht.MultipartFile) OptMultipartFile
NewOptMultipartFile returns new OptMultipartFile with value set to v.
func (OptMultipartFile) Get ¶
func (o OptMultipartFile) Get() (v ht.MultipartFile, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptMultipartFile) IsSet ¶
func (o OptMultipartFile) IsSet() bool
IsSet returns true if OptMultipartFile was set.
func (OptMultipartFile) Or ¶
func (o OptMultipartFile) Or(d ht.MultipartFile) ht.MultipartFile
Or returns value if set, or given parameter if does not.
func (*OptMultipartFile) SetTo ¶
func (o *OptMultipartFile) SetTo(v ht.MultipartFile)
SetTo sets value to v.
type OptNilBool ¶
OptNilBool is optional nullable bool.
func NewOptNilBool ¶
func NewOptNilBool(v bool) OptNilBool
NewOptNilBool returns new OptNilBool with value set to v.
func (*OptNilBool) Decode ¶
func (o *OptNilBool) Decode(d *jx.Decoder) error
Decode decodes bool from json.
func (OptNilBool) Get ¶
func (o OptNilBool) Get() (v bool, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilBool) IsSet ¶
func (o OptNilBool) IsSet() bool
IsSet returns true if OptNilBool was set.
func (OptNilBool) MarshalJSON ¶
func (s OptNilBool) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptNilBool) Or ¶
func (o OptNilBool) Or(d bool) bool
Or returns value if set, or given parameter if does not.
func (*OptNilBool) UnmarshalJSON ¶
func (s *OptNilBool) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptNilEditUserProfileReqGender ¶
type OptNilEditUserProfileReqGender struct { Value EditUserProfileReqGender Set bool Null bool }
OptNilEditUserProfileReqGender is optional nullable EditUserProfileReqGender.
func NewOptNilEditUserProfileReqGender ¶
func NewOptNilEditUserProfileReqGender(v EditUserProfileReqGender) OptNilEditUserProfileReqGender
NewOptNilEditUserProfileReqGender returns new OptNilEditUserProfileReqGender with value set to v.
func (OptNilEditUserProfileReqGender) Get ¶
func (o OptNilEditUserProfileReqGender) Get() (v EditUserProfileReqGender, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilEditUserProfileReqGender) IsNull ¶
func (o OptNilEditUserProfileReqGender) IsNull() bool
IsSet returns true if value is Null.
func (OptNilEditUserProfileReqGender) IsSet ¶
func (o OptNilEditUserProfileReqGender) IsSet() bool
IsSet returns true if OptNilEditUserProfileReqGender was set.
func (*OptNilEditUserProfileReqGender) Reset ¶
func (o *OptNilEditUserProfileReqGender) Reset()
Reset unsets value.
func (*OptNilEditUserProfileReqGender) SetTo ¶
func (o *OptNilEditUserProfileReqGender) SetTo(v EditUserProfileReqGender)
SetTo sets value to v.
func (*OptNilEditUserProfileReqGender) SetToNull ¶
func (o *OptNilEditUserProfileReqGender) SetToNull()
SetNull sets value to null.
type OptNilEditUserProfileReqOccupation ¶
type OptNilEditUserProfileReqOccupation struct { Value EditUserProfileReqOccupation Set bool Null bool }
OptNilEditUserProfileReqOccupation is optional nullable EditUserProfileReqOccupation.
func NewOptNilEditUserProfileReqOccupation ¶
func NewOptNilEditUserProfileReqOccupation(v EditUserProfileReqOccupation) OptNilEditUserProfileReqOccupation
NewOptNilEditUserProfileReqOccupation returns new OptNilEditUserProfileReqOccupation with value set to v.
func (OptNilEditUserProfileReqOccupation) Get ¶
func (o OptNilEditUserProfileReqOccupation) Get() (v EditUserProfileReqOccupation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilEditUserProfileReqOccupation) IsNull ¶
func (o OptNilEditUserProfileReqOccupation) IsNull() bool
IsSet returns true if value is Null.
func (OptNilEditUserProfileReqOccupation) IsSet ¶
func (o OptNilEditUserProfileReqOccupation) IsSet() bool
IsSet returns true if OptNilEditUserProfileReqOccupation was set.
func (OptNilEditUserProfileReqOccupation) Or ¶
func (o OptNilEditUserProfileReqOccupation) Or(d EditUserProfileReqOccupation) EditUserProfileReqOccupation
Or returns value if set, or given parameter if does not.
func (*OptNilEditUserProfileReqOccupation) Reset ¶
func (o *OptNilEditUserProfileReqOccupation) Reset()
Reset unsets value.
func (*OptNilEditUserProfileReqOccupation) SetTo ¶
func (o *OptNilEditUserProfileReqOccupation) SetTo(v EditUserProfileReqOccupation)
SetTo sets value to v.
func (*OptNilEditUserProfileReqOccupation) SetToNull ¶
func (o *OptNilEditUserProfileReqOccupation) SetToNull()
SetNull sets value to null.
type OptNilFloat64 ¶
OptNilFloat64 is optional nullable float64.
func NewOptNilFloat64 ¶
func NewOptNilFloat64(v float64) OptNilFloat64
NewOptNilFloat64 returns new OptNilFloat64 with value set to v.
func (OptNilFloat64) Get ¶
func (o OptNilFloat64) Get() (v float64, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilFloat64) IsNull ¶
func (o OptNilFloat64) IsNull() bool
IsSet returns true if value is Null.
func (OptNilFloat64) IsSet ¶
func (o OptNilFloat64) IsSet() bool
IsSet returns true if OptNilFloat64 was set.
func (OptNilFloat64) Or ¶
func (o OptNilFloat64) Or(d float64) float64
Or returns value if set, or given parameter if does not.
type OptNilGetOpenedTalkSessionStatus ¶
type OptNilGetOpenedTalkSessionStatus struct { Value GetOpenedTalkSessionStatus Set bool Null bool }
OptNilGetOpenedTalkSessionStatus is optional nullable GetOpenedTalkSessionStatus.
func NewOptNilGetOpenedTalkSessionStatus ¶
func NewOptNilGetOpenedTalkSessionStatus(v GetOpenedTalkSessionStatus) OptNilGetOpenedTalkSessionStatus
NewOptNilGetOpenedTalkSessionStatus returns new OptNilGetOpenedTalkSessionStatus with value set to v.
func (OptNilGetOpenedTalkSessionStatus) Get ¶
func (o OptNilGetOpenedTalkSessionStatus) Get() (v GetOpenedTalkSessionStatus, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilGetOpenedTalkSessionStatus) IsNull ¶
func (o OptNilGetOpenedTalkSessionStatus) IsNull() bool
IsSet returns true if value is Null.
func (OptNilGetOpenedTalkSessionStatus) IsSet ¶
func (o OptNilGetOpenedTalkSessionStatus) IsSet() bool
IsSet returns true if OptNilGetOpenedTalkSessionStatus was set.
func (OptNilGetOpenedTalkSessionStatus) Or ¶
func (o OptNilGetOpenedTalkSessionStatus) Or(d GetOpenedTalkSessionStatus) GetOpenedTalkSessionStatus
Or returns value if set, or given parameter if does not.
func (*OptNilGetOpenedTalkSessionStatus) Reset ¶
func (o *OptNilGetOpenedTalkSessionStatus) Reset()
Reset unsets value.
func (*OptNilGetOpenedTalkSessionStatus) SetTo ¶
func (o *OptNilGetOpenedTalkSessionStatus) SetTo(v GetOpenedTalkSessionStatus)
SetTo sets value to v.
func (*OptNilGetOpenedTalkSessionStatus) SetToNull ¶
func (o *OptNilGetOpenedTalkSessionStatus) SetToNull()
SetNull sets value to null.
type OptNilGetOpinionsForTalkSessionSort ¶
type OptNilGetOpinionsForTalkSessionSort struct { Value GetOpinionsForTalkSessionSort Set bool Null bool }
OptNilGetOpinionsForTalkSessionSort is optional nullable GetOpinionsForTalkSessionSort.
func NewOptNilGetOpinionsForTalkSessionSort ¶
func NewOptNilGetOpinionsForTalkSessionSort(v GetOpinionsForTalkSessionSort) OptNilGetOpinionsForTalkSessionSort
NewOptNilGetOpinionsForTalkSessionSort returns new OptNilGetOpinionsForTalkSessionSort with value set to v.
func (OptNilGetOpinionsForTalkSessionSort) Get ¶
func (o OptNilGetOpinionsForTalkSessionSort) Get() (v GetOpinionsForTalkSessionSort, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilGetOpinionsForTalkSessionSort) IsNull ¶
func (o OptNilGetOpinionsForTalkSessionSort) IsNull() bool
IsSet returns true if value is Null.
func (OptNilGetOpinionsForTalkSessionSort) IsSet ¶
func (o OptNilGetOpinionsForTalkSessionSort) IsSet() bool
IsSet returns true if OptNilGetOpinionsForTalkSessionSort was set.
func (OptNilGetOpinionsForTalkSessionSort) Or ¶
func (o OptNilGetOpinionsForTalkSessionSort) Or(d GetOpinionsForTalkSessionSort) GetOpinionsForTalkSessionSort
Or returns value if set, or given parameter if does not.
func (*OptNilGetOpinionsForTalkSessionSort) Reset ¶
func (o *OptNilGetOpinionsForTalkSessionSort) Reset()
Reset unsets value.
func (*OptNilGetOpinionsForTalkSessionSort) SetTo ¶
func (o *OptNilGetOpinionsForTalkSessionSort) SetTo(v GetOpinionsForTalkSessionSort)
SetTo sets value to v.
func (*OptNilGetOpinionsForTalkSessionSort) SetToNull ¶
func (o *OptNilGetOpinionsForTalkSessionSort) SetToNull()
SetNull sets value to null.
type OptNilGetTalkSessionListStatus ¶
type OptNilGetTalkSessionListStatus struct { Value GetTalkSessionListStatus Set bool Null bool }
OptNilGetTalkSessionListStatus is optional nullable GetTalkSessionListStatus.
func NewOptNilGetTalkSessionListStatus ¶
func NewOptNilGetTalkSessionListStatus(v GetTalkSessionListStatus) OptNilGetTalkSessionListStatus
NewOptNilGetTalkSessionListStatus returns new OptNilGetTalkSessionListStatus with value set to v.
func (OptNilGetTalkSessionListStatus) Get ¶
func (o OptNilGetTalkSessionListStatus) Get() (v GetTalkSessionListStatus, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilGetTalkSessionListStatus) IsNull ¶
func (o OptNilGetTalkSessionListStatus) IsNull() bool
IsSet returns true if value is Null.
func (OptNilGetTalkSessionListStatus) IsSet ¶
func (o OptNilGetTalkSessionListStatus) IsSet() bool
IsSet returns true if OptNilGetTalkSessionListStatus was set.
func (*OptNilGetTalkSessionListStatus) Reset ¶
func (o *OptNilGetTalkSessionListStatus) Reset()
Reset unsets value.
func (*OptNilGetTalkSessionListStatus) SetTo ¶
func (o *OptNilGetTalkSessionListStatus) SetTo(v GetTalkSessionListStatus)
SetTo sets value to v.
func (*OptNilGetTalkSessionListStatus) SetToNull ¶
func (o *OptNilGetTalkSessionListStatus) SetToNull()
SetNull sets value to null.
type OptNilInt ¶
OptNilInt is optional nullable int.
func NewOptNilInt ¶
NewOptNilInt returns new OptNilInt with value set to v.
func (OptNilInt) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptNilInt) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptNilOpinionsHistorySort ¶
type OptNilOpinionsHistorySort struct { Value OpinionsHistorySort Set bool Null bool }
OptNilOpinionsHistorySort is optional nullable OpinionsHistorySort.
func NewOptNilOpinionsHistorySort ¶
func NewOptNilOpinionsHistorySort(v OpinionsHistorySort) OptNilOpinionsHistorySort
NewOptNilOpinionsHistorySort returns new OptNilOpinionsHistorySort with value set to v.
func (OptNilOpinionsHistorySort) Get ¶
func (o OptNilOpinionsHistorySort) Get() (v OpinionsHistorySort, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilOpinionsHistorySort) IsNull ¶
func (o OptNilOpinionsHistorySort) IsNull() bool
IsSet returns true if value is Null.
func (OptNilOpinionsHistorySort) IsSet ¶
func (o OptNilOpinionsHistorySort) IsSet() bool
IsSet returns true if OptNilOpinionsHistorySort was set.
func (OptNilOpinionsHistorySort) Or ¶
func (o OptNilOpinionsHistorySort) Or(d OpinionsHistorySort) OpinionsHistorySort
Or returns value if set, or given parameter if does not.
func (*OptNilOpinionsHistorySort) Reset ¶
func (o *OptNilOpinionsHistorySort) Reset()
Reset unsets value.
func (*OptNilOpinionsHistorySort) SetTo ¶
func (o *OptNilOpinionsHistorySort) SetTo(v OpinionsHistorySort)
SetTo sets value to v.
func (*OptNilOpinionsHistorySort) SetToNull ¶
func (o *OptNilOpinionsHistorySort) SetToNull()
SetNull sets value to null.
type OptNilRegisterUserReqGender ¶
type OptNilRegisterUserReqGender struct { Value RegisterUserReqGender Set bool Null bool }
OptNilRegisterUserReqGender is optional nullable RegisterUserReqGender.
func NewOptNilRegisterUserReqGender ¶
func NewOptNilRegisterUserReqGender(v RegisterUserReqGender) OptNilRegisterUserReqGender
NewOptNilRegisterUserReqGender returns new OptNilRegisterUserReqGender with value set to v.
func (OptNilRegisterUserReqGender) Get ¶
func (o OptNilRegisterUserReqGender) Get() (v RegisterUserReqGender, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilRegisterUserReqGender) IsNull ¶
func (o OptNilRegisterUserReqGender) IsNull() bool
IsSet returns true if value is Null.
func (OptNilRegisterUserReqGender) IsSet ¶
func (o OptNilRegisterUserReqGender) IsSet() bool
IsSet returns true if OptNilRegisterUserReqGender was set.
func (*OptNilRegisterUserReqGender) Reset ¶
func (o *OptNilRegisterUserReqGender) Reset()
Reset unsets value.
func (*OptNilRegisterUserReqGender) SetTo ¶
func (o *OptNilRegisterUserReqGender) SetTo(v RegisterUserReqGender)
SetTo sets value to v.
func (*OptNilRegisterUserReqGender) SetToNull ¶
func (o *OptNilRegisterUserReqGender) SetToNull()
SetNull sets value to null.
type OptNilRegisterUserReqOccupation ¶
type OptNilRegisterUserReqOccupation struct { Value RegisterUserReqOccupation Set bool Null bool }
OptNilRegisterUserReqOccupation is optional nullable RegisterUserReqOccupation.
func NewOptNilRegisterUserReqOccupation ¶
func NewOptNilRegisterUserReqOccupation(v RegisterUserReqOccupation) OptNilRegisterUserReqOccupation
NewOptNilRegisterUserReqOccupation returns new OptNilRegisterUserReqOccupation with value set to v.
func (OptNilRegisterUserReqOccupation) Get ¶
func (o OptNilRegisterUserReqOccupation) Get() (v RegisterUserReqOccupation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilRegisterUserReqOccupation) IsNull ¶
func (o OptNilRegisterUserReqOccupation) IsNull() bool
IsSet returns true if value is Null.
func (OptNilRegisterUserReqOccupation) IsSet ¶
func (o OptNilRegisterUserReqOccupation) IsSet() bool
IsSet returns true if OptNilRegisterUserReqOccupation was set.
func (OptNilRegisterUserReqOccupation) Or ¶
Or returns value if set, or given parameter if does not.
func (*OptNilRegisterUserReqOccupation) Reset ¶
func (o *OptNilRegisterUserReqOccupation) Reset()
Reset unsets value.
func (*OptNilRegisterUserReqOccupation) SetTo ¶
func (o *OptNilRegisterUserReqOccupation) SetTo(v RegisterUserReqOccupation)
SetTo sets value to v.
func (*OptNilRegisterUserReqOccupation) SetToNull ¶
func (o *OptNilRegisterUserReqOccupation) SetToNull()
SetNull sets value to null.
type OptNilSessionsHistoryStatus ¶
type OptNilSessionsHistoryStatus struct { Value SessionsHistoryStatus Set bool Null bool }
OptNilSessionsHistoryStatus is optional nullable SessionsHistoryStatus.
func NewOptNilSessionsHistoryStatus ¶
func NewOptNilSessionsHistoryStatus(v SessionsHistoryStatus) OptNilSessionsHistoryStatus
NewOptNilSessionsHistoryStatus returns new OptNilSessionsHistoryStatus with value set to v.
func (OptNilSessionsHistoryStatus) Get ¶
func (o OptNilSessionsHistoryStatus) Get() (v SessionsHistoryStatus, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilSessionsHistoryStatus) IsNull ¶
func (o OptNilSessionsHistoryStatus) IsNull() bool
IsSet returns true if value is Null.
func (OptNilSessionsHistoryStatus) IsSet ¶
func (o OptNilSessionsHistoryStatus) IsSet() bool
IsSet returns true if OptNilSessionsHistoryStatus was set.
func (*OptNilSessionsHistoryStatus) Reset ¶
func (o *OptNilSessionsHistoryStatus) Reset()
Reset unsets value.
func (*OptNilSessionsHistoryStatus) SetTo ¶
func (o *OptNilSessionsHistoryStatus) SetTo(v SessionsHistoryStatus)
SetTo sets value to v.
func (*OptNilSessionsHistoryStatus) SetToNull ¶
func (o *OptNilSessionsHistoryStatus) SetToNull()
SetNull sets value to null.
type OptNilString ¶
OptNilString is optional nullable string.
func NewOptNilString ¶
func NewOptNilString(v string) OptNilString
NewOptNilString returns new OptNilString with value set to v.
func (*OptNilString) Decode ¶
func (o *OptNilString) Decode(d *jx.Decoder) error
Decode decodes string from json.
func (OptNilString) Encode ¶
func (o OptNilString) Encode(e *jx.Encoder)
Encode encodes string as json.
func (OptNilString) Get ¶
func (o OptNilString) Get() (v string, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilString) IsNull ¶
func (o OptNilString) IsNull() bool
IsSet returns true if value is Null.
func (OptNilString) IsSet ¶
func (o OptNilString) IsSet() bool
IsSet returns true if OptNilString was set.
func (OptNilString) MarshalJSON ¶
func (s OptNilString) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptNilString) Or ¶
func (o OptNilString) Or(d string) string
Or returns value if set, or given parameter if does not.
func (*OptNilString) UnmarshalJSON ¶
func (s *OptNilString) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptOpinionComments2OKParentOpinionsItemOpinionVoteType ¶
type OptOpinionComments2OKParentOpinionsItemOpinionVoteType struct { Value OpinionComments2OKParentOpinionsItemOpinionVoteType Set bool }
OptOpinionComments2OKParentOpinionsItemOpinionVoteType is optional OpinionComments2OKParentOpinionsItemOpinionVoteType.
func NewOptOpinionComments2OKParentOpinionsItemOpinionVoteType ¶
func NewOptOpinionComments2OKParentOpinionsItemOpinionVoteType(v OpinionComments2OKParentOpinionsItemOpinionVoteType) OptOpinionComments2OKParentOpinionsItemOpinionVoteType
NewOptOpinionComments2OKParentOpinionsItemOpinionVoteType returns new OptOpinionComments2OKParentOpinionsItemOpinionVoteType with value set to v.
func (*OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Decode ¶
func (o *OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKParentOpinionsItemOpinionVoteType from json.
func (OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Encode ¶
func (o OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKParentOpinionsItemOpinionVoteType as json.
func (OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Get ¶
func (o OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Get() (v OpinionComments2OKParentOpinionsItemOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptOpinionComments2OKParentOpinionsItemOpinionVoteType) IsSet ¶
func (o OptOpinionComments2OKParentOpinionsItemOpinionVoteType) IsSet() bool
IsSet returns true if OptOpinionComments2OKParentOpinionsItemOpinionVoteType was set.
func (OptOpinionComments2OKParentOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OptOpinionComments2OKParentOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Or ¶
func (o OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Or(d OpinionComments2OKParentOpinionsItemOpinionVoteType) OpinionComments2OKParentOpinionsItemOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Reset ¶
func (o *OptOpinionComments2OKParentOpinionsItemOpinionVoteType) Reset()
Reset unsets value.
func (*OptOpinionComments2OKParentOpinionsItemOpinionVoteType) SetTo ¶
func (o *OptOpinionComments2OKParentOpinionsItemOpinionVoteType) SetTo(v OpinionComments2OKParentOpinionsItemOpinionVoteType)
SetTo sets value to v.
func (*OptOpinionComments2OKParentOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OptOpinionComments2OKParentOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptOpinionComments2OKReplyOpinionsItemMyVoteType ¶
type OptOpinionComments2OKReplyOpinionsItemMyVoteType struct { Value OpinionComments2OKReplyOpinionsItemMyVoteType Set bool }
OptOpinionComments2OKReplyOpinionsItemMyVoteType is optional OpinionComments2OKReplyOpinionsItemMyVoteType.
func NewOptOpinionComments2OKReplyOpinionsItemMyVoteType ¶
func NewOptOpinionComments2OKReplyOpinionsItemMyVoteType(v OpinionComments2OKReplyOpinionsItemMyVoteType) OptOpinionComments2OKReplyOpinionsItemMyVoteType
NewOptOpinionComments2OKReplyOpinionsItemMyVoteType returns new OptOpinionComments2OKReplyOpinionsItemMyVoteType with value set to v.
func (*OptOpinionComments2OKReplyOpinionsItemMyVoteType) Decode ¶
func (o *OptOpinionComments2OKReplyOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKReplyOpinionsItemMyVoteType from json.
func (OptOpinionComments2OKReplyOpinionsItemMyVoteType) Encode ¶
func (o OptOpinionComments2OKReplyOpinionsItemMyVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKReplyOpinionsItemMyVoteType as json.
func (OptOpinionComments2OKReplyOpinionsItemMyVoteType) Get ¶
func (o OptOpinionComments2OKReplyOpinionsItemMyVoteType) Get() (v OpinionComments2OKReplyOpinionsItemMyVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptOpinionComments2OKReplyOpinionsItemMyVoteType) IsSet ¶
func (o OptOpinionComments2OKReplyOpinionsItemMyVoteType) IsSet() bool
IsSet returns true if OptOpinionComments2OKReplyOpinionsItemMyVoteType was set.
func (OptOpinionComments2OKReplyOpinionsItemMyVoteType) MarshalJSON ¶
func (s OptOpinionComments2OKReplyOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptOpinionComments2OKReplyOpinionsItemMyVoteType) Or ¶
func (o OptOpinionComments2OKReplyOpinionsItemMyVoteType) Or(d OpinionComments2OKReplyOpinionsItemMyVoteType) OpinionComments2OKReplyOpinionsItemMyVoteType
Or returns value if set, or given parameter if does not.
func (*OptOpinionComments2OKReplyOpinionsItemMyVoteType) Reset ¶
func (o *OptOpinionComments2OKReplyOpinionsItemMyVoteType) Reset()
Reset unsets value.
func (*OptOpinionComments2OKReplyOpinionsItemMyVoteType) SetTo ¶
func (o *OptOpinionComments2OKReplyOpinionsItemMyVoteType) SetTo(v OpinionComments2OKReplyOpinionsItemMyVoteType)
SetTo sets value to v.
func (*OptOpinionComments2OKReplyOpinionsItemMyVoteType) UnmarshalJSON ¶
func (s *OptOpinionComments2OKReplyOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptOpinionComments2OKReplyOpinionsItemOpinionVoteType ¶
type OptOpinionComments2OKReplyOpinionsItemOpinionVoteType struct { Value OpinionComments2OKReplyOpinionsItemOpinionVoteType Set bool }
OptOpinionComments2OKReplyOpinionsItemOpinionVoteType is optional OpinionComments2OKReplyOpinionsItemOpinionVoteType.
func NewOptOpinionComments2OKReplyOpinionsItemOpinionVoteType ¶
func NewOptOpinionComments2OKReplyOpinionsItemOpinionVoteType(v OpinionComments2OKReplyOpinionsItemOpinionVoteType) OptOpinionComments2OKReplyOpinionsItemOpinionVoteType
NewOptOpinionComments2OKReplyOpinionsItemOpinionVoteType returns new OptOpinionComments2OKReplyOpinionsItemOpinionVoteType with value set to v.
func (*OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Decode ¶
func (o *OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKReplyOpinionsItemOpinionVoteType from json.
func (OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Encode ¶
func (o OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKReplyOpinionsItemOpinionVoteType as json.
func (OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Get ¶
func (o OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Get() (v OpinionComments2OKReplyOpinionsItemOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) IsSet ¶
func (o OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) IsSet() bool
IsSet returns true if OptOpinionComments2OKReplyOpinionsItemOpinionVoteType was set.
func (OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Or ¶
func (o OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Or(d OpinionComments2OKReplyOpinionsItemOpinionVoteType) OpinionComments2OKReplyOpinionsItemOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Reset ¶
func (o *OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) Reset()
Reset unsets value.
func (*OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) SetTo ¶
func (o *OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) SetTo(v OpinionComments2OKReplyOpinionsItemOpinionVoteType)
SetTo sets value to v.
func (*OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OptOpinionComments2OKReplyOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptOpinionComments2OKRootOpinionOpinionVoteType ¶
type OptOpinionComments2OKRootOpinionOpinionVoteType struct { Value OpinionComments2OKRootOpinionOpinionVoteType Set bool }
OptOpinionComments2OKRootOpinionOpinionVoteType is optional OpinionComments2OKRootOpinionOpinionVoteType.
func NewOptOpinionComments2OKRootOpinionOpinionVoteType ¶
func NewOptOpinionComments2OKRootOpinionOpinionVoteType(v OpinionComments2OKRootOpinionOpinionVoteType) OptOpinionComments2OKRootOpinionOpinionVoteType
NewOptOpinionComments2OKRootOpinionOpinionVoteType returns new OptOpinionComments2OKRootOpinionOpinionVoteType with value set to v.
func (*OptOpinionComments2OKRootOpinionOpinionVoteType) Decode ¶
func (o *OptOpinionComments2OKRootOpinionOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionComments2OKRootOpinionOpinionVoteType from json.
func (OptOpinionComments2OKRootOpinionOpinionVoteType) Encode ¶
func (o OptOpinionComments2OKRootOpinionOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionComments2OKRootOpinionOpinionVoteType as json.
func (OptOpinionComments2OKRootOpinionOpinionVoteType) Get ¶
func (o OptOpinionComments2OKRootOpinionOpinionVoteType) Get() (v OpinionComments2OKRootOpinionOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptOpinionComments2OKRootOpinionOpinionVoteType) IsSet ¶
func (o OptOpinionComments2OKRootOpinionOpinionVoteType) IsSet() bool
IsSet returns true if OptOpinionComments2OKRootOpinionOpinionVoteType was set.
func (OptOpinionComments2OKRootOpinionOpinionVoteType) MarshalJSON ¶
func (s OptOpinionComments2OKRootOpinionOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptOpinionComments2OKRootOpinionOpinionVoteType) Or ¶
func (o OptOpinionComments2OKRootOpinionOpinionVoteType) Or(d OpinionComments2OKRootOpinionOpinionVoteType) OpinionComments2OKRootOpinionOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptOpinionComments2OKRootOpinionOpinionVoteType) Reset ¶
func (o *OptOpinionComments2OKRootOpinionOpinionVoteType) Reset()
Reset unsets value.
func (*OptOpinionComments2OKRootOpinionOpinionVoteType) SetTo ¶
func (o *OptOpinionComments2OKRootOpinionOpinionVoteType) SetTo(v OpinionComments2OKRootOpinionOpinionVoteType)
SetTo sets value to v.
func (*OptOpinionComments2OKRootOpinionOpinionVoteType) UnmarshalJSON ¶
func (s *OptOpinionComments2OKRootOpinionOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptOpinionCommentsOKOpinionsItemMyVoteType ¶
type OptOpinionCommentsOKOpinionsItemMyVoteType struct { Value OpinionCommentsOKOpinionsItemMyVoteType Set bool }
OptOpinionCommentsOKOpinionsItemMyVoteType is optional OpinionCommentsOKOpinionsItemMyVoteType.
func NewOptOpinionCommentsOKOpinionsItemMyVoteType ¶
func NewOptOpinionCommentsOKOpinionsItemMyVoteType(v OpinionCommentsOKOpinionsItemMyVoteType) OptOpinionCommentsOKOpinionsItemMyVoteType
NewOptOpinionCommentsOKOpinionsItemMyVoteType returns new OptOpinionCommentsOKOpinionsItemMyVoteType with value set to v.
func (*OptOpinionCommentsOKOpinionsItemMyVoteType) Decode ¶
func (o *OptOpinionCommentsOKOpinionsItemMyVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKOpinionsItemMyVoteType from json.
func (OptOpinionCommentsOKOpinionsItemMyVoteType) Encode ¶
func (o OptOpinionCommentsOKOpinionsItemMyVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionCommentsOKOpinionsItemMyVoteType as json.
func (OptOpinionCommentsOKOpinionsItemMyVoteType) Get ¶
func (o OptOpinionCommentsOKOpinionsItemMyVoteType) Get() (v OpinionCommentsOKOpinionsItemMyVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptOpinionCommentsOKOpinionsItemMyVoteType) IsSet ¶
func (o OptOpinionCommentsOKOpinionsItemMyVoteType) IsSet() bool
IsSet returns true if OptOpinionCommentsOKOpinionsItemMyVoteType was set.
func (OptOpinionCommentsOKOpinionsItemMyVoteType) MarshalJSON ¶
func (s OptOpinionCommentsOKOpinionsItemMyVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptOpinionCommentsOKOpinionsItemMyVoteType) Or ¶
func (o OptOpinionCommentsOKOpinionsItemMyVoteType) Or(d OpinionCommentsOKOpinionsItemMyVoteType) OpinionCommentsOKOpinionsItemMyVoteType
Or returns value if set, or given parameter if does not.
func (*OptOpinionCommentsOKOpinionsItemMyVoteType) Reset ¶
func (o *OptOpinionCommentsOKOpinionsItemMyVoteType) Reset()
Reset unsets value.
func (*OptOpinionCommentsOKOpinionsItemMyVoteType) SetTo ¶
func (o *OptOpinionCommentsOKOpinionsItemMyVoteType) SetTo(v OpinionCommentsOKOpinionsItemMyVoteType)
SetTo sets value to v.
func (*OptOpinionCommentsOKOpinionsItemMyVoteType) UnmarshalJSON ¶
func (s *OptOpinionCommentsOKOpinionsItemMyVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptOpinionCommentsOKOpinionsItemOpinionVoteType ¶
type OptOpinionCommentsOKOpinionsItemOpinionVoteType struct { Value OpinionCommentsOKOpinionsItemOpinionVoteType Set bool }
OptOpinionCommentsOKOpinionsItemOpinionVoteType is optional OpinionCommentsOKOpinionsItemOpinionVoteType.
func NewOptOpinionCommentsOKOpinionsItemOpinionVoteType ¶
func NewOptOpinionCommentsOKOpinionsItemOpinionVoteType(v OpinionCommentsOKOpinionsItemOpinionVoteType) OptOpinionCommentsOKOpinionsItemOpinionVoteType
NewOptOpinionCommentsOKOpinionsItemOpinionVoteType returns new OptOpinionCommentsOKOpinionsItemOpinionVoteType with value set to v.
func (*OptOpinionCommentsOKOpinionsItemOpinionVoteType) Decode ¶
func (o *OptOpinionCommentsOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKOpinionsItemOpinionVoteType from json.
func (OptOpinionCommentsOKOpinionsItemOpinionVoteType) Encode ¶
func (o OptOpinionCommentsOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionCommentsOKOpinionsItemOpinionVoteType as json.
func (OptOpinionCommentsOKOpinionsItemOpinionVoteType) Get ¶
func (o OptOpinionCommentsOKOpinionsItemOpinionVoteType) Get() (v OpinionCommentsOKOpinionsItemOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptOpinionCommentsOKOpinionsItemOpinionVoteType) IsSet ¶
func (o OptOpinionCommentsOKOpinionsItemOpinionVoteType) IsSet() bool
IsSet returns true if OptOpinionCommentsOKOpinionsItemOpinionVoteType was set.
func (OptOpinionCommentsOKOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OptOpinionCommentsOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptOpinionCommentsOKOpinionsItemOpinionVoteType) Or ¶
func (o OptOpinionCommentsOKOpinionsItemOpinionVoteType) Or(d OpinionCommentsOKOpinionsItemOpinionVoteType) OpinionCommentsOKOpinionsItemOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptOpinionCommentsOKOpinionsItemOpinionVoteType) Reset ¶
func (o *OptOpinionCommentsOKOpinionsItemOpinionVoteType) Reset()
Reset unsets value.
func (*OptOpinionCommentsOKOpinionsItemOpinionVoteType) SetTo ¶
func (o *OptOpinionCommentsOKOpinionsItemOpinionVoteType) SetTo(v OpinionCommentsOKOpinionsItemOpinionVoteType)
SetTo sets value to v.
func (*OptOpinionCommentsOKOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OptOpinionCommentsOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptOpinionCommentsOKRootOpinionMyVoteType ¶
type OptOpinionCommentsOKRootOpinionMyVoteType struct { Value OpinionCommentsOKRootOpinionMyVoteType Set bool }
OptOpinionCommentsOKRootOpinionMyVoteType is optional OpinionCommentsOKRootOpinionMyVoteType.
func NewOptOpinionCommentsOKRootOpinionMyVoteType ¶
func NewOptOpinionCommentsOKRootOpinionMyVoteType(v OpinionCommentsOKRootOpinionMyVoteType) OptOpinionCommentsOKRootOpinionMyVoteType
NewOptOpinionCommentsOKRootOpinionMyVoteType returns new OptOpinionCommentsOKRootOpinionMyVoteType with value set to v.
func (*OptOpinionCommentsOKRootOpinionMyVoteType) Decode ¶
func (o *OptOpinionCommentsOKRootOpinionMyVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKRootOpinionMyVoteType from json.
func (OptOpinionCommentsOKRootOpinionMyVoteType) Encode ¶
func (o OptOpinionCommentsOKRootOpinionMyVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionCommentsOKRootOpinionMyVoteType as json.
func (OptOpinionCommentsOKRootOpinionMyVoteType) Get ¶
func (o OptOpinionCommentsOKRootOpinionMyVoteType) Get() (v OpinionCommentsOKRootOpinionMyVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptOpinionCommentsOKRootOpinionMyVoteType) IsSet ¶
func (o OptOpinionCommentsOKRootOpinionMyVoteType) IsSet() bool
IsSet returns true if OptOpinionCommentsOKRootOpinionMyVoteType was set.
func (OptOpinionCommentsOKRootOpinionMyVoteType) MarshalJSON ¶
func (s OptOpinionCommentsOKRootOpinionMyVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptOpinionCommentsOKRootOpinionMyVoteType) Or ¶
func (o OptOpinionCommentsOKRootOpinionMyVoteType) Or(d OpinionCommentsOKRootOpinionMyVoteType) OpinionCommentsOKRootOpinionMyVoteType
Or returns value if set, or given parameter if does not.
func (*OptOpinionCommentsOKRootOpinionMyVoteType) Reset ¶
func (o *OptOpinionCommentsOKRootOpinionMyVoteType) Reset()
Reset unsets value.
func (*OptOpinionCommentsOKRootOpinionMyVoteType) SetTo ¶
func (o *OptOpinionCommentsOKRootOpinionMyVoteType) SetTo(v OpinionCommentsOKRootOpinionMyVoteType)
SetTo sets value to v.
func (*OptOpinionCommentsOKRootOpinionMyVoteType) UnmarshalJSON ¶
func (s *OptOpinionCommentsOKRootOpinionMyVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptOpinionCommentsOKRootOpinionOpinionVoteType ¶
type OptOpinionCommentsOKRootOpinionOpinionVoteType struct { Value OpinionCommentsOKRootOpinionOpinionVoteType Set bool }
OptOpinionCommentsOKRootOpinionOpinionVoteType is optional OpinionCommentsOKRootOpinionOpinionVoteType.
func NewOptOpinionCommentsOKRootOpinionOpinionVoteType ¶
func NewOptOpinionCommentsOKRootOpinionOpinionVoteType(v OpinionCommentsOKRootOpinionOpinionVoteType) OptOpinionCommentsOKRootOpinionOpinionVoteType
NewOptOpinionCommentsOKRootOpinionOpinionVoteType returns new OptOpinionCommentsOKRootOpinionOpinionVoteType with value set to v.
func (*OptOpinionCommentsOKRootOpinionOpinionVoteType) Decode ¶
func (o *OptOpinionCommentsOKRootOpinionOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionCommentsOKRootOpinionOpinionVoteType from json.
func (OptOpinionCommentsOKRootOpinionOpinionVoteType) Encode ¶
func (o OptOpinionCommentsOKRootOpinionOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionCommentsOKRootOpinionOpinionVoteType as json.
func (OptOpinionCommentsOKRootOpinionOpinionVoteType) Get ¶
func (o OptOpinionCommentsOKRootOpinionOpinionVoteType) Get() (v OpinionCommentsOKRootOpinionOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptOpinionCommentsOKRootOpinionOpinionVoteType) IsSet ¶
func (o OptOpinionCommentsOKRootOpinionOpinionVoteType) IsSet() bool
IsSet returns true if OptOpinionCommentsOKRootOpinionOpinionVoteType was set.
func (OptOpinionCommentsOKRootOpinionOpinionVoteType) MarshalJSON ¶
func (s OptOpinionCommentsOKRootOpinionOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptOpinionCommentsOKRootOpinionOpinionVoteType) Or ¶
func (o OptOpinionCommentsOKRootOpinionOpinionVoteType) Or(d OpinionCommentsOKRootOpinionOpinionVoteType) OpinionCommentsOKRootOpinionOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptOpinionCommentsOKRootOpinionOpinionVoteType) Reset ¶
func (o *OptOpinionCommentsOKRootOpinionOpinionVoteType) Reset()
Reset unsets value.
func (*OptOpinionCommentsOKRootOpinionOpinionVoteType) SetTo ¶
func (o *OptOpinionCommentsOKRootOpinionOpinionVoteType) SetTo(v OpinionCommentsOKRootOpinionOpinionVoteType)
SetTo sets value to v.
func (*OptOpinionCommentsOKRootOpinionOpinionVoteType) UnmarshalJSON ¶
func (s *OptOpinionCommentsOKRootOpinionOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptOpinionsHistoryOKOpinionsItemOpinionVoteType ¶
type OptOpinionsHistoryOKOpinionsItemOpinionVoteType struct { Value OpinionsHistoryOKOpinionsItemOpinionVoteType Set bool }
OptOpinionsHistoryOKOpinionsItemOpinionVoteType is optional OpinionsHistoryOKOpinionsItemOpinionVoteType.
func NewOptOpinionsHistoryOKOpinionsItemOpinionVoteType ¶
func NewOptOpinionsHistoryOKOpinionsItemOpinionVoteType(v OpinionsHistoryOKOpinionsItemOpinionVoteType) OptOpinionsHistoryOKOpinionsItemOpinionVoteType
NewOptOpinionsHistoryOKOpinionsItemOpinionVoteType returns new OptOpinionsHistoryOKOpinionsItemOpinionVoteType with value set to v.
func (*OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Decode ¶
func (o *OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes OpinionsHistoryOKOpinionsItemOpinionVoteType from json.
func (OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Encode ¶
func (o OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes OpinionsHistoryOKOpinionsItemOpinionVoteType as json.
func (OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Get ¶
func (o OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Get() (v OpinionsHistoryOKOpinionsItemOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptOpinionsHistoryOKOpinionsItemOpinionVoteType) IsSet ¶
func (o OptOpinionsHistoryOKOpinionsItemOpinionVoteType) IsSet() bool
IsSet returns true if OptOpinionsHistoryOKOpinionsItemOpinionVoteType was set.
func (OptOpinionsHistoryOKOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OptOpinionsHistoryOKOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Or ¶
func (o OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Or(d OpinionsHistoryOKOpinionsItemOpinionVoteType) OpinionsHistoryOKOpinionsItemOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Reset ¶
func (o *OptOpinionsHistoryOKOpinionsItemOpinionVoteType) Reset()
Reset unsets value.
func (*OptOpinionsHistoryOKOpinionsItemOpinionVoteType) SetTo ¶
func (o *OptOpinionsHistoryOKOpinionsItemOpinionVoteType) SetTo(v OpinionsHistoryOKOpinionsItemOpinionVoteType)
SetTo sets value to v.
func (*OptOpinionsHistoryOKOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OptOpinionsHistoryOKOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptPostConclusionReq ¶
type OptPostConclusionReq struct { Value PostConclusionReq Set bool }
OptPostConclusionReq is optional PostConclusionReq.
func NewOptPostConclusionReq ¶
func NewOptPostConclusionReq(v PostConclusionReq) OptPostConclusionReq
NewOptPostConclusionReq returns new OptPostConclusionReq with value set to v.
func (OptPostConclusionReq) Get ¶
func (o OptPostConclusionReq) Get() (v PostConclusionReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptPostConclusionReq) IsSet ¶
func (o OptPostConclusionReq) IsSet() bool
IsSet returns true if OptPostConclusionReq was set.
func (OptPostConclusionReq) Or ¶
func (o OptPostConclusionReq) Or(d PostConclusionReq) PostConclusionReq
Or returns value if set, or given parameter if does not.
func (*OptPostConclusionReq) SetTo ¶
func (o *OptPostConclusionReq) SetTo(v PostConclusionReq)
SetTo sets value to v.
type OptPostOpinionPostReq ¶
type OptPostOpinionPostReq struct { Value PostOpinionPostReq Set bool }
OptPostOpinionPostReq is optional PostOpinionPostReq.
func NewOptPostOpinionPostReq ¶
func NewOptPostOpinionPostReq(v PostOpinionPostReq) OptPostOpinionPostReq
NewOptPostOpinionPostReq returns new OptPostOpinionPostReq with value set to v.
func (OptPostOpinionPostReq) Get ¶
func (o OptPostOpinionPostReq) Get() (v PostOpinionPostReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptPostOpinionPostReq) IsSet ¶
func (o OptPostOpinionPostReq) IsSet() bool
IsSet returns true if OptPostOpinionPostReq was set.
func (OptPostOpinionPostReq) Or ¶
func (o OptPostOpinionPostReq) Or(d PostOpinionPostReq) PostOpinionPostReq
Or returns value if set, or given parameter if does not.
func (*OptPostOpinionPostReq) SetTo ¶
func (o *OptPostOpinionPostReq) SetTo(v PostOpinionPostReq)
SetTo sets value to v.
type OptPostTimeLineItemReq ¶
type OptPostTimeLineItemReq struct { Value PostTimeLineItemReq Set bool }
OptPostTimeLineItemReq is optional PostTimeLineItemReq.
func NewOptPostTimeLineItemReq ¶
func NewOptPostTimeLineItemReq(v PostTimeLineItemReq) OptPostTimeLineItemReq
NewOptPostTimeLineItemReq returns new OptPostTimeLineItemReq with value set to v.
func (OptPostTimeLineItemReq) Get ¶
func (o OptPostTimeLineItemReq) Get() (v PostTimeLineItemReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptPostTimeLineItemReq) IsSet ¶
func (o OptPostTimeLineItemReq) IsSet() bool
IsSet returns true if OptPostTimeLineItemReq was set.
func (OptPostTimeLineItemReq) Or ¶
func (o OptPostTimeLineItemReq) Or(d PostTimeLineItemReq) PostTimeLineItemReq
Or returns value if set, or given parameter if does not.
func (*OptPostTimeLineItemReq) SetTo ¶
func (o *OptPostTimeLineItemReq) SetTo(v PostTimeLineItemReq)
SetTo sets value to v.
type OptRegisterUserReq ¶
type OptRegisterUserReq struct { Value RegisterUserReq Set bool }
OptRegisterUserReq is optional RegisterUserReq.
func NewOptRegisterUserReq ¶
func NewOptRegisterUserReq(v RegisterUserReq) OptRegisterUserReq
NewOptRegisterUserReq returns new OptRegisterUserReq with value set to v.
func (OptRegisterUserReq) Get ¶
func (o OptRegisterUserReq) Get() (v RegisterUserReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptRegisterUserReq) IsSet ¶
func (o OptRegisterUserReq) IsSet() bool
IsSet returns true if OptRegisterUserReq was set.
func (OptRegisterUserReq) Or ¶
func (o OptRegisterUserReq) Or(d RegisterUserReq) RegisterUserReq
Or returns value if set, or given parameter if does not.
func (*OptRegisterUserReq) SetTo ¶
func (o *OptRegisterUserReq) SetTo(v RegisterUserReq)
SetTo sets value to v.
type OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation ¶
type OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation struct { Value SessionsHistoryOKTalkSessionsItemTalkSessionLocation Set bool }
OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation is optional SessionsHistoryOKTalkSessionsItemTalkSessionLocation.
func NewOptSessionsHistoryOKTalkSessionsItemTalkSessionLocation ¶
func NewOptSessionsHistoryOKTalkSessionsItemTalkSessionLocation(v SessionsHistoryOKTalkSessionsItemTalkSessionLocation) OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation
NewOptSessionsHistoryOKTalkSessionsItemTalkSessionLocation returns new OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation with value set to v.
func (*OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Decode ¶
func (o *OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
Decode decodes SessionsHistoryOKTalkSessionsItemTalkSessionLocation from json.
func (OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Encode ¶
func (o OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
Encode encodes SessionsHistoryOKTalkSessionsItemTalkSessionLocation as json.
func (OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Get ¶
func (o OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Get() (v SessionsHistoryOKTalkSessionsItemTalkSessionLocation, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) IsSet ¶
func (o OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) IsSet() bool
IsSet returns true if OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation was set.
func (OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) MarshalJSON ¶
func (s OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Or ¶
func (o OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Or(d SessionsHistoryOKTalkSessionsItemTalkSessionLocation) SessionsHistoryOKTalkSessionsItemTalkSessionLocation
Or returns value if set, or given parameter if does not.
func (*OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Reset ¶
func (o *OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) Reset()
Reset unsets value.
func (*OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) SetTo ¶
func (o *OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) SetTo(v SessionsHistoryOKTalkSessionsItemTalkSessionLocation)
SetTo sets value to v.
func (*OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON ¶
func (s *OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptString ¶
OptString is optional string.
func NewOptString ¶
NewOptString returns new OptString with value set to v.
func (OptString) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptString) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptSwipeOpinionsOKItemOpinionVoteType ¶
type OptSwipeOpinionsOKItemOpinionVoteType struct { Value SwipeOpinionsOKItemOpinionVoteType Set bool }
OptSwipeOpinionsOKItemOpinionVoteType is optional SwipeOpinionsOKItemOpinionVoteType.
func NewOptSwipeOpinionsOKItemOpinionVoteType ¶
func NewOptSwipeOpinionsOKItemOpinionVoteType(v SwipeOpinionsOKItemOpinionVoteType) OptSwipeOpinionsOKItemOpinionVoteType
NewOptSwipeOpinionsOKItemOpinionVoteType returns new OptSwipeOpinionsOKItemOpinionVoteType with value set to v.
func (*OptSwipeOpinionsOKItemOpinionVoteType) Decode ¶
func (o *OptSwipeOpinionsOKItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes SwipeOpinionsOKItemOpinionVoteType from json.
func (OptSwipeOpinionsOKItemOpinionVoteType) Encode ¶
func (o OptSwipeOpinionsOKItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes SwipeOpinionsOKItemOpinionVoteType as json.
func (OptSwipeOpinionsOKItemOpinionVoteType) Get ¶
func (o OptSwipeOpinionsOKItemOpinionVoteType) Get() (v SwipeOpinionsOKItemOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptSwipeOpinionsOKItemOpinionVoteType) IsSet ¶
func (o OptSwipeOpinionsOKItemOpinionVoteType) IsSet() bool
IsSet returns true if OptSwipeOpinionsOKItemOpinionVoteType was set.
func (OptSwipeOpinionsOKItemOpinionVoteType) MarshalJSON ¶
func (s OptSwipeOpinionsOKItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptSwipeOpinionsOKItemOpinionVoteType) Or ¶
func (o OptSwipeOpinionsOKItemOpinionVoteType) Or(d SwipeOpinionsOKItemOpinionVoteType) SwipeOpinionsOKItemOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptSwipeOpinionsOKItemOpinionVoteType) Reset ¶
func (o *OptSwipeOpinionsOKItemOpinionVoteType) Reset()
Reset unsets value.
func (*OptSwipeOpinionsOKItemOpinionVoteType) SetTo ¶
func (o *OptSwipeOpinionsOKItemOpinionVoteType) SetTo(v SwipeOpinionsOKItemOpinionVoteType)
SetTo sets value to v.
func (*OptSwipeOpinionsOKItemOpinionVoteType) UnmarshalJSON ¶
func (s *OptSwipeOpinionsOKItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType ¶
type OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType struct { Value TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType Set bool }
OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType is optional TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType.
func NewOptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType ¶
func NewOptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType(v TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType
NewOptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType returns new OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType with value set to v.
func (*OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Decode ¶
func (o *OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType from json.
func (OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Encode ¶
func (o OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType as json.
func (OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Get ¶
func (o OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Get() (v TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) IsSet ¶
func (o OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) IsSet() bool
IsSet returns true if OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType was set.
func (OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Or ¶
func (o OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Or(d TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType
Or returns value if set, or given parameter if does not.
func (*OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Reset ¶
func (o *OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Reset()
Reset unsets value.
func (*OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) SetTo ¶
func (o *OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) SetTo(v TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType)
SetTo sets value to v.
func (*OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptTalkSessionAnalysisOKMyPosition ¶
type OptTalkSessionAnalysisOKMyPosition struct { Value TalkSessionAnalysisOKMyPosition Set bool }
OptTalkSessionAnalysisOKMyPosition is optional TalkSessionAnalysisOKMyPosition.
func NewOptTalkSessionAnalysisOKMyPosition ¶
func NewOptTalkSessionAnalysisOKMyPosition(v TalkSessionAnalysisOKMyPosition) OptTalkSessionAnalysisOKMyPosition
NewOptTalkSessionAnalysisOKMyPosition returns new OptTalkSessionAnalysisOKMyPosition with value set to v.
func (*OptTalkSessionAnalysisOKMyPosition) Decode ¶
func (o *OptTalkSessionAnalysisOKMyPosition) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOKMyPosition from json.
func (OptTalkSessionAnalysisOKMyPosition) Encode ¶
func (o OptTalkSessionAnalysisOKMyPosition) Encode(e *jx.Encoder)
Encode encodes TalkSessionAnalysisOKMyPosition as json.
func (OptTalkSessionAnalysisOKMyPosition) Get ¶
func (o OptTalkSessionAnalysisOKMyPosition) Get() (v TalkSessionAnalysisOKMyPosition, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptTalkSessionAnalysisOKMyPosition) IsSet ¶
func (o OptTalkSessionAnalysisOKMyPosition) IsSet() bool
IsSet returns true if OptTalkSessionAnalysisOKMyPosition was set.
func (OptTalkSessionAnalysisOKMyPosition) MarshalJSON ¶
func (s OptTalkSessionAnalysisOKMyPosition) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptTalkSessionAnalysisOKMyPosition) Or ¶
func (o OptTalkSessionAnalysisOKMyPosition) Or(d TalkSessionAnalysisOKMyPosition) TalkSessionAnalysisOKMyPosition
Or returns value if set, or given parameter if does not.
func (*OptTalkSessionAnalysisOKMyPosition) Reset ¶
func (o *OptTalkSessionAnalysisOKMyPosition) Reset()
Reset unsets value.
func (*OptTalkSessionAnalysisOKMyPosition) SetTo ¶
func (o *OptTalkSessionAnalysisOKMyPosition) SetTo(v TalkSessionAnalysisOKMyPosition)
SetTo sets value to v.
func (*OptTalkSessionAnalysisOKMyPosition) UnmarshalJSON ¶
func (s *OptTalkSessionAnalysisOKMyPosition) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptURI ¶
OptURI is optional url.URL.
func (OptURI) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptURI) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptVoteOKItemVoteType ¶
type OptVoteOKItemVoteType struct { Value VoteOKItemVoteType Set bool }
OptVoteOKItemVoteType is optional VoteOKItemVoteType.
func NewOptVoteOKItemVoteType ¶
func NewOptVoteOKItemVoteType(v VoteOKItemVoteType) OptVoteOKItemVoteType
NewOptVoteOKItemVoteType returns new OptVoteOKItemVoteType with value set to v.
func (*OptVoteOKItemVoteType) Decode ¶
func (o *OptVoteOKItemVoteType) Decode(d *jx.Decoder) error
Decode decodes VoteOKItemVoteType from json.
func (OptVoteOKItemVoteType) Encode ¶
func (o OptVoteOKItemVoteType) Encode(e *jx.Encoder)
Encode encodes VoteOKItemVoteType as json.
func (OptVoteOKItemVoteType) Get ¶
func (o OptVoteOKItemVoteType) Get() (v VoteOKItemVoteType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptVoteOKItemVoteType) IsSet ¶
func (o OptVoteOKItemVoteType) IsSet() bool
IsSet returns true if OptVoteOKItemVoteType was set.
func (OptVoteOKItemVoteType) MarshalJSON ¶
func (s OptVoteOKItemVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptVoteOKItemVoteType) Or ¶
func (o OptVoteOKItemVoteType) Or(d VoteOKItemVoteType) VoteOKItemVoteType
Or returns value if set, or given parameter if does not.
func (*OptVoteOKItemVoteType) SetTo ¶
func (o *OptVoteOKItemVoteType) SetTo(v VoteOKItemVoteType)
SetTo sets value to v.
func (*OptVoteOKItemVoteType) UnmarshalJSON ¶
func (s *OptVoteOKItemVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptVoteReq ¶
OptVoteReq is optional VoteReq.
func NewOptVoteReq ¶
func NewOptVoteReq(v VoteReq) OptVoteReq
NewOptVoteReq returns new OptVoteReq with value set to v.
func (OptVoteReq) Get ¶
func (o OptVoteReq) Get() (v VoteReq, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptVoteReq) IsSet ¶
func (o OptVoteReq) IsSet() bool
IsSet returns true if OptVoteReq was set.
func (OptVoteReq) Or ¶
func (o OptVoteReq) Or(d VoteReq) VoteReq
Or returns value if set, or given parameter if does not.
type Option ¶
type Option interface { ServerOption }
Option is config option.
func WithMeterProvider ¶
func WithMeterProvider(provider metric.MeterProvider) Option
WithMeterProvider specifies a meter provider to use for creating a meter.
If none is specified, the otel.GetMeterProvider() is used.
func WithTracerProvider ¶
func WithTracerProvider(provider trace.TracerProvider) Option
WithTracerProvider specifies a tracer provider to use for creating a tracer.
If none is specified, the global provider is used.
type PostConclusionBadRequest ¶
type PostConclusionBadRequest struct{}
func (*PostConclusionBadRequest) Decode ¶
func (s *PostConclusionBadRequest) Decode(d *jx.Decoder) error
Decode decodes PostConclusionBadRequest from json.
func (*PostConclusionBadRequest) Encode ¶
func (s *PostConclusionBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostConclusionBadRequest) MarshalJSON ¶
func (s *PostConclusionBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostConclusionBadRequest) UnmarshalJSON ¶
func (s *PostConclusionBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostConclusionInternalServerError ¶
type PostConclusionInternalServerError struct{}
func (*PostConclusionInternalServerError) Decode ¶
func (s *PostConclusionInternalServerError) Decode(d *jx.Decoder) error
Decode decodes PostConclusionInternalServerError from json.
func (*PostConclusionInternalServerError) Encode ¶
func (s *PostConclusionInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostConclusionInternalServerError) MarshalJSON ¶
func (s *PostConclusionInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostConclusionInternalServerError) UnmarshalJSON ¶
func (s *PostConclusionInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostConclusionOK ¶
type PostConclusionOK struct { // 作成者. User PostConclusionOKUser `json:"user"` // 結論本文. Content string `json:"content"` }
func (*PostConclusionOK) Decode ¶
func (s *PostConclusionOK) Decode(d *jx.Decoder) error
Decode decodes PostConclusionOK from json.
func (*PostConclusionOK) Encode ¶
func (s *PostConclusionOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostConclusionOK) GetContent ¶
func (s *PostConclusionOK) GetContent() string
GetContent returns the value of Content.
func (*PostConclusionOK) GetUser ¶
func (s *PostConclusionOK) GetUser() PostConclusionOKUser
GetUser returns the value of User.
func (*PostConclusionOK) MarshalJSON ¶
func (s *PostConclusionOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostConclusionOK) SetContent ¶
func (s *PostConclusionOK) SetContent(val string)
SetContent sets the value of Content.
func (*PostConclusionOK) SetUser ¶
func (s *PostConclusionOK) SetUser(val PostConclusionOKUser)
SetUser sets the value of User.
func (*PostConclusionOK) UnmarshalJSON ¶
func (s *PostConclusionOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*PostConclusionOK) Validate ¶
func (s *PostConclusionOK) Validate() error
type PostConclusionOKUser ¶
type PostConclusionOKUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*PostConclusionOKUser) Decode ¶
func (s *PostConclusionOKUser) Decode(d *jx.Decoder) error
Decode decodes PostConclusionOKUser from json.
func (*PostConclusionOKUser) Encode ¶
func (s *PostConclusionOKUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostConclusionOKUser) GetDisplayID ¶
func (s *PostConclusionOKUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*PostConclusionOKUser) GetDisplayName ¶
func (s *PostConclusionOKUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*PostConclusionOKUser) GetIconURL ¶
func (s *PostConclusionOKUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*PostConclusionOKUser) MarshalJSON ¶
func (s *PostConclusionOKUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostConclusionOKUser) SetDisplayID ¶
func (s *PostConclusionOKUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*PostConclusionOKUser) SetDisplayName ¶
func (s *PostConclusionOKUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*PostConclusionOKUser) SetIconURL ¶
func (s *PostConclusionOKUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*PostConclusionOKUser) UnmarshalJSON ¶
func (s *PostConclusionOKUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*PostConclusionOKUser) Validate ¶
func (s *PostConclusionOKUser) Validate() error
type PostConclusionParams ¶
type PostConclusionParams struct {
TalkSessionID string
}
PostConclusionParams is parameters of postConclusion operation.
type PostConclusionReq ¶
type PostConclusionReq struct { // 結論本文。2文字以上. Content string `json:"content"` }
func (*PostConclusionReq) GetContent ¶
func (s *PostConclusionReq) GetContent() string
GetContent returns the value of Content.
func (*PostConclusionReq) SetContent ¶
func (s *PostConclusionReq) SetContent(val string)
SetContent sets the value of Content.
func (*PostConclusionReq) Validate ¶
func (s *PostConclusionReq) Validate() error
type PostConclusionRes ¶
type PostConclusionRes interface {
// contains filtered or unexported methods
}
type PostOpinionPostBadRequest ¶
func (*PostOpinionPostBadRequest) Decode ¶
func (s *PostOpinionPostBadRequest) Decode(d *jx.Decoder) error
Decode decodes PostOpinionPostBadRequest from json.
func (*PostOpinionPostBadRequest) Encode ¶
func (s *PostOpinionPostBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostOpinionPostBadRequest) GetCode ¶
func (s *PostOpinionPostBadRequest) GetCode() string
GetCode returns the value of Code.
func (*PostOpinionPostBadRequest) GetMessage ¶
func (s *PostOpinionPostBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*PostOpinionPostBadRequest) MarshalJSON ¶
func (s *PostOpinionPostBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostOpinionPostBadRequest) SetCode ¶
func (s *PostOpinionPostBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*PostOpinionPostBadRequest) SetMessage ¶
func (s *PostOpinionPostBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*PostOpinionPostBadRequest) UnmarshalJSON ¶
func (s *PostOpinionPostBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostOpinionPostInternalServerError ¶
type PostOpinionPostInternalServerError struct { Code string `json:"code"` Message string `json:"message"` }
func (*PostOpinionPostInternalServerError) Decode ¶
func (s *PostOpinionPostInternalServerError) Decode(d *jx.Decoder) error
Decode decodes PostOpinionPostInternalServerError from json.
func (*PostOpinionPostInternalServerError) Encode ¶
func (s *PostOpinionPostInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostOpinionPostInternalServerError) GetCode ¶
func (s *PostOpinionPostInternalServerError) GetCode() string
GetCode returns the value of Code.
func (*PostOpinionPostInternalServerError) GetMessage ¶
func (s *PostOpinionPostInternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*PostOpinionPostInternalServerError) MarshalJSON ¶
func (s *PostOpinionPostInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostOpinionPostInternalServerError) SetCode ¶
func (s *PostOpinionPostInternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*PostOpinionPostInternalServerError) SetMessage ¶
func (s *PostOpinionPostInternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*PostOpinionPostInternalServerError) UnmarshalJSON ¶
func (s *PostOpinionPostInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostOpinionPostOK ¶
type PostOpinionPostOK struct{}
func (*PostOpinionPostOK) Decode ¶
func (s *PostOpinionPostOK) Decode(d *jx.Decoder) error
Decode decodes PostOpinionPostOK from json.
func (*PostOpinionPostOK) Encode ¶
func (s *PostOpinionPostOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostOpinionPostOK) MarshalJSON ¶
func (s *PostOpinionPostOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostOpinionPostOK) UnmarshalJSON ¶
func (s *PostOpinionPostOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostOpinionPostParams ¶
type PostOpinionPostParams struct {
TalkSessionID string
}
PostOpinionPostParams is parameters of postOpinionPost operation.
type PostOpinionPostReq ¶
type PostOpinionPostReq struct { ParentOpinionID OptNilString `json:"parentOpinionID"` Title OptNilString `json:"title"` OpinionContent string `json:"opinionContent"` ReferenceURL OptNilString `json:"referenceURL"` // 参考画像。4MiBまで. Picture OptMultipartFile `json:"picture"` }
func (*PostOpinionPostReq) GetOpinionContent ¶
func (s *PostOpinionPostReq) GetOpinionContent() string
GetOpinionContent returns the value of OpinionContent.
func (*PostOpinionPostReq) GetParentOpinionID ¶
func (s *PostOpinionPostReq) GetParentOpinionID() OptNilString
GetParentOpinionID returns the value of ParentOpinionID.
func (*PostOpinionPostReq) GetPicture ¶
func (s *PostOpinionPostReq) GetPicture() OptMultipartFile
GetPicture returns the value of Picture.
func (*PostOpinionPostReq) GetReferenceURL ¶
func (s *PostOpinionPostReq) GetReferenceURL() OptNilString
GetReferenceURL returns the value of ReferenceURL.
func (*PostOpinionPostReq) GetTitle ¶
func (s *PostOpinionPostReq) GetTitle() OptNilString
GetTitle returns the value of Title.
func (*PostOpinionPostReq) SetOpinionContent ¶
func (s *PostOpinionPostReq) SetOpinionContent(val string)
SetOpinionContent sets the value of OpinionContent.
func (*PostOpinionPostReq) SetParentOpinionID ¶
func (s *PostOpinionPostReq) SetParentOpinionID(val OptNilString)
SetParentOpinionID sets the value of ParentOpinionID.
func (*PostOpinionPostReq) SetPicture ¶
func (s *PostOpinionPostReq) SetPicture(val OptMultipartFile)
SetPicture sets the value of Picture.
func (*PostOpinionPostReq) SetReferenceURL ¶
func (s *PostOpinionPostReq) SetReferenceURL(val OptNilString)
SetReferenceURL sets the value of ReferenceURL.
func (*PostOpinionPostReq) SetTitle ¶
func (s *PostOpinionPostReq) SetTitle(val OptNilString)
SetTitle sets the value of Title.
func (*PostOpinionPostReq) Validate ¶
func (s *PostOpinionPostReq) Validate() error
type PostOpinionPostRes ¶
type PostOpinionPostRes interface {
// contains filtered or unexported methods
}
type PostTimeLineItemBadRequest ¶
type PostTimeLineItemBadRequest struct{}
func (*PostTimeLineItemBadRequest) Decode ¶
func (s *PostTimeLineItemBadRequest) Decode(d *jx.Decoder) error
Decode decodes PostTimeLineItemBadRequest from json.
func (*PostTimeLineItemBadRequest) Encode ¶
func (s *PostTimeLineItemBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostTimeLineItemBadRequest) MarshalJSON ¶
func (s *PostTimeLineItemBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostTimeLineItemBadRequest) UnmarshalJSON ¶
func (s *PostTimeLineItemBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostTimeLineItemInternalServerError ¶
type PostTimeLineItemInternalServerError struct{}
func (*PostTimeLineItemInternalServerError) Decode ¶
func (s *PostTimeLineItemInternalServerError) Decode(d *jx.Decoder) error
Decode decodes PostTimeLineItemInternalServerError from json.
func (*PostTimeLineItemInternalServerError) Encode ¶
func (s *PostTimeLineItemInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostTimeLineItemInternalServerError) MarshalJSON ¶
func (s *PostTimeLineItemInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostTimeLineItemInternalServerError) UnmarshalJSON ¶
func (s *PostTimeLineItemInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostTimeLineItemOK ¶
type PostTimeLineItemOK struct { ActionItemID string `json:"ActionItemID"` Sequence int `json:"Sequence"` Content string `json:"Content"` Status string `json:"Status"` CreatedAt string `json:"CreatedAt"` UpdatedAt string `json:"UpdatedAt"` }
func (*PostTimeLineItemOK) Decode ¶
func (s *PostTimeLineItemOK) Decode(d *jx.Decoder) error
Decode decodes PostTimeLineItemOK from json.
func (*PostTimeLineItemOK) Encode ¶
func (s *PostTimeLineItemOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PostTimeLineItemOK) GetActionItemID ¶
func (s *PostTimeLineItemOK) GetActionItemID() string
GetActionItemID returns the value of ActionItemID.
func (*PostTimeLineItemOK) GetContent ¶
func (s *PostTimeLineItemOK) GetContent() string
GetContent returns the value of Content.
func (*PostTimeLineItemOK) GetCreatedAt ¶
func (s *PostTimeLineItemOK) GetCreatedAt() string
GetCreatedAt returns the value of CreatedAt.
func (*PostTimeLineItemOK) GetSequence ¶
func (s *PostTimeLineItemOK) GetSequence() int
GetSequence returns the value of Sequence.
func (*PostTimeLineItemOK) GetStatus ¶
func (s *PostTimeLineItemOK) GetStatus() string
GetStatus returns the value of Status.
func (*PostTimeLineItemOK) GetUpdatedAt ¶
func (s *PostTimeLineItemOK) GetUpdatedAt() string
GetUpdatedAt returns the value of UpdatedAt.
func (*PostTimeLineItemOK) MarshalJSON ¶
func (s *PostTimeLineItemOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PostTimeLineItemOK) SetActionItemID ¶
func (s *PostTimeLineItemOK) SetActionItemID(val string)
SetActionItemID sets the value of ActionItemID.
func (*PostTimeLineItemOK) SetContent ¶
func (s *PostTimeLineItemOK) SetContent(val string)
SetContent sets the value of Content.
func (*PostTimeLineItemOK) SetCreatedAt ¶
func (s *PostTimeLineItemOK) SetCreatedAt(val string)
SetCreatedAt sets the value of CreatedAt.
func (*PostTimeLineItemOK) SetSequence ¶
func (s *PostTimeLineItemOK) SetSequence(val int)
SetSequence sets the value of Sequence.
func (*PostTimeLineItemOK) SetStatus ¶
func (s *PostTimeLineItemOK) SetStatus(val string)
SetStatus sets the value of Status.
func (*PostTimeLineItemOK) SetUpdatedAt ¶
func (s *PostTimeLineItemOK) SetUpdatedAt(val string)
SetUpdatedAt sets the value of UpdatedAt.
func (*PostTimeLineItemOK) UnmarshalJSON ¶
func (s *PostTimeLineItemOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PostTimeLineItemParams ¶
type PostTimeLineItemParams struct {
TalkSessionID string
}
PostTimeLineItemParams is parameters of postTimeLineItem operation.
type PostTimeLineItemReq ¶
type PostTimeLineItemReq struct { Content string `json:"content"` Status string `json:"status"` // 親があるなら親のIDヲシテイ. ParentActionItemID OptNilString `json:"parentActionItemID"` }
func (*PostTimeLineItemReq) GetContent ¶
func (s *PostTimeLineItemReq) GetContent() string
GetContent returns the value of Content.
func (*PostTimeLineItemReq) GetParentActionItemID ¶
func (s *PostTimeLineItemReq) GetParentActionItemID() OptNilString
GetParentActionItemID returns the value of ParentActionItemID.
func (*PostTimeLineItemReq) GetStatus ¶
func (s *PostTimeLineItemReq) GetStatus() string
GetStatus returns the value of Status.
func (*PostTimeLineItemReq) SetContent ¶
func (s *PostTimeLineItemReq) SetContent(val string)
SetContent sets the value of Content.
func (*PostTimeLineItemReq) SetParentActionItemID ¶
func (s *PostTimeLineItemReq) SetParentActionItemID(val OptNilString)
SetParentActionItemID sets the value of ParentActionItemID.
func (*PostTimeLineItemReq) SetStatus ¶
func (s *PostTimeLineItemReq) SetStatus(val string)
SetStatus sets the value of Status.
type PostTimeLineItemRes ¶
type PostTimeLineItemRes interface {
// contains filtered or unexported methods
}
type RegisterUserBadRequest ¶
func (*RegisterUserBadRequest) Decode ¶
func (s *RegisterUserBadRequest) Decode(d *jx.Decoder) error
Decode decodes RegisterUserBadRequest from json.
func (*RegisterUserBadRequest) Encode ¶
func (s *RegisterUserBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*RegisterUserBadRequest) GetCode ¶
func (s *RegisterUserBadRequest) GetCode() string
GetCode returns the value of Code.
func (*RegisterUserBadRequest) GetMessage ¶
func (s *RegisterUserBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*RegisterUserBadRequest) MarshalJSON ¶
func (s *RegisterUserBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RegisterUserBadRequest) SetCode ¶
func (s *RegisterUserBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*RegisterUserBadRequest) SetMessage ¶
func (s *RegisterUserBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*RegisterUserBadRequest) UnmarshalJSON ¶
func (s *RegisterUserBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RegisterUserInternalServerError ¶
type RegisterUserInternalServerError struct { Code string `json:"code"` Message string `json:"message"` }
func (*RegisterUserInternalServerError) Decode ¶
func (s *RegisterUserInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RegisterUserInternalServerError from json.
func (*RegisterUserInternalServerError) Encode ¶
func (s *RegisterUserInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*RegisterUserInternalServerError) GetCode ¶
func (s *RegisterUserInternalServerError) GetCode() string
GetCode returns the value of Code.
func (*RegisterUserInternalServerError) GetMessage ¶
func (s *RegisterUserInternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*RegisterUserInternalServerError) MarshalJSON ¶
func (s *RegisterUserInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RegisterUserInternalServerError) SetCode ¶
func (s *RegisterUserInternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*RegisterUserInternalServerError) SetMessage ¶
func (s *RegisterUserInternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*RegisterUserInternalServerError) UnmarshalJSON ¶
func (s *RegisterUserInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RegisterUserOK ¶
type RegisterUserOK struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
func (*RegisterUserOK) Decode ¶
func (s *RegisterUserOK) Decode(d *jx.Decoder) error
Decode decodes RegisterUserOK from json.
func (*RegisterUserOK) Encode ¶
func (s *RegisterUserOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*RegisterUserOK) GetDisplayID ¶
func (s *RegisterUserOK) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*RegisterUserOK) GetDisplayName ¶
func (s *RegisterUserOK) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*RegisterUserOK) GetIconURL ¶
func (s *RegisterUserOK) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*RegisterUserOK) MarshalJSON ¶
func (s *RegisterUserOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RegisterUserOK) SetDisplayID ¶
func (s *RegisterUserOK) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*RegisterUserOK) SetDisplayName ¶
func (s *RegisterUserOK) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*RegisterUserOK) SetIconURL ¶
func (s *RegisterUserOK) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*RegisterUserOK) UnmarshalJSON ¶
func (s *RegisterUserOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*RegisterUserOK) Validate ¶
func (s *RegisterUserOK) Validate() error
type RegisterUserReq ¶
type RegisterUserReq struct { // ユーザー名。日本語なども設定可能。. DisplayName string `json:"displayName"` // ユーザーID。プロフィールのパスなどで使用される。DBのIDとは別。. DisplayID string `json:"displayID"` // ユーザーアイコン. Icon OptMultipartFile `json:"icon"` // 生まれ年. YearOfBirth OptNilInt `json:"yearOfBirth"` // 性別. Gender OptNilRegisterUserReqGender `json:"gender"` // 都道府県. Prefecture OptString `json:"prefecture"` // 市区町村. City OptNilString `json:"city"` // ユーザーの職業. Occupation OptNilRegisterUserReqOccupation `json:"occupation"` // 世帯人数. HouseholdSize OptNilInt `json:"householdSize"` }
func (*RegisterUserReq) GetCity ¶
func (s *RegisterUserReq) GetCity() OptNilString
GetCity returns the value of City.
func (*RegisterUserReq) GetDisplayID ¶
func (s *RegisterUserReq) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*RegisterUserReq) GetDisplayName ¶
func (s *RegisterUserReq) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*RegisterUserReq) GetGender ¶
func (s *RegisterUserReq) GetGender() OptNilRegisterUserReqGender
GetGender returns the value of Gender.
func (*RegisterUserReq) GetHouseholdSize ¶
func (s *RegisterUserReq) GetHouseholdSize() OptNilInt
GetHouseholdSize returns the value of HouseholdSize.
func (*RegisterUserReq) GetIcon ¶
func (s *RegisterUserReq) GetIcon() OptMultipartFile
GetIcon returns the value of Icon.
func (*RegisterUserReq) GetOccupation ¶
func (s *RegisterUserReq) GetOccupation() OptNilRegisterUserReqOccupation
GetOccupation returns the value of Occupation.
func (*RegisterUserReq) GetPrefecture ¶
func (s *RegisterUserReq) GetPrefecture() OptString
GetPrefecture returns the value of Prefecture.
func (*RegisterUserReq) GetYearOfBirth ¶
func (s *RegisterUserReq) GetYearOfBirth() OptNilInt
GetYearOfBirth returns the value of YearOfBirth.
func (*RegisterUserReq) SetCity ¶
func (s *RegisterUserReq) SetCity(val OptNilString)
SetCity sets the value of City.
func (*RegisterUserReq) SetDisplayID ¶
func (s *RegisterUserReq) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*RegisterUserReq) SetDisplayName ¶
func (s *RegisterUserReq) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*RegisterUserReq) SetGender ¶
func (s *RegisterUserReq) SetGender(val OptNilRegisterUserReqGender)
SetGender sets the value of Gender.
func (*RegisterUserReq) SetHouseholdSize ¶
func (s *RegisterUserReq) SetHouseholdSize(val OptNilInt)
SetHouseholdSize sets the value of HouseholdSize.
func (*RegisterUserReq) SetIcon ¶
func (s *RegisterUserReq) SetIcon(val OptMultipartFile)
SetIcon sets the value of Icon.
func (*RegisterUserReq) SetOccupation ¶
func (s *RegisterUserReq) SetOccupation(val OptNilRegisterUserReqOccupation)
SetOccupation sets the value of Occupation.
func (*RegisterUserReq) SetPrefecture ¶
func (s *RegisterUserReq) SetPrefecture(val OptString)
SetPrefecture sets the value of Prefecture.
func (*RegisterUserReq) SetYearOfBirth ¶
func (s *RegisterUserReq) SetYearOfBirth(val OptNilInt)
SetYearOfBirth sets the value of YearOfBirth.
func (*RegisterUserReq) Validate ¶
func (s *RegisterUserReq) Validate() error
type RegisterUserReqGender ¶
type RegisterUserReqGender string
性別.
const ( RegisterUserReqGender_0 RegisterUserReqGender = "男性" RegisterUserReqGender_1 RegisterUserReqGender = "女性" RegisterUserReqGender_2 RegisterUserReqGender = "その他" RegisterUserReqGender_3 RegisterUserReqGender = "回答しない" )
func (RegisterUserReqGender) AllValues ¶
func (RegisterUserReqGender) AllValues() []RegisterUserReqGender
AllValues returns all RegisterUserReqGender values.
func (RegisterUserReqGender) MarshalText ¶
func (s RegisterUserReqGender) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*RegisterUserReqGender) UnmarshalText ¶
func (s *RegisterUserReqGender) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (RegisterUserReqGender) Validate ¶
func (s RegisterUserReqGender) Validate() error
type RegisterUserReqOccupation ¶
type RegisterUserReqOccupation string
ユーザーの職業.
const ( RegisterUserReqOccupation_0 RegisterUserReqOccupation = "正社員" RegisterUserReqOccupation_1 RegisterUserReqOccupation = "契約社員" RegisterUserReqOccupation_2 RegisterUserReqOccupation = "公務員" RegisterUserReqOccupation_3 RegisterUserReqOccupation = "自営業" RegisterUserReqOccupation_4 RegisterUserReqOccupation = "会社役員" RegisterUserReqOccupation_5 RegisterUserReqOccupation = "パート・アルバイト" RegisterUserReqOccupation_6 RegisterUserReqOccupation = "家事従事者" RegisterUserReqOccupation_7 RegisterUserReqOccupation = "学生" RegisterUserReqOccupation_8 RegisterUserReqOccupation = "無職" RegisterUserReqOccupation_9 RegisterUserReqOccupation = "その他" RegisterUserReqOccupation_10 RegisterUserReqOccupation = "回答しない" )
func (RegisterUserReqOccupation) AllValues ¶
func (RegisterUserReqOccupation) AllValues() []RegisterUserReqOccupation
AllValues returns all RegisterUserReqOccupation values.
func (RegisterUserReqOccupation) MarshalText ¶
func (s RegisterUserReqOccupation) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*RegisterUserReqOccupation) UnmarshalText ¶
func (s *RegisterUserReqOccupation) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (RegisterUserReqOccupation) Validate ¶
func (s RegisterUserReqOccupation) Validate() error
type RegisterUserRes ¶
type RegisterUserRes interface {
// contains filtered or unexported methods
}
type Route ¶
type Route struct {
// contains filtered or unexported fields
}
Route is route object.
func (Route) OperationID ¶
OperationID returns OpenAPI operationId.
type SecurityHandler ¶
type SecurityHandler interface { // HandleSessionId handles SessionId security. HandleSessionId(ctx context.Context, operationName string, t SessionId) (context.Context, error) }
SecurityHandler is handler for security parameters.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
func NewServer ¶
func NewServer(h Handler, sec SecurityHandler, opts ...ServerOption) (*Server, error)
NewServer creates new Server.
type ServerOption ¶
type ServerOption interface {
// contains filtered or unexported methods
}
ServerOption is server config option.
func WithErrorHandler ¶
func WithErrorHandler(h ErrorHandler) ServerOption
WithErrorHandler specifies error handler to use.
func WithMaxMultipartMemory ¶
func WithMaxMultipartMemory(max int64) ServerOption
WithMaxMultipartMemory specifies limit of memory for storing file parts. File parts which can't be stored in memory will be stored on disk in temporary files.
func WithMethodNotAllowed ¶
func WithMethodNotAllowed(methodNotAllowed func(w http.ResponseWriter, r *http.Request, allowed string)) ServerOption
WithMethodNotAllowed specifies Method Not Allowed handler to use.
func WithMiddleware ¶
func WithMiddleware(m ...Middleware) ServerOption
WithMiddleware specifies middlewares to use.
func WithNotFound ¶
func WithNotFound(notFound http.HandlerFunc) ServerOption
WithNotFound specifies Not Found handler to use.
func WithPathPrefix ¶
func WithPathPrefix(prefix string) ServerOption
WithPathPrefix specifies server path prefix.
type SessionId ¶
type SessionId struct {
APIKey string
}
type SessionsHistoryBadRequest ¶
type SessionsHistoryBadRequest struct{}
func (*SessionsHistoryBadRequest) Decode ¶
func (s *SessionsHistoryBadRequest) Decode(d *jx.Decoder) error
Decode decodes SessionsHistoryBadRequest from json.
func (*SessionsHistoryBadRequest) Encode ¶
func (s *SessionsHistoryBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SessionsHistoryBadRequest) MarshalJSON ¶
func (s *SessionsHistoryBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SessionsHistoryBadRequest) UnmarshalJSON ¶
func (s *SessionsHistoryBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SessionsHistoryInternalServerError ¶
type SessionsHistoryInternalServerError struct{}
func (*SessionsHistoryInternalServerError) Decode ¶
func (s *SessionsHistoryInternalServerError) Decode(d *jx.Decoder) error
Decode decodes SessionsHistoryInternalServerError from json.
func (*SessionsHistoryInternalServerError) Encode ¶
func (s *SessionsHistoryInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SessionsHistoryInternalServerError) MarshalJSON ¶
func (s *SessionsHistoryInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SessionsHistoryInternalServerError) UnmarshalJSON ¶
func (s *SessionsHistoryInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SessionsHistoryOK ¶
type SessionsHistoryOK struct { Pagination SessionsHistoryOKPagination `json:"pagination"` TalkSessions []SessionsHistoryOKTalkSessionsItem `json:"talkSessions"` }
func (*SessionsHistoryOK) Decode ¶
func (s *SessionsHistoryOK) Decode(d *jx.Decoder) error
Decode decodes SessionsHistoryOK from json.
func (*SessionsHistoryOK) Encode ¶
func (s *SessionsHistoryOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SessionsHistoryOK) GetPagination ¶
func (s *SessionsHistoryOK) GetPagination() SessionsHistoryOKPagination
GetPagination returns the value of Pagination.
func (*SessionsHistoryOK) GetTalkSessions ¶
func (s *SessionsHistoryOK) GetTalkSessions() []SessionsHistoryOKTalkSessionsItem
GetTalkSessions returns the value of TalkSessions.
func (*SessionsHistoryOK) MarshalJSON ¶
func (s *SessionsHistoryOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SessionsHistoryOK) SetPagination ¶
func (s *SessionsHistoryOK) SetPagination(val SessionsHistoryOKPagination)
SetPagination sets the value of Pagination.
func (*SessionsHistoryOK) SetTalkSessions ¶
func (s *SessionsHistoryOK) SetTalkSessions(val []SessionsHistoryOKTalkSessionsItem)
SetTalkSessions sets the value of TalkSessions.
func (*SessionsHistoryOK) UnmarshalJSON ¶
func (s *SessionsHistoryOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SessionsHistoryOK) Validate ¶
func (s *SessionsHistoryOK) Validate() error
type SessionsHistoryOKPagination ¶
type SessionsHistoryOKPagination struct { TotalCount int `json:"totalCount"` Offset int `json:"offset"` Limit int `json:"limit"` }
func (*SessionsHistoryOKPagination) Decode ¶
func (s *SessionsHistoryOKPagination) Decode(d *jx.Decoder) error
Decode decodes SessionsHistoryOKPagination from json.
func (*SessionsHistoryOKPagination) Encode ¶
func (s *SessionsHistoryOKPagination) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SessionsHistoryOKPagination) GetLimit ¶
func (s *SessionsHistoryOKPagination) GetLimit() int
GetLimit returns the value of Limit.
func (*SessionsHistoryOKPagination) GetOffset ¶
func (s *SessionsHistoryOKPagination) GetOffset() int
GetOffset returns the value of Offset.
func (*SessionsHistoryOKPagination) GetTotalCount ¶
func (s *SessionsHistoryOKPagination) GetTotalCount() int
GetTotalCount returns the value of TotalCount.
func (*SessionsHistoryOKPagination) MarshalJSON ¶
func (s *SessionsHistoryOKPagination) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SessionsHistoryOKPagination) SetLimit ¶
func (s *SessionsHistoryOKPagination) SetLimit(val int)
SetLimit sets the value of Limit.
func (*SessionsHistoryOKPagination) SetOffset ¶
func (s *SessionsHistoryOKPagination) SetOffset(val int)
SetOffset sets the value of Offset.
func (*SessionsHistoryOKPagination) SetTotalCount ¶
func (s *SessionsHistoryOKPagination) SetTotalCount(val int)
SetTotalCount sets the value of TotalCount.
func (*SessionsHistoryOKPagination) UnmarshalJSON ¶
func (s *SessionsHistoryOKPagination) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SessionsHistoryOKTalkSessionsItem ¶
type SessionsHistoryOKTalkSessionsItem struct { OpinionCount int `json:"opinionCount"` TalkSession SessionsHistoryOKTalkSessionsItemTalkSession `json:"talkSession"` }
func (*SessionsHistoryOKTalkSessionsItem) Decode ¶
func (s *SessionsHistoryOKTalkSessionsItem) Decode(d *jx.Decoder) error
Decode decodes SessionsHistoryOKTalkSessionsItem from json.
func (*SessionsHistoryOKTalkSessionsItem) Encode ¶
func (s *SessionsHistoryOKTalkSessionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SessionsHistoryOKTalkSessionsItem) GetOpinionCount ¶
func (s *SessionsHistoryOKTalkSessionsItem) GetOpinionCount() int
GetOpinionCount returns the value of OpinionCount.
func (*SessionsHistoryOKTalkSessionsItem) GetTalkSession ¶
func (s *SessionsHistoryOKTalkSessionsItem) GetTalkSession() SessionsHistoryOKTalkSessionsItemTalkSession
GetTalkSession returns the value of TalkSession.
func (*SessionsHistoryOKTalkSessionsItem) MarshalJSON ¶
func (s *SessionsHistoryOKTalkSessionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SessionsHistoryOKTalkSessionsItem) SetOpinionCount ¶
func (s *SessionsHistoryOKTalkSessionsItem) SetOpinionCount(val int)
SetOpinionCount sets the value of OpinionCount.
func (*SessionsHistoryOKTalkSessionsItem) SetTalkSession ¶
func (s *SessionsHistoryOKTalkSessionsItem) SetTalkSession(val SessionsHistoryOKTalkSessionsItemTalkSession)
SetTalkSession sets the value of TalkSession.
func (*SessionsHistoryOKTalkSessionsItem) UnmarshalJSON ¶
func (s *SessionsHistoryOKTalkSessionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SessionsHistoryOKTalkSessionsItem) Validate ¶
func (s *SessionsHistoryOKTalkSessionsItem) Validate() error
type SessionsHistoryOKTalkSessionsItemTalkSession ¶
type SessionsHistoryOKTalkSessionsItemTalkSession struct { // トークセッションID. ID string `json:"id"` // テーマ. Theme string `json:"theme"` // 説明. Description OptNilString `json:"description"` // 作成者. Owner SessionsHistoryOKTalkSessionsItemTalkSessionOwner `json:"owner"` // 作成日時. CreatedAt string `json:"createdAt"` // 終了予定日時. ScheduledEndTime string `json:"scheduledEndTime"` // 位置情報. Location OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation `json:"location"` // 市区町村. City OptNilString `json:"city"` // 都道府県. Prefecture OptNilString `json:"prefecture"` }
func (*SessionsHistoryOKTalkSessionsItemTalkSession) Decode ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) Decode(d *jx.Decoder) error
Decode decodes SessionsHistoryOKTalkSessionsItemTalkSession from json.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) Encode ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) GetCity ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetCity() OptNilString
GetCity returns the value of City.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) GetCreatedAt ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetCreatedAt() string
GetCreatedAt returns the value of CreatedAt.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) GetDescription ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetDescription() OptNilString
GetDescription returns the value of Description.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) GetID ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetID() string
GetID returns the value of ID.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) GetLocation ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetLocation() OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation
GetLocation returns the value of Location.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) GetOwner ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetOwner() SessionsHistoryOKTalkSessionsItemTalkSessionOwner
GetOwner returns the value of Owner.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) GetPrefecture ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetPrefecture() OptNilString
GetPrefecture returns the value of Prefecture.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) GetScheduledEndTime ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetScheduledEndTime() string
GetScheduledEndTime returns the value of ScheduledEndTime.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) GetTheme ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) GetTheme() string
GetTheme returns the value of Theme.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) MarshalJSON ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) SetCity ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetCity(val OptNilString)
SetCity sets the value of City.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) SetCreatedAt ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetCreatedAt(val string)
SetCreatedAt sets the value of CreatedAt.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) SetDescription ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetDescription(val OptNilString)
SetDescription sets the value of Description.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) SetID ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetID(val string)
SetID sets the value of ID.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) SetLocation ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetLocation(val OptSessionsHistoryOKTalkSessionsItemTalkSessionLocation)
SetLocation sets the value of Location.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) SetOwner ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetOwner(val SessionsHistoryOKTalkSessionsItemTalkSessionOwner)
SetOwner sets the value of Owner.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) SetPrefecture ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetPrefecture(val OptNilString)
SetPrefecture sets the value of Prefecture.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) SetScheduledEndTime ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetScheduledEndTime(val string)
SetScheduledEndTime sets the value of ScheduledEndTime.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) SetTheme ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) SetTheme(val string)
SetTheme sets the value of Theme.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) UnmarshalJSON ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SessionsHistoryOKTalkSessionsItemTalkSession) Validate ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSession) Validate() error
type SessionsHistoryOKTalkSessionsItemTalkSessionLocation ¶
type SessionsHistoryOKTalkSessionsItemTalkSessionLocation struct { // 緯度. Latitude OptFloat64 `json:"latitude"` // 経度. Longitude OptFloat64 `json:"longitude"` }
位置情報.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionLocation) Decode ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) Decode(d *jx.Decoder) error
Decode decodes SessionsHistoryOKTalkSessionsItemTalkSessionLocation from json.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionLocation) Encode ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionLocation) GetLatitude ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) GetLatitude() OptFloat64
GetLatitude returns the value of Latitude.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionLocation) GetLongitude ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) GetLongitude() OptFloat64
GetLongitude returns the value of Longitude.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionLocation) MarshalJSON ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionLocation) SetLatitude ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) SetLatitude(val OptFloat64)
SetLatitude sets the value of Latitude.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionLocation) SetLongitude ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) SetLongitude(val OptFloat64)
SetLongitude sets the value of Longitude.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionLocation) Validate ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionLocation) Validate() error
type SessionsHistoryOKTalkSessionsItemTalkSessionOwner ¶
type SessionsHistoryOKTalkSessionsItemTalkSessionOwner struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) Decode ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) Decode(d *jx.Decoder) error
Decode decodes SessionsHistoryOKTalkSessionsItemTalkSessionOwner from json.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) Encode ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) GetDisplayID ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) GetDisplayName ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) GetIconURL ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) MarshalJSON ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) SetDisplayID ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) SetDisplayName ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) SetIconURL ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) UnmarshalJSON ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SessionsHistoryOKTalkSessionsItemTalkSessionOwner) Validate ¶
func (s *SessionsHistoryOKTalkSessionsItemTalkSessionOwner) Validate() error
type SessionsHistoryParams ¶
type SessionsHistoryParams struct { Limit OptInt Offset OptInt // テーマ. Theme OptNilString Status OptNilSessionsHistoryStatus }
SessionsHistoryParams is parameters of sessionsHistory operation.
type SessionsHistoryRes ¶
type SessionsHistoryRes interface {
// contains filtered or unexported methods
}
type SessionsHistoryStatus ¶
type SessionsHistoryStatus string
const ( SessionsHistoryStatusOpen SessionsHistoryStatus = "open" SessionsHistoryStatusFinished SessionsHistoryStatus = "finished" )
func (SessionsHistoryStatus) AllValues ¶
func (SessionsHistoryStatus) AllValues() []SessionsHistoryStatus
AllValues returns all SessionsHistoryStatus values.
func (SessionsHistoryStatus) MarshalText ¶
func (s SessionsHistoryStatus) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*SessionsHistoryStatus) UnmarshalText ¶
func (s *SessionsHistoryStatus) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (SessionsHistoryStatus) Validate ¶
func (s SessionsHistoryStatus) Validate() error
type SwipeOpinionsBadRequest ¶
func (*SwipeOpinionsBadRequest) Decode ¶
func (s *SwipeOpinionsBadRequest) Decode(d *jx.Decoder) error
Decode decodes SwipeOpinionsBadRequest from json.
func (*SwipeOpinionsBadRequest) Encode ¶
func (s *SwipeOpinionsBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SwipeOpinionsBadRequest) GetCode ¶
func (s *SwipeOpinionsBadRequest) GetCode() string
GetCode returns the value of Code.
func (*SwipeOpinionsBadRequest) GetMessage ¶
func (s *SwipeOpinionsBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*SwipeOpinionsBadRequest) MarshalJSON ¶
func (s *SwipeOpinionsBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SwipeOpinionsBadRequest) SetCode ¶
func (s *SwipeOpinionsBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*SwipeOpinionsBadRequest) SetMessage ¶
func (s *SwipeOpinionsBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*SwipeOpinionsBadRequest) UnmarshalJSON ¶
func (s *SwipeOpinionsBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SwipeOpinionsInternalServerError ¶
type SwipeOpinionsInternalServerError struct { Code string `json:"code"` Message string `json:"message"` }
func (*SwipeOpinionsInternalServerError) Decode ¶
func (s *SwipeOpinionsInternalServerError) Decode(d *jx.Decoder) error
Decode decodes SwipeOpinionsInternalServerError from json.
func (*SwipeOpinionsInternalServerError) Encode ¶
func (s *SwipeOpinionsInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SwipeOpinionsInternalServerError) GetCode ¶
func (s *SwipeOpinionsInternalServerError) GetCode() string
GetCode returns the value of Code.
func (*SwipeOpinionsInternalServerError) GetMessage ¶
func (s *SwipeOpinionsInternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*SwipeOpinionsInternalServerError) MarshalJSON ¶
func (s *SwipeOpinionsInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SwipeOpinionsInternalServerError) SetCode ¶
func (s *SwipeOpinionsInternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*SwipeOpinionsInternalServerError) SetMessage ¶
func (s *SwipeOpinionsInternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*SwipeOpinionsInternalServerError) UnmarshalJSON ¶
func (s *SwipeOpinionsInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SwipeOpinionsOKApplicationJSON ¶
type SwipeOpinionsOKApplicationJSON []SwipeOpinionsOKItem
func (*SwipeOpinionsOKApplicationJSON) Decode ¶
func (s *SwipeOpinionsOKApplicationJSON) Decode(d *jx.Decoder) error
Decode decodes SwipeOpinionsOKApplicationJSON from json.
func (SwipeOpinionsOKApplicationJSON) Encode ¶
func (s SwipeOpinionsOKApplicationJSON) Encode(e *jx.Encoder)
Encode encodes SwipeOpinionsOKApplicationJSON as json.
func (SwipeOpinionsOKApplicationJSON) MarshalJSON ¶
func (s SwipeOpinionsOKApplicationJSON) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SwipeOpinionsOKApplicationJSON) UnmarshalJSON ¶
func (s *SwipeOpinionsOKApplicationJSON) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (SwipeOpinionsOKApplicationJSON) Validate ¶
func (s SwipeOpinionsOKApplicationJSON) Validate() error
type SwipeOpinionsOKItem ¶
type SwipeOpinionsOKItem struct { Opinion SwipeOpinionsOKItemOpinion `json:"opinion"` // 作成者. User SwipeOpinionsOKItemUser `json:"user"` ReplyCount int `json:"replyCount"` }
func (*SwipeOpinionsOKItem) Decode ¶
func (s *SwipeOpinionsOKItem) Decode(d *jx.Decoder) error
Decode decodes SwipeOpinionsOKItem from json.
func (*SwipeOpinionsOKItem) Encode ¶
func (s *SwipeOpinionsOKItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SwipeOpinionsOKItem) GetOpinion ¶
func (s *SwipeOpinionsOKItem) GetOpinion() SwipeOpinionsOKItemOpinion
GetOpinion returns the value of Opinion.
func (*SwipeOpinionsOKItem) GetReplyCount ¶
func (s *SwipeOpinionsOKItem) GetReplyCount() int
GetReplyCount returns the value of ReplyCount.
func (*SwipeOpinionsOKItem) GetUser ¶
func (s *SwipeOpinionsOKItem) GetUser() SwipeOpinionsOKItemUser
GetUser returns the value of User.
func (*SwipeOpinionsOKItem) MarshalJSON ¶
func (s *SwipeOpinionsOKItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SwipeOpinionsOKItem) SetOpinion ¶
func (s *SwipeOpinionsOKItem) SetOpinion(val SwipeOpinionsOKItemOpinion)
SetOpinion sets the value of Opinion.
func (*SwipeOpinionsOKItem) SetReplyCount ¶
func (s *SwipeOpinionsOKItem) SetReplyCount(val int)
SetReplyCount sets the value of ReplyCount.
func (*SwipeOpinionsOKItem) SetUser ¶
func (s *SwipeOpinionsOKItem) SetUser(val SwipeOpinionsOKItemUser)
SetUser sets the value of User.
func (*SwipeOpinionsOKItem) UnmarshalJSON ¶
func (s *SwipeOpinionsOKItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SwipeOpinionsOKItem) Validate ¶
func (s *SwipeOpinionsOKItem) Validate() error
type SwipeOpinionsOKItemOpinion ¶
type SwipeOpinionsOKItemOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptSwipeOpinionsOKItemOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*SwipeOpinionsOKItemOpinion) Decode ¶
func (s *SwipeOpinionsOKItemOpinion) Decode(d *jx.Decoder) error
Decode decodes SwipeOpinionsOKItemOpinion from json.
func (*SwipeOpinionsOKItemOpinion) Encode ¶
func (s *SwipeOpinionsOKItemOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SwipeOpinionsOKItemOpinion) GetContent ¶
func (s *SwipeOpinionsOKItemOpinion) GetContent() string
GetContent returns the value of Content.
func (*SwipeOpinionsOKItemOpinion) GetID ¶
func (s *SwipeOpinionsOKItemOpinion) GetID() string
GetID returns the value of ID.
func (*SwipeOpinionsOKItemOpinion) GetParentID ¶
func (s *SwipeOpinionsOKItemOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*SwipeOpinionsOKItemOpinion) GetPictureURL ¶
func (s *SwipeOpinionsOKItemOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*SwipeOpinionsOKItemOpinion) GetPostedAt ¶
func (s *SwipeOpinionsOKItemOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*SwipeOpinionsOKItemOpinion) GetReferenceURL ¶
func (s *SwipeOpinionsOKItemOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*SwipeOpinionsOKItemOpinion) GetTitle ¶
func (s *SwipeOpinionsOKItemOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*SwipeOpinionsOKItemOpinion) GetVoteType ¶
func (s *SwipeOpinionsOKItemOpinion) GetVoteType() OptSwipeOpinionsOKItemOpinionVoteType
GetVoteType returns the value of VoteType.
func (*SwipeOpinionsOKItemOpinion) MarshalJSON ¶
func (s *SwipeOpinionsOKItemOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SwipeOpinionsOKItemOpinion) SetContent ¶
func (s *SwipeOpinionsOKItemOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*SwipeOpinionsOKItemOpinion) SetID ¶
func (s *SwipeOpinionsOKItemOpinion) SetID(val string)
SetID sets the value of ID.
func (*SwipeOpinionsOKItemOpinion) SetParentID ¶
func (s *SwipeOpinionsOKItemOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*SwipeOpinionsOKItemOpinion) SetPictureURL ¶
func (s *SwipeOpinionsOKItemOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*SwipeOpinionsOKItemOpinion) SetPostedAt ¶
func (s *SwipeOpinionsOKItemOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*SwipeOpinionsOKItemOpinion) SetReferenceURL ¶
func (s *SwipeOpinionsOKItemOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*SwipeOpinionsOKItemOpinion) SetTitle ¶
func (s *SwipeOpinionsOKItemOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*SwipeOpinionsOKItemOpinion) SetVoteType ¶
func (s *SwipeOpinionsOKItemOpinion) SetVoteType(val OptSwipeOpinionsOKItemOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*SwipeOpinionsOKItemOpinion) UnmarshalJSON ¶
func (s *SwipeOpinionsOKItemOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SwipeOpinionsOKItemOpinion) Validate ¶
func (s *SwipeOpinionsOKItemOpinion) Validate() error
type SwipeOpinionsOKItemOpinionVoteType ¶
type SwipeOpinionsOKItemOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( SwipeOpinionsOKItemOpinionVoteTypeAgree SwipeOpinionsOKItemOpinionVoteType = "agree" SwipeOpinionsOKItemOpinionVoteTypeDisagree SwipeOpinionsOKItemOpinionVoteType = "disagree" SwipeOpinionsOKItemOpinionVoteTypePass SwipeOpinionsOKItemOpinionVoteType = "pass" )
func (SwipeOpinionsOKItemOpinionVoteType) AllValues ¶
func (SwipeOpinionsOKItemOpinionVoteType) AllValues() []SwipeOpinionsOKItemOpinionVoteType
AllValues returns all SwipeOpinionsOKItemOpinionVoteType values.
func (*SwipeOpinionsOKItemOpinionVoteType) Decode ¶
func (s *SwipeOpinionsOKItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes SwipeOpinionsOKItemOpinionVoteType from json.
func (SwipeOpinionsOKItemOpinionVoteType) Encode ¶
func (s SwipeOpinionsOKItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes SwipeOpinionsOKItemOpinionVoteType as json.
func (SwipeOpinionsOKItemOpinionVoteType) MarshalJSON ¶
func (s SwipeOpinionsOKItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (SwipeOpinionsOKItemOpinionVoteType) MarshalText ¶
func (s SwipeOpinionsOKItemOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*SwipeOpinionsOKItemOpinionVoteType) UnmarshalJSON ¶
func (s *SwipeOpinionsOKItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SwipeOpinionsOKItemOpinionVoteType) UnmarshalText ¶
func (s *SwipeOpinionsOKItemOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (SwipeOpinionsOKItemOpinionVoteType) Validate ¶
func (s SwipeOpinionsOKItemOpinionVoteType) Validate() error
type SwipeOpinionsOKItemUser ¶
type SwipeOpinionsOKItemUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*SwipeOpinionsOKItemUser) Decode ¶
func (s *SwipeOpinionsOKItemUser) Decode(d *jx.Decoder) error
Decode decodes SwipeOpinionsOKItemUser from json.
func (*SwipeOpinionsOKItemUser) Encode ¶
func (s *SwipeOpinionsOKItemUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SwipeOpinionsOKItemUser) GetDisplayID ¶
func (s *SwipeOpinionsOKItemUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*SwipeOpinionsOKItemUser) GetDisplayName ¶
func (s *SwipeOpinionsOKItemUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*SwipeOpinionsOKItemUser) GetIconURL ¶
func (s *SwipeOpinionsOKItemUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*SwipeOpinionsOKItemUser) MarshalJSON ¶
func (s *SwipeOpinionsOKItemUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SwipeOpinionsOKItemUser) SetDisplayID ¶
func (s *SwipeOpinionsOKItemUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*SwipeOpinionsOKItemUser) SetDisplayName ¶
func (s *SwipeOpinionsOKItemUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*SwipeOpinionsOKItemUser) SetIconURL ¶
func (s *SwipeOpinionsOKItemUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*SwipeOpinionsOKItemUser) UnmarshalJSON ¶
func (s *SwipeOpinionsOKItemUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SwipeOpinionsOKItemUser) Validate ¶
func (s *SwipeOpinionsOKItemUser) Validate() error
type SwipeOpinionsParams ¶
SwipeOpinionsParams is parameters of swipe_opinions operation.
type SwipeOpinionsRes ¶
type SwipeOpinionsRes interface {
// contains filtered or unexported methods
}
type TalkSessionAnalysisBadRequest ¶
type TalkSessionAnalysisBadRequest struct { Code string `json:"code"` Message string `json:"message"` }
func (*TalkSessionAnalysisBadRequest) Decode ¶
func (s *TalkSessionAnalysisBadRequest) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisBadRequest from json.
func (*TalkSessionAnalysisBadRequest) Encode ¶
func (s *TalkSessionAnalysisBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TalkSessionAnalysisBadRequest) GetCode ¶
func (s *TalkSessionAnalysisBadRequest) GetCode() string
GetCode returns the value of Code.
func (*TalkSessionAnalysisBadRequest) GetMessage ¶
func (s *TalkSessionAnalysisBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*TalkSessionAnalysisBadRequest) MarshalJSON ¶
func (s *TalkSessionAnalysisBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TalkSessionAnalysisBadRequest) SetCode ¶
func (s *TalkSessionAnalysisBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*TalkSessionAnalysisBadRequest) SetMessage ¶
func (s *TalkSessionAnalysisBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*TalkSessionAnalysisBadRequest) UnmarshalJSON ¶
func (s *TalkSessionAnalysisBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type TalkSessionAnalysisInternalServerError ¶
type TalkSessionAnalysisInternalServerError struct { Code string `json:"code"` Message string `json:"message"` }
func (*TalkSessionAnalysisInternalServerError) Decode ¶
func (s *TalkSessionAnalysisInternalServerError) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisInternalServerError from json.
func (*TalkSessionAnalysisInternalServerError) Encode ¶
func (s *TalkSessionAnalysisInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TalkSessionAnalysisInternalServerError) GetCode ¶
func (s *TalkSessionAnalysisInternalServerError) GetCode() string
GetCode returns the value of Code.
func (*TalkSessionAnalysisInternalServerError) GetMessage ¶
func (s *TalkSessionAnalysisInternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*TalkSessionAnalysisInternalServerError) MarshalJSON ¶
func (s *TalkSessionAnalysisInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TalkSessionAnalysisInternalServerError) SetCode ¶
func (s *TalkSessionAnalysisInternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*TalkSessionAnalysisInternalServerError) SetMessage ¶
func (s *TalkSessionAnalysisInternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*TalkSessionAnalysisInternalServerError) UnmarshalJSON ¶
func (s *TalkSessionAnalysisInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type TalkSessionAnalysisOK ¶
type TalkSessionAnalysisOK struct { MyPosition OptTalkSessionAnalysisOKMyPosition `json:"myPosition"` Positions []TalkSessionAnalysisOKPositionsItem `json:"positions"` GroupOpinions []TalkSessionAnalysisOKGroupOpinionsItem `json:"groupOpinions"` }
func (*TalkSessionAnalysisOK) Decode ¶
func (s *TalkSessionAnalysisOK) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOK from json.
func (*TalkSessionAnalysisOK) Encode ¶
func (s *TalkSessionAnalysisOK) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TalkSessionAnalysisOK) GetGroupOpinions ¶
func (s *TalkSessionAnalysisOK) GetGroupOpinions() []TalkSessionAnalysisOKGroupOpinionsItem
GetGroupOpinions returns the value of GroupOpinions.
func (*TalkSessionAnalysisOK) GetMyPosition ¶
func (s *TalkSessionAnalysisOK) GetMyPosition() OptTalkSessionAnalysisOKMyPosition
GetMyPosition returns the value of MyPosition.
func (*TalkSessionAnalysisOK) GetPositions ¶
func (s *TalkSessionAnalysisOK) GetPositions() []TalkSessionAnalysisOKPositionsItem
GetPositions returns the value of Positions.
func (*TalkSessionAnalysisOK) MarshalJSON ¶
func (s *TalkSessionAnalysisOK) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TalkSessionAnalysisOK) SetGroupOpinions ¶
func (s *TalkSessionAnalysisOK) SetGroupOpinions(val []TalkSessionAnalysisOKGroupOpinionsItem)
SetGroupOpinions sets the value of GroupOpinions.
func (*TalkSessionAnalysisOK) SetMyPosition ¶
func (s *TalkSessionAnalysisOK) SetMyPosition(val OptTalkSessionAnalysisOKMyPosition)
SetMyPosition sets the value of MyPosition.
func (*TalkSessionAnalysisOK) SetPositions ¶
func (s *TalkSessionAnalysisOK) SetPositions(val []TalkSessionAnalysisOKPositionsItem)
SetPositions sets the value of Positions.
func (*TalkSessionAnalysisOK) UnmarshalJSON ¶
func (s *TalkSessionAnalysisOK) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*TalkSessionAnalysisOK) Validate ¶
func (s *TalkSessionAnalysisOK) Validate() error
type TalkSessionAnalysisOKGroupOpinionsItem ¶
type TalkSessionAnalysisOKGroupOpinionsItem struct { GroupName string `json:"groupName"` GroupId int `json:"groupId"` Opinions []TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem `json:"opinions"` }
func (*TalkSessionAnalysisOKGroupOpinionsItem) Decode ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOKGroupOpinionsItem from json.
func (*TalkSessionAnalysisOKGroupOpinionsItem) Encode ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItem) GetGroupId ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) GetGroupId() int
GetGroupId returns the value of GroupId.
func (*TalkSessionAnalysisOKGroupOpinionsItem) GetGroupName ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) GetGroupName() string
GetGroupName returns the value of GroupName.
func (*TalkSessionAnalysisOKGroupOpinionsItem) GetOpinions ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) GetOpinions() []TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem
GetOpinions returns the value of Opinions.
func (*TalkSessionAnalysisOKGroupOpinionsItem) MarshalJSON ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItem) SetGroupId ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) SetGroupId(val int)
SetGroupId sets the value of GroupId.
func (*TalkSessionAnalysisOKGroupOpinionsItem) SetGroupName ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) SetGroupName(val string)
SetGroupName sets the value of GroupName.
func (*TalkSessionAnalysisOKGroupOpinionsItem) SetOpinions ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) SetOpinions(val []TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem)
SetOpinions sets the value of Opinions.
func (*TalkSessionAnalysisOKGroupOpinionsItem) UnmarshalJSON ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItem) Validate ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItem) Validate() error
type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem ¶
type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem struct { Opinion TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion `json:"opinion"` // 作成者. User TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser `json:"user"` AgreeCount int `json:"agreeCount"` DisagreeCount int `json:"disagreeCount"` PassCount int `json:"passCount"` }
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) Decode ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem from json.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) Encode ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetAgreeCount ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetAgreeCount() int
GetAgreeCount returns the value of AgreeCount.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetDisagreeCount ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetDisagreeCount() int
GetDisagreeCount returns the value of DisagreeCount.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetOpinion ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetOpinion() TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion
GetOpinion returns the value of Opinion.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetPassCount ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetPassCount() int
GetPassCount returns the value of PassCount.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetUser ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) GetUser() TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser
GetUser returns the value of User.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) MarshalJSON ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetAgreeCount ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetAgreeCount(val int)
SetAgreeCount sets the value of AgreeCount.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetDisagreeCount ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetDisagreeCount(val int)
SetDisagreeCount sets the value of DisagreeCount.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetOpinion ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetOpinion(val TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion)
SetOpinion sets the value of Opinion.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetPassCount ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetPassCount(val int)
SetPassCount sets the value of PassCount.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetUser ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) SetUser(val TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser)
SetUser sets the value of User.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) UnmarshalJSON ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) Validate ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItem) Validate() error
type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion ¶
type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) Decode ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion from json.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) Encode ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetContent ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetContent() string
GetContent returns the value of Content.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetID ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetID() string
GetID returns the value of ID.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetParentID ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetPictureURL ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetPostedAt ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetReferenceURL ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetTitle ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetTitle() OptString
GetTitle returns the value of Title.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetVoteType ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) GetVoteType() OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType
GetVoteType returns the value of VoteType.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) MarshalJSON ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetContent ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetContent(val string)
SetContent sets the value of Content.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetID ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetID(val string)
SetID sets the value of ID.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetParentID ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetPictureURL ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetPostedAt ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetReferenceURL ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetTitle ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetVoteType ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) SetVoteType(val OptTalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType)
SetVoteType sets the value of VoteType.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) UnmarshalJSON ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) Validate ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinion) Validate() error
type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType ¶
type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteTypeAgree TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType = "agree" TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteTypeDisagree TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType = "disagree" TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteTypePass TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType = "pass" )
func (TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) AllValues ¶
func (TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) AllValues() []TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType
AllValues returns all TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType values.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Decode ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType from json.
func (TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Encode ¶
func (s TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Encode(e *jx.Encoder)
Encode encodes TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType as json.
func (TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) MarshalJSON ¶
func (s TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) MarshalText ¶
func (s TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) UnmarshalJSON ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) UnmarshalText ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Validate ¶
func (s TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemOpinionVoteType) Validate() error
type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser ¶
type TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser struct { DisplayID string `json:"displayID"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` }
作成者.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) Decode ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser from json.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) Encode ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) GetDisplayID ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) GetDisplayID() string
GetDisplayID returns the value of DisplayID.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) GetDisplayName ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) GetIconURL ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) MarshalJSON ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) SetDisplayID ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) SetDisplayID(val string)
SetDisplayID sets the value of DisplayID.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) SetDisplayName ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) SetIconURL ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) UnmarshalJSON ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) Validate ¶
func (s *TalkSessionAnalysisOKGroupOpinionsItemOpinionsItemUser) Validate() error
type TalkSessionAnalysisOKMyPosition ¶
type TalkSessionAnalysisOKMyPosition struct { PosX float64 `json:"posX"` PosY float64 `json:"posY"` DisplayId string `json:"displayId"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` GroupName string `json:"groupName"` GroupId int `json:"groupId"` // 境界ポイントのインデックス. PerimeterIndex OptInt `json:"perimeterIndex"` }
func (*TalkSessionAnalysisOKMyPosition) Decode ¶
func (s *TalkSessionAnalysisOKMyPosition) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOKMyPosition from json.
func (*TalkSessionAnalysisOKMyPosition) Encode ¶
func (s *TalkSessionAnalysisOKMyPosition) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TalkSessionAnalysisOKMyPosition) GetDisplayId ¶
func (s *TalkSessionAnalysisOKMyPosition) GetDisplayId() string
GetDisplayId returns the value of DisplayId.
func (*TalkSessionAnalysisOKMyPosition) GetDisplayName ¶
func (s *TalkSessionAnalysisOKMyPosition) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*TalkSessionAnalysisOKMyPosition) GetGroupId ¶
func (s *TalkSessionAnalysisOKMyPosition) GetGroupId() int
GetGroupId returns the value of GroupId.
func (*TalkSessionAnalysisOKMyPosition) GetGroupName ¶
func (s *TalkSessionAnalysisOKMyPosition) GetGroupName() string
GetGroupName returns the value of GroupName.
func (*TalkSessionAnalysisOKMyPosition) GetIconURL ¶
func (s *TalkSessionAnalysisOKMyPosition) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*TalkSessionAnalysisOKMyPosition) GetPerimeterIndex ¶
func (s *TalkSessionAnalysisOKMyPosition) GetPerimeterIndex() OptInt
GetPerimeterIndex returns the value of PerimeterIndex.
func (*TalkSessionAnalysisOKMyPosition) GetPosX ¶
func (s *TalkSessionAnalysisOKMyPosition) GetPosX() float64
GetPosX returns the value of PosX.
func (*TalkSessionAnalysisOKMyPosition) GetPosY ¶
func (s *TalkSessionAnalysisOKMyPosition) GetPosY() float64
GetPosY returns the value of PosY.
func (*TalkSessionAnalysisOKMyPosition) MarshalJSON ¶
func (s *TalkSessionAnalysisOKMyPosition) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TalkSessionAnalysisOKMyPosition) SetDisplayId ¶
func (s *TalkSessionAnalysisOKMyPosition) SetDisplayId(val string)
SetDisplayId sets the value of DisplayId.
func (*TalkSessionAnalysisOKMyPosition) SetDisplayName ¶
func (s *TalkSessionAnalysisOKMyPosition) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*TalkSessionAnalysisOKMyPosition) SetGroupId ¶
func (s *TalkSessionAnalysisOKMyPosition) SetGroupId(val int)
SetGroupId sets the value of GroupId.
func (*TalkSessionAnalysisOKMyPosition) SetGroupName ¶
func (s *TalkSessionAnalysisOKMyPosition) SetGroupName(val string)
SetGroupName sets the value of GroupName.
func (*TalkSessionAnalysisOKMyPosition) SetIconURL ¶
func (s *TalkSessionAnalysisOKMyPosition) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*TalkSessionAnalysisOKMyPosition) SetPerimeterIndex ¶
func (s *TalkSessionAnalysisOKMyPosition) SetPerimeterIndex(val OptInt)
SetPerimeterIndex sets the value of PerimeterIndex.
func (*TalkSessionAnalysisOKMyPosition) SetPosX ¶
func (s *TalkSessionAnalysisOKMyPosition) SetPosX(val float64)
SetPosX sets the value of PosX.
func (*TalkSessionAnalysisOKMyPosition) SetPosY ¶
func (s *TalkSessionAnalysisOKMyPosition) SetPosY(val float64)
SetPosY sets the value of PosY.
func (*TalkSessionAnalysisOKMyPosition) UnmarshalJSON ¶
func (s *TalkSessionAnalysisOKMyPosition) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*TalkSessionAnalysisOKMyPosition) Validate ¶
func (s *TalkSessionAnalysisOKMyPosition) Validate() error
type TalkSessionAnalysisOKPositionsItem ¶
type TalkSessionAnalysisOKPositionsItem struct { PosX float64 `json:"posX"` PosY float64 `json:"posY"` DisplayId string `json:"displayId"` DisplayName string `json:"displayName"` IconURL OptNilString `json:"iconURL"` GroupName string `json:"groupName"` GroupId int `json:"groupId"` // 境界ポイントのインデックス. PerimeterIndex OptInt `json:"perimeterIndex"` }
func (*TalkSessionAnalysisOKPositionsItem) Decode ¶
func (s *TalkSessionAnalysisOKPositionsItem) Decode(d *jx.Decoder) error
Decode decodes TalkSessionAnalysisOKPositionsItem from json.
func (*TalkSessionAnalysisOKPositionsItem) Encode ¶
func (s *TalkSessionAnalysisOKPositionsItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TalkSessionAnalysisOKPositionsItem) GetDisplayId ¶
func (s *TalkSessionAnalysisOKPositionsItem) GetDisplayId() string
GetDisplayId returns the value of DisplayId.
func (*TalkSessionAnalysisOKPositionsItem) GetDisplayName ¶
func (s *TalkSessionAnalysisOKPositionsItem) GetDisplayName() string
GetDisplayName returns the value of DisplayName.
func (*TalkSessionAnalysisOKPositionsItem) GetGroupId ¶
func (s *TalkSessionAnalysisOKPositionsItem) GetGroupId() int
GetGroupId returns the value of GroupId.
func (*TalkSessionAnalysisOKPositionsItem) GetGroupName ¶
func (s *TalkSessionAnalysisOKPositionsItem) GetGroupName() string
GetGroupName returns the value of GroupName.
func (*TalkSessionAnalysisOKPositionsItem) GetIconURL ¶
func (s *TalkSessionAnalysisOKPositionsItem) GetIconURL() OptNilString
GetIconURL returns the value of IconURL.
func (*TalkSessionAnalysisOKPositionsItem) GetPerimeterIndex ¶
func (s *TalkSessionAnalysisOKPositionsItem) GetPerimeterIndex() OptInt
GetPerimeterIndex returns the value of PerimeterIndex.
func (*TalkSessionAnalysisOKPositionsItem) GetPosX ¶
func (s *TalkSessionAnalysisOKPositionsItem) GetPosX() float64
GetPosX returns the value of PosX.
func (*TalkSessionAnalysisOKPositionsItem) GetPosY ¶
func (s *TalkSessionAnalysisOKPositionsItem) GetPosY() float64
GetPosY returns the value of PosY.
func (*TalkSessionAnalysisOKPositionsItem) MarshalJSON ¶
func (s *TalkSessionAnalysisOKPositionsItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TalkSessionAnalysisOKPositionsItem) SetDisplayId ¶
func (s *TalkSessionAnalysisOKPositionsItem) SetDisplayId(val string)
SetDisplayId sets the value of DisplayId.
func (*TalkSessionAnalysisOKPositionsItem) SetDisplayName ¶
func (s *TalkSessionAnalysisOKPositionsItem) SetDisplayName(val string)
SetDisplayName sets the value of DisplayName.
func (*TalkSessionAnalysisOKPositionsItem) SetGroupId ¶
func (s *TalkSessionAnalysisOKPositionsItem) SetGroupId(val int)
SetGroupId sets the value of GroupId.
func (*TalkSessionAnalysisOKPositionsItem) SetGroupName ¶
func (s *TalkSessionAnalysisOKPositionsItem) SetGroupName(val string)
SetGroupName sets the value of GroupName.
func (*TalkSessionAnalysisOKPositionsItem) SetIconURL ¶
func (s *TalkSessionAnalysisOKPositionsItem) SetIconURL(val OptNilString)
SetIconURL sets the value of IconURL.
func (*TalkSessionAnalysisOKPositionsItem) SetPerimeterIndex ¶
func (s *TalkSessionAnalysisOKPositionsItem) SetPerimeterIndex(val OptInt)
SetPerimeterIndex sets the value of PerimeterIndex.
func (*TalkSessionAnalysisOKPositionsItem) SetPosX ¶
func (s *TalkSessionAnalysisOKPositionsItem) SetPosX(val float64)
SetPosX sets the value of PosX.
func (*TalkSessionAnalysisOKPositionsItem) SetPosY ¶
func (s *TalkSessionAnalysisOKPositionsItem) SetPosY(val float64)
SetPosY sets the value of PosY.
func (*TalkSessionAnalysisOKPositionsItem) UnmarshalJSON ¶
func (s *TalkSessionAnalysisOKPositionsItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*TalkSessionAnalysisOKPositionsItem) Validate ¶
func (s *TalkSessionAnalysisOKPositionsItem) Validate() error
type TalkSessionAnalysisParams ¶
type TalkSessionAnalysisParams struct {
TalkSessionId string
}
TalkSessionAnalysisParams is parameters of talkSessionAnalysis operation.
type TalkSessionAnalysisRes ¶
type TalkSessionAnalysisRes interface {
// contains filtered or unexported methods
}
type TalkSessionHandler ¶
type TalkSessionHandler interface { // CreateTalkSession implements createTalkSession operation. // // セッション作成. // // POST /talksessions CreateTalkSession(ctx context.Context, req OptCreateTalkSessionReq) (CreateTalkSessionRes, error) // EditTalkSession implements editTalkSession operation. // // セッション編集. // // PUT /talksessions/{talkSessionId} EditTalkSession(ctx context.Context, req OptEditTalkSessionReq, params EditTalkSessionParams) (EditTalkSessionRes, error) // GetConclusion implements getConclusion operation. // // 結論取得. // // GET /talksessions/{talkSessionID}/conclusion GetConclusion(ctx context.Context, params GetConclusionParams) (GetConclusionRes, error) // GetOpenedTalkSession implements getOpenedTalkSession operation. // // 自分が開いたセッション一覧. // // GET /talksessions/opened GetOpenedTalkSession(ctx context.Context, params GetOpenedTalkSessionParams) (GetOpenedTalkSessionRes, error) // GetTalkSessionDetail implements getTalkSessionDetail operation. // // トークセッションの詳細. // // GET /talksessions/{talkSessionId} GetTalkSessionDetail(ctx context.Context, params GetTalkSessionDetailParams) (GetTalkSessionDetailRes, error) // GetTalkSessionList implements getTalkSessionList operation. // // セッション一覧. // // GET /talksessions GetTalkSessionList(ctx context.Context, params GetTalkSessionListParams) (GetTalkSessionListRes, error) // GetTalkSessionReport implements getTalkSessionReport operation. // // セッションレポートを返す. // // GET /talksessions/{talkSessionId}/report GetTalkSessionReport(ctx context.Context, params GetTalkSessionReportParams) (GetTalkSessionReportRes, error) // PostConclusion implements postConclusion operation. // // 結論(conclusion)はセッションが終了した後にセッっションの作成者が投稿できる文章。 // セッションの流れやグループの分かれ方などに対するセッション作成者の感想やそれらの意見を受け、これからの方向性などを記入する。. // // POST /talksessions/{talkSessionID}/conclusion PostConclusion(ctx context.Context, req OptPostConclusionReq, params PostConclusionParams) (PostConclusionRes, error) // TalkSessionAnalysis implements talkSessionAnalysis operation. // // 分析結果一覧. // // GET /talksessions/{talkSessionId}/analysis TalkSessionAnalysis(ctx context.Context, params TalkSessionAnalysisParams) (TalkSessionAnalysisRes, error) }
TalkSessionHandler handles operations described by OpenAPI v3 specification.
x-ogen-operation-group: TalkSession
type TestBadRequest ¶
type TestBadRequest struct{}
func (*TestBadRequest) Decode ¶
func (s *TestBadRequest) Decode(d *jx.Decoder) error
Decode decodes TestBadRequest from json.
func (*TestBadRequest) Encode ¶
func (s *TestBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TestBadRequest) MarshalJSON ¶
func (s *TestBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TestBadRequest) UnmarshalJSON ¶
func (s *TestBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type TestHandler ¶
type TestHandler interface { // DummiInit implements dummiInit operation. // // Mudai. // // POST /test/dummy DummiInit(ctx context.Context) (DummiInitRes, error) // Test implements test operation. // // OpenAPIテスト用. // // GET /test Test(ctx context.Context) (TestRes, error) }
TestHandler handles operations described by OpenAPI v3 specification.
x-ogen-operation-group: Test
type TestInternalServerError ¶
type TestInternalServerError struct{}
func (*TestInternalServerError) Decode ¶
func (s *TestInternalServerError) Decode(d *jx.Decoder) error
Decode decodes TestInternalServerError from json.
func (*TestInternalServerError) Encode ¶
func (s *TestInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*TestInternalServerError) MarshalJSON ¶
func (s *TestInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*TestInternalServerError) UnmarshalJSON ¶
func (s *TestInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type TestOK ¶
type TestOK struct { OptInt OptNilInt `json:"optInt"` OptNilInt OptInt `json:"optNilInt"` OptNilBool OptNilBool `json:"optNilBool"` OptBool OptBool `json:"optBool"` OptUrl OptURI `json:"optUrl"` OptNilUrl OptNilString `json:"optNilUrl"` }
func (*TestOK) GetOptBool ¶
GetOptBool returns the value of OptBool.
func (*TestOK) GetOptNilBool ¶
func (s *TestOK) GetOptNilBool() OptNilBool
GetOptNilBool returns the value of OptNilBool.
func (*TestOK) GetOptNilInt ¶
GetOptNilInt returns the value of OptNilInt.
func (*TestOK) GetOptNilUrl ¶
func (s *TestOK) GetOptNilUrl() OptNilString
GetOptNilUrl returns the value of OptNilUrl.
func (*TestOK) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*TestOK) SetOptBool ¶
SetOptBool sets the value of OptBool.
func (*TestOK) SetOptNilBool ¶
func (s *TestOK) SetOptNilBool(val OptNilBool)
SetOptNilBool sets the value of OptNilBool.
func (*TestOK) SetOptNilInt ¶
SetOptNilInt sets the value of OptNilInt.
func (*TestOK) SetOptNilUrl ¶
func (s *TestOK) SetOptNilUrl(val OptNilString)
SetOptNilUrl sets the value of OptNilUrl.
func (*TestOK) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type TimelineHandler ¶
type TimelineHandler interface { // EditTimeLine implements editTimeLine operation. // // タイムライン編集. // // PUT /talksessions/{talkSessionID}/timelines/{actionItemID} EditTimeLine(ctx context.Context, req OptEditTimeLineReq, params EditTimeLineParams) (EditTimeLineRes, error) // GetTimeLine implements getTimeLine operation. // // タイムラインはセッション終了後にセッション作成者が設定できるその後の予定を知らせるもの. // // GET /talksessions/{talkSessionID}/timelines GetTimeLine(ctx context.Context, params GetTimeLineParams) (GetTimeLineRes, error) // PostTimeLineItem implements postTimeLineItem operation. // // タイムラインアイテム追加. // // POST /talksessions/{talkSessionID}/timeline PostTimeLineItem(ctx context.Context, req OptPostTimeLineItemReq, params PostTimeLineItemParams) (PostTimeLineItemRes, error) }
TimelineHandler handles operations described by OpenAPI v3 specification.
x-ogen-operation-group: Timeline
type UnimplementedHandler ¶
type UnimplementedHandler struct{}
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
func (UnimplementedHandler) Authorize ¶
func (UnimplementedHandler) Authorize(ctx context.Context, params AuthorizeParams) (r *AuthorizeFound, _ error)
Authorize implements authorize operation.
認証画面を表示する.
GET /auth/{provider}/login
func (UnimplementedHandler) CreateTalkSession ¶
func (UnimplementedHandler) CreateTalkSession(ctx context.Context, req OptCreateTalkSessionReq) (r CreateTalkSessionRes, _ error)
CreateTalkSession implements createTalkSession operation.
セッション作成.
POST /talksessions
func (UnimplementedHandler) DummiInit ¶
func (UnimplementedHandler) DummiInit(ctx context.Context) (r DummiInitRes, _ error)
DummiInit implements dummiInit operation.
Mudai.
POST /test/dummy
func (UnimplementedHandler) EditTalkSession ¶
func (UnimplementedHandler) EditTalkSession(ctx context.Context, req OptEditTalkSessionReq, params EditTalkSessionParams) (r EditTalkSessionRes, _ error)
EditTalkSession implements editTalkSession operation.
セッション編集.
PUT /talksessions/{talkSessionId}
func (UnimplementedHandler) EditTimeLine ¶
func (UnimplementedHandler) EditTimeLine(ctx context.Context, req OptEditTimeLineReq, params EditTimeLineParams) (r EditTimeLineRes, _ error)
EditTimeLine implements editTimeLine operation.
タイムライン編集.
PUT /talksessions/{talkSessionID}/timelines/{actionItemID}
func (UnimplementedHandler) EditUserProfile ¶
func (UnimplementedHandler) EditUserProfile(ctx context.Context, req OptEditUserProfileReq) (r EditUserProfileRes, _ error)
EditUserProfile implements editUserProfile operation.
ユーザー情報の変更.
PUT /user
func (UnimplementedHandler) GetConclusion ¶
func (UnimplementedHandler) GetConclusion(ctx context.Context, params GetConclusionParams) (r GetConclusionRes, _ error)
GetConclusion implements getConclusion operation.
結論取得.
GET /talksessions/{talkSessionID}/conclusion
func (UnimplementedHandler) GetOpenedTalkSession ¶
func (UnimplementedHandler) GetOpenedTalkSession(ctx context.Context, params GetOpenedTalkSessionParams) (r GetOpenedTalkSessionRes, _ error)
GetOpenedTalkSession implements getOpenedTalkSession operation.
自分が開いたセッション一覧.
GET /talksessions/opened
func (UnimplementedHandler) GetOpinionDetail ¶
func (UnimplementedHandler) GetOpinionDetail(ctx context.Context, params GetOpinionDetailParams) (r GetOpinionDetailRes, _ error)
GetOpinionDetail implements getOpinionDetail operation.
意見の詳細.
GET /talksessions/{talkSessionID}/opinions/{opinionID}
func (UnimplementedHandler) GetOpinionsForTalkSession ¶
func (UnimplementedHandler) GetOpinionsForTalkSession(ctx context.Context, params GetOpinionsForTalkSessionParams) (r GetOpinionsForTalkSessionRes, _ error)
GetOpinionsForTalkSession implements getOpinionsForTalkSession operation.
セッションに対する意見一覧.
GET /talksessions/{talkSessionID}/opinions
func (UnimplementedHandler) GetTalkSessionDetail ¶
func (UnimplementedHandler) GetTalkSessionDetail(ctx context.Context, params GetTalkSessionDetailParams) (r GetTalkSessionDetailRes, _ error)
GetTalkSessionDetail implements getTalkSessionDetail operation.
トークセッションの詳細.
GET /talksessions/{talkSessionId}
func (UnimplementedHandler) GetTalkSessionList ¶
func (UnimplementedHandler) GetTalkSessionList(ctx context.Context, params GetTalkSessionListParams) (r GetTalkSessionListRes, _ error)
GetTalkSessionList implements getTalkSessionList operation.
セッション一覧.
GET /talksessions
func (UnimplementedHandler) GetTalkSessionReport ¶
func (UnimplementedHandler) GetTalkSessionReport(ctx context.Context, params GetTalkSessionReportParams) (r GetTalkSessionReportRes, _ error)
GetTalkSessionReport implements getTalkSessionReport operation.
セッションレポートを返す.
GET /talksessions/{talkSessionId}/report
func (UnimplementedHandler) GetTimeLine ¶
func (UnimplementedHandler) GetTimeLine(ctx context.Context, params GetTimeLineParams) (r GetTimeLineRes, _ error)
GetTimeLine implements getTimeLine operation.
タイムラインはセッション終了後にセッション作成者が設定できるその後の予定を知らせるもの.
GET /talksessions/{talkSessionID}/timelines
func (UnimplementedHandler) GetUserInfo ¶
func (UnimplementedHandler) GetUserInfo(ctx context.Context) (r GetUserInfoRes, _ error)
GetUserInfo implements get_user_info operation.
ユーザー情報の取得.
GET /user
func (UnimplementedHandler) ManageIndex ¶
func (UnimplementedHandler) ManageIndex(ctx context.Context) (r ManageIndexOK, _ error)
ManageIndex implements manageIndex operation.
GET /manage
func (UnimplementedHandler) ManageRegenerate ¶
func (UnimplementedHandler) ManageRegenerate(ctx context.Context, req OptManageRegenerateReq) (r *ManageRegenerateOK, _ error)
ManageRegenerate implements manageRegenerate operation.
Analysisを再生成する。enum: [report, group, image].
POST /manage/regenerate
func (UnimplementedHandler) OAuthCallback ¶
func (UnimplementedHandler) OAuthCallback(ctx context.Context, params OAuthCallbackParams) (r *OAuthCallbackFound, _ error)
OAuthCallback implements oauth_callback operation.
Auth Callback.
GET /auth/{provider}/callback
func (UnimplementedHandler) OAuthRevoke ¶
func (UnimplementedHandler) OAuthRevoke(ctx context.Context) (r OAuthRevokeRes, _ error)
OAuthRevoke implements oauth_revoke operation.
アクセストークンを失効.
POST /auth/revoke
func (UnimplementedHandler) OAuthTokenInfo ¶
func (UnimplementedHandler) OAuthTokenInfo(ctx context.Context) (r OAuthTokenInfoRes, _ error)
OAuthTokenInfo implements oauth_token_info operation.
JWTの内容を返してくれる.
GET /auth/token/info
func (UnimplementedHandler) OpinionComments ¶
func (UnimplementedHandler) OpinionComments(ctx context.Context, params OpinionCommentsParams) (r OpinionCommentsRes, _ error)
OpinionComments implements opinionComments operation.
意見に対するリプライ意見一覧.
GET /talksessions/{talkSessionID}/opinions/{opinionID}/replies
func (UnimplementedHandler) OpinionComments2 ¶
func (UnimplementedHandler) OpinionComments2(ctx context.Context, params OpinionComments2Params) (r OpinionComments2Res, _ error)
OpinionComments2 implements opinionComments2 operation.
意見に対するリプライ意見一覧 Copy.
GET /talksessions/{talkSessionID}/opinions/{opinionID}/replies2
func (UnimplementedHandler) OpinionsHistory ¶
func (UnimplementedHandler) OpinionsHistory(ctx context.Context, params OpinionsHistoryParams) (r OpinionsHistoryRes, _ error)
OpinionsHistory implements opinionsHistory operation.
今までに投稿した異見.
GET /opinions/histories
func (UnimplementedHandler) PostConclusion ¶
func (UnimplementedHandler) PostConclusion(ctx context.Context, req OptPostConclusionReq, params PostConclusionParams) (r PostConclusionRes, _ error)
PostConclusion implements postConclusion operation.
結論(conclusion)はセッションが終了した後にセッっションの作成者が投稿できる文章。 セッションの流れやグループの分かれ方などに対するセッション作成者の感想やそれらの意見を受け、これからの方向性などを記入する。.
POST /talksessions/{talkSessionID}/conclusion
func (UnimplementedHandler) PostOpinionPost ¶
func (UnimplementedHandler) PostOpinionPost(ctx context.Context, req OptPostOpinionPostReq, params PostOpinionPostParams) (r PostOpinionPostRes, _ error)
PostOpinionPost implements postOpinionPost operation.
ParentOpinionIDがなければルートの意見として投稿される.
POST /talksessions/{talkSessionID}/opinions
func (UnimplementedHandler) PostTimeLineItem ¶
func (UnimplementedHandler) PostTimeLineItem(ctx context.Context, req OptPostTimeLineItemReq, params PostTimeLineItemParams) (r PostTimeLineItemRes, _ error)
PostTimeLineItem implements postTimeLineItem operation.
タイムラインアイテム追加.
POST /talksessions/{talkSessionID}/timeline
func (UnimplementedHandler) RegisterUser ¶
func (UnimplementedHandler) RegisterUser(ctx context.Context, req OptRegisterUserReq) (r RegisterUserRes, _ error)
RegisterUser implements registerUser operation.
ユーザー作成.
POST /user
func (UnimplementedHandler) SessionsHistory ¶
func (UnimplementedHandler) SessionsHistory(ctx context.Context, params SessionsHistoryParams) (r SessionsHistoryRes, _ error)
SessionsHistory implements sessionsHistory operation.
リアクション済みのセッション一覧.
GET /talksessions/histories
func (UnimplementedHandler) SwipeOpinions ¶
func (UnimplementedHandler) SwipeOpinions(ctx context.Context, params SwipeOpinionsParams) (r SwipeOpinionsRes, _ error)
SwipeOpinions implements swipe_opinions operation.
セッションの中からまだ投票していない意見をランダムに取得する.
GET /talksessions/{talkSessionID}/swipe_opinions
func (UnimplementedHandler) TalkSessionAnalysis ¶
func (UnimplementedHandler) TalkSessionAnalysis(ctx context.Context, params TalkSessionAnalysisParams) (r TalkSessionAnalysisRes, _ error)
TalkSessionAnalysis implements talkSessionAnalysis operation.
分析結果一覧.
GET /talksessions/{talkSessionId}/analysis
func (UnimplementedHandler) Test ¶
func (UnimplementedHandler) Test(ctx context.Context) (r TestRes, _ error)
Test implements test operation.
OpenAPIテスト用.
GET /test
func (UnimplementedHandler) Vote ¶
func (UnimplementedHandler) Vote(ctx context.Context, req OptVoteReq, params VoteParams) (r VoteRes, _ error)
Vote implements vote operation.
意思表明API.
POST /talksessions/{talkSessionID}/opinions/{opinionID}/votes
type UserHandler ¶
type UserHandler interface { // EditUserProfile implements editUserProfile operation. // // ユーザー情報の変更. // // PUT /user EditUserProfile(ctx context.Context, req OptEditUserProfileReq) (EditUserProfileRes, error) // GetUserInfo implements get_user_info operation. // // ユーザー情報の取得. // // GET /user GetUserInfo(ctx context.Context) (GetUserInfoRes, error) // OpinionsHistory implements opinionsHistory operation. // // 今までに投稿した異見. // // GET /opinions/histories OpinionsHistory(ctx context.Context, params OpinionsHistoryParams) (OpinionsHistoryRes, error) // RegisterUser implements registerUser operation. // // ユーザー作成. // // POST /user RegisterUser(ctx context.Context, req OptRegisterUserReq) (RegisterUserRes, error) // SessionsHistory implements sessionsHistory operation. // // リアクション済みのセッション一覧. // // GET /talksessions/histories SessionsHistory(ctx context.Context, params SessionsHistoryParams) (SessionsHistoryRes, error) }
UserHandler handles operations described by OpenAPI v3 specification.
x-ogen-operation-group: User
type VoteBadRequest ¶
func (*VoteBadRequest) Decode ¶
func (s *VoteBadRequest) Decode(d *jx.Decoder) error
Decode decodes VoteBadRequest from json.
func (*VoteBadRequest) Encode ¶
func (s *VoteBadRequest) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*VoteBadRequest) GetCode ¶
func (s *VoteBadRequest) GetCode() string
GetCode returns the value of Code.
func (*VoteBadRequest) GetMessage ¶
func (s *VoteBadRequest) GetMessage() string
GetMessage returns the value of Message.
func (*VoteBadRequest) MarshalJSON ¶
func (s *VoteBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*VoteBadRequest) SetCode ¶
func (s *VoteBadRequest) SetCode(val string)
SetCode sets the value of Code.
func (*VoteBadRequest) SetMessage ¶
func (s *VoteBadRequest) SetMessage(val string)
SetMessage sets the value of Message.
func (*VoteBadRequest) UnmarshalJSON ¶
func (s *VoteBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type VoteHandler ¶
type VoteHandler interface { // Vote implements vote operation. // // 意思表明API. // // POST /talksessions/{talkSessionID}/opinions/{opinionID}/votes Vote(ctx context.Context, req OptVoteReq, params VoteParams) (VoteRes, error) }
VoteHandler handles operations described by OpenAPI v3 specification.
x-ogen-operation-group: Vote
type VoteInternalServerError ¶
func (*VoteInternalServerError) Decode ¶
func (s *VoteInternalServerError) Decode(d *jx.Decoder) error
Decode decodes VoteInternalServerError from json.
func (*VoteInternalServerError) Encode ¶
func (s *VoteInternalServerError) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*VoteInternalServerError) GetCode ¶
func (s *VoteInternalServerError) GetCode() string
GetCode returns the value of Code.
func (*VoteInternalServerError) GetMessage ¶
func (s *VoteInternalServerError) GetMessage() string
GetMessage returns the value of Message.
func (*VoteInternalServerError) MarshalJSON ¶
func (s *VoteInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*VoteInternalServerError) SetCode ¶
func (s *VoteInternalServerError) SetCode(val string)
SetCode sets the value of Code.
func (*VoteInternalServerError) SetMessage ¶
func (s *VoteInternalServerError) SetMessage(val string)
SetMessage sets the value of Message.
func (*VoteInternalServerError) UnmarshalJSON ¶
func (s *VoteInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type VoteOKApplicationJSON ¶
type VoteOKApplicationJSON []VoteOKItem
func (*VoteOKApplicationJSON) Decode ¶
func (s *VoteOKApplicationJSON) Decode(d *jx.Decoder) error
Decode decodes VoteOKApplicationJSON from json.
func (VoteOKApplicationJSON) Encode ¶
func (s VoteOKApplicationJSON) Encode(e *jx.Encoder)
Encode encodes VoteOKApplicationJSON as json.
func (VoteOKApplicationJSON) MarshalJSON ¶
func (s VoteOKApplicationJSON) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*VoteOKApplicationJSON) UnmarshalJSON ¶
func (s *VoteOKApplicationJSON) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (VoteOKApplicationJSON) Validate ¶
func (s VoteOKApplicationJSON) Validate() error
type VoteOKItem ¶
type VoteOKItem struct { // 意見ID. ID string `json:"id"` Title OptString `json:"title"` // 意見のテキスト. Content string `json:"content"` // 親の意見ID。ルートならば無し. ParentID OptString `json:"parentID"` // 意見投稿主の意見。ルート意見の場合はここには何も入らない. VoteType OptVoteOKItemVoteType `json:"voteType"` // 画像が返る場合もある. PictureURL OptString `json:"pictureURL"` // 参考文献URL. ReferenceURL OptString `json:"referenceURL"` PostedAt string `json:"postedAt"` }
func (*VoteOKItem) Decode ¶
func (s *VoteOKItem) Decode(d *jx.Decoder) error
Decode decodes VoteOKItem from json.
func (*VoteOKItem) Encode ¶
func (s *VoteOKItem) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*VoteOKItem) GetContent ¶
func (s *VoteOKItem) GetContent() string
GetContent returns the value of Content.
func (*VoteOKItem) GetParentID ¶
func (s *VoteOKItem) GetParentID() OptString
GetParentID returns the value of ParentID.
func (*VoteOKItem) GetPictureURL ¶
func (s *VoteOKItem) GetPictureURL() OptString
GetPictureURL returns the value of PictureURL.
func (*VoteOKItem) GetPostedAt ¶
func (s *VoteOKItem) GetPostedAt() string
GetPostedAt returns the value of PostedAt.
func (*VoteOKItem) GetReferenceURL ¶
func (s *VoteOKItem) GetReferenceURL() OptString
GetReferenceURL returns the value of ReferenceURL.
func (*VoteOKItem) GetTitle ¶
func (s *VoteOKItem) GetTitle() OptString
GetTitle returns the value of Title.
func (*VoteOKItem) GetVoteType ¶
func (s *VoteOKItem) GetVoteType() OptVoteOKItemVoteType
GetVoteType returns the value of VoteType.
func (*VoteOKItem) MarshalJSON ¶
func (s *VoteOKItem) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*VoteOKItem) SetContent ¶
func (s *VoteOKItem) SetContent(val string)
SetContent sets the value of Content.
func (*VoteOKItem) SetParentID ¶
func (s *VoteOKItem) SetParentID(val OptString)
SetParentID sets the value of ParentID.
func (*VoteOKItem) SetPictureURL ¶
func (s *VoteOKItem) SetPictureURL(val OptString)
SetPictureURL sets the value of PictureURL.
func (*VoteOKItem) SetPostedAt ¶
func (s *VoteOKItem) SetPostedAt(val string)
SetPostedAt sets the value of PostedAt.
func (*VoteOKItem) SetReferenceURL ¶
func (s *VoteOKItem) SetReferenceURL(val OptString)
SetReferenceURL sets the value of ReferenceURL.
func (*VoteOKItem) SetTitle ¶
func (s *VoteOKItem) SetTitle(val OptString)
SetTitle sets the value of Title.
func (*VoteOKItem) SetVoteType ¶
func (s *VoteOKItem) SetVoteType(val OptVoteOKItemVoteType)
SetVoteType sets the value of VoteType.
func (*VoteOKItem) UnmarshalJSON ¶
func (s *VoteOKItem) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*VoteOKItem) Validate ¶
func (s *VoteOKItem) Validate() error
type VoteOKItemVoteType ¶
type VoteOKItemVoteType string
意見投稿主の意見。ルート意見の場合はここには何も入らない.
const ( VoteOKItemVoteTypeAgree VoteOKItemVoteType = "agree" VoteOKItemVoteTypeDisagree VoteOKItemVoteType = "disagree" VoteOKItemVoteTypePass VoteOKItemVoteType = "pass" )
func (VoteOKItemVoteType) AllValues ¶
func (VoteOKItemVoteType) AllValues() []VoteOKItemVoteType
AllValues returns all VoteOKItemVoteType values.
func (*VoteOKItemVoteType) Decode ¶
func (s *VoteOKItemVoteType) Decode(d *jx.Decoder) error
Decode decodes VoteOKItemVoteType from json.
func (VoteOKItemVoteType) Encode ¶
func (s VoteOKItemVoteType) Encode(e *jx.Encoder)
Encode encodes VoteOKItemVoteType as json.
func (VoteOKItemVoteType) MarshalJSON ¶
func (s VoteOKItemVoteType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (VoteOKItemVoteType) MarshalText ¶
func (s VoteOKItemVoteType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*VoteOKItemVoteType) UnmarshalJSON ¶
func (s *VoteOKItemVoteType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*VoteOKItemVoteType) UnmarshalText ¶
func (s *VoteOKItemVoteType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (VoteOKItemVoteType) Validate ¶
func (s VoteOKItemVoteType) Validate() error
type VoteParams ¶
VoteParams is parameters of vote operation.
type VoteReq ¶
type VoteReq struct {
VoteStatus NilVoteReqVoteStatus `json:"voteStatus"`
}
func (*VoteReq) GetVoteStatus ¶
func (s *VoteReq) GetVoteStatus() NilVoteReqVoteStatus
GetVoteStatus returns the value of VoteStatus.
func (*VoteReq) SetVoteStatus ¶
func (s *VoteReq) SetVoteStatus(val NilVoteReqVoteStatus)
SetVoteStatus sets the value of VoteStatus.
type VoteReqVoteStatus ¶
type VoteReqVoteStatus string
const ( VoteReqVoteStatusAgree VoteReqVoteStatus = "agree" VoteReqVoteStatusDisagree VoteReqVoteStatus = "disagree" VoteReqVoteStatusPass VoteReqVoteStatus = "pass" )
func (VoteReqVoteStatus) AllValues ¶
func (VoteReqVoteStatus) AllValues() []VoteReqVoteStatus
AllValues returns all VoteReqVoteStatus values.
func (VoteReqVoteStatus) MarshalText ¶
func (s VoteReqVoteStatus) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*VoteReqVoteStatus) UnmarshalText ¶
func (s *VoteReqVoteStatus) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (VoteReqVoteStatus) Validate ¶
func (s VoteReqVoteStatus) Validate() error
Source Files ¶
- oas_cfg_gen.go
- oas_defaults_gen.go
- oas_handlers_gen.go
- oas_interfaces_gen.go
- oas_json_gen.go
- oas_labeler_gen.go
- oas_middleware_gen.go
- oas_parameters_gen.go
- oas_request_decoders_gen.go
- oas_response_encoders_gen.go
- oas_router_gen.go
- oas_schemas_gen.go
- oas_security_gen.go
- oas_server_gen.go
- oas_unimplemented_gen.go
- oas_validators_gen.go