Name | Type | Description | Notes |
---|---|---|---|
CasestatusId | Pointer to int32 | [optional] [readonly] | |
CasestatusName | string |
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
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
func (o *Casestatus) GetCasestatusId() int32
GetCasestatusId returns the CasestatusId field if non-nil, zero value otherwise.
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.
func (o *Casestatus) SetCasestatusId(v int32)
SetCasestatusId sets CasestatusId field to given value.
func (o *Casestatus) HasCasestatusId() bool
HasCasestatusId returns a boolean if a field has been set.
func (o *Casestatus) GetCasestatusName() string
GetCasestatusName returns the CasestatusName field if non-nil, zero value otherwise.
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.
func (o *Casestatus) SetCasestatusName(v string)
SetCasestatusName sets CasestatusName field to given value.