Name | Type | Description | Notes |
---|---|---|---|
CasepriorityId | Pointer to int32 | [optional] [readonly] | |
CasepriorityName | string |
func NewCasepriority(casepriorityName string, ) *Casepriority
NewCasepriority instantiates a new Casepriority 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 NewCasepriorityWithDefaults() *Casepriority
NewCasepriorityWithDefaults instantiates a new Casepriority 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 *Casepriority) GetCasepriorityId() int32
GetCasepriorityId returns the CasepriorityId field if non-nil, zero value otherwise.
func (o *Casepriority) GetCasepriorityIdOk() (*int32, bool)
GetCasepriorityIdOk returns a tuple with the CasepriorityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Casepriority) SetCasepriorityId(v int32)
SetCasepriorityId sets CasepriorityId field to given value.
func (o *Casepriority) HasCasepriorityId() bool
HasCasepriorityId returns a boolean if a field has been set.
func (o *Casepriority) GetCasepriorityName() string
GetCasepriorityName returns the CasepriorityName field if non-nil, zero value otherwise.
func (o *Casepriority) GetCasepriorityNameOk() (*string, bool)
GetCasepriorityNameOk returns a tuple with the CasepriorityName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Casepriority) SetCasepriorityName(v string)
SetCasepriorityName sets CasepriorityName field to given value.