Name | Type | Description | Notes |
---|---|---|---|
CasetypeId | Pointer to int32 | [optional] [readonly] | |
CasetypeName | string |
func NewCasetype(casetypeName string, ) *Casetype
NewCasetype instantiates a new Casetype 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 NewCasetypeWithDefaults() *Casetype
NewCasetypeWithDefaults instantiates a new Casetype 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 *Casetype) GetCasetypeId() int32
GetCasetypeId returns the CasetypeId field if non-nil, zero value otherwise.
func (o *Casetype) GetCasetypeIdOk() (*int32, bool)
GetCasetypeIdOk returns a tuple with the CasetypeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Casetype) SetCasetypeId(v int32)
SetCasetypeId sets CasetypeId field to given value.
func (o *Casetype) HasCasetypeId() bool
HasCasetypeId returns a boolean if a field has been set.
func (o *Casetype) GetCasetypeName() string
GetCasetypeName returns the CasetypeName field if non-nil, zero value otherwise.
func (o *Casetype) GetCasetypeNameOk() (*string, bool)
GetCasetypeNameOk returns a tuple with the CasetypeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Casetype) SetCasetypeName(v string)
SetCasetypeName sets CasetypeName field to given value.