Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.17 KB

Notestatus.md

File metadata and controls

77 lines (42 loc) · 2.17 KB

Notestatus

Properties

Name Type Description Notes
NotestatusId Pointer to int32 [optional] [readonly]
NotestatusName string

Methods

NewNotestatus

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

NewNotestatusWithDefaults

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

GetNotestatusId

func (o *Notestatus) GetNotestatusId() int32

GetNotestatusId returns the NotestatusId field if non-nil, zero value otherwise.

GetNotestatusIdOk

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.

SetNotestatusId

func (o *Notestatus) SetNotestatusId(v int32)

SetNotestatusId sets NotestatusId field to given value.

HasNotestatusId

func (o *Notestatus) HasNotestatusId() bool

HasNotestatusId returns a boolean if a field has been set.

GetNotestatusName

func (o *Notestatus) GetNotestatusName() string

GetNotestatusName returns the NotestatusName field if non-nil, zero value otherwise.

GetNotestatusNameOk

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.

SetNotestatusName

func (o *Notestatus) SetNotestatusName(v string)

SetNotestatusName sets NotestatusName field to given value.

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