Name | Type | Description | Notes |
---|---|---|---|
NotestatusId | Pointer to int32 | [optional] [readonly] | |
NotestatusName | string |
func NewNotestatus(notestatusName string, ) *Notestatus
NewNotestatus instantiates a new Notestatus 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 NewNotestatusWithDefaults() *Notestatus
NewNotestatusWithDefaults instantiates a new Notestatus 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 *Notestatus) GetNotestatusId() int32
GetNotestatusId returns the NotestatusId field if non-nil, zero value otherwise.
func (o *Notestatus) GetNotestatusIdOk() (*int32, bool)
GetNotestatusIdOk returns a tuple with the NotestatusId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Notestatus) SetNotestatusId(v int32)
SetNotestatusId sets NotestatusId field to given value.
func (o *Notestatus) HasNotestatusId() bool
HasNotestatusId returns a boolean if a field has been set.
func (o *Notestatus) GetNotestatusName() string
GetNotestatusName returns the NotestatusName field if non-nil, zero value otherwise.
func (o *Notestatus) GetNotestatusNameOk() (*string, bool)
GetNotestatusNameOk returns a tuple with the NotestatusName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Notestatus) SetNotestatusName(v string)
SetNotestatusName sets NotestatusName field to given value.