Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.17 KB

Casestatus.md

File metadata and controls

77 lines (42 loc) · 2.17 KB

Casestatus

Properties

Name Type Description Notes
CasestatusId Pointer to int32 [optional] [readonly]
CasestatusName string

Methods

NewCasestatus

func NewCasestatus(casestatusName string, ) *Casestatus

NewCasestatus instantiates a new Casestatus 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

NewCasestatusWithDefaults

func NewCasestatusWithDefaults() *Casestatus

NewCasestatusWithDefaults instantiates a new Casestatus 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

GetCasestatusId

func (o *Casestatus) GetCasestatusId() int32

GetCasestatusId returns the CasestatusId field if non-nil, zero value otherwise.

GetCasestatusIdOk

func (o *Casestatus) GetCasestatusIdOk() (*int32, bool)

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

SetCasestatusId

func (o *Casestatus) SetCasestatusId(v int32)

SetCasestatusId sets CasestatusId field to given value.

HasCasestatusId

func (o *Casestatus) HasCasestatusId() bool

HasCasestatusId returns a boolean if a field has been set.

GetCasestatusName

func (o *Casestatus) GetCasestatusName() string

GetCasestatusName returns the CasestatusName field if non-nil, zero value otherwise.

GetCasestatusNameOk

func (o *Casestatus) GetCasestatusNameOk() (*string, bool)

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

SetCasestatusName

func (o *Casestatus) SetCasestatusName(v string)

SetCasestatusName sets CasestatusName field to given value.

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