Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.84 KB

File metadata and controls

114 lines (61 loc) · 2.84 KB

Comment

Properties

Name Type Description Notes
Value string
CreatedOn string
CreatedBy string
CommentId string

Methods

NewComment

func NewComment(value string, createdOn string, createdBy string, commentId string, ) *Comment

NewComment instantiates a new Comment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCommentWithDefaults

func NewCommentWithDefaults() *Comment

NewCommentWithDefaults instantiates a new Comment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetValue

func (o *Comment) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *Comment) GetValueOk() (*string, bool)

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

SetValue

func (o *Comment) SetValue(v string)

SetValue sets Value field to given value.

GetCreatedOn

func (o *Comment) GetCreatedOn() string

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

func (o *Comment) GetCreatedOnOk() (*string, bool)

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

SetCreatedOn

func (o *Comment) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

GetCreatedBy

func (o *Comment) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *Comment) GetCreatedByOk() (*string, bool)

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

SetCreatedBy

func (o *Comment) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

GetCommentId

func (o *Comment) GetCommentId() string

GetCommentId returns the CommentId field if non-nil, zero value otherwise.

GetCommentIdOk

func (o *Comment) GetCommentIdOk() (*string, bool)

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

SetCommentId

func (o *Comment) SetCommentId(v string)

SetCommentId sets CommentId field to given value.

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