Name | Type | Description | Notes |
---|---|---|---|
Value | string | ||
CreatedOn | string | ||
CreatedBy | string | ||
CommentId | string |
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
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
func (o *Comment) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
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.
func (o *Comment) SetValue(v string)
SetValue sets Value field to given value.
func (o *Comment) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
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.
func (o *Comment) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *Comment) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
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.
func (o *Comment) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *Comment) GetCommentId() string
GetCommentId returns the CommentId field if non-nil, zero value otherwise.
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.
func (o *Comment) SetCommentId(v string)
SetCommentId sets CommentId field to given value.