Name | Type | Description | Notes |
---|---|---|---|
TaskpriorityId | Pointer to int32 | [optional] [readonly] | |
TaskpriorityName | string |
func NewTaskpriority(taskpriorityName string, ) *Taskpriority
NewTaskpriority instantiates a new Taskpriority 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 NewTaskpriorityWithDefaults() *Taskpriority
NewTaskpriorityWithDefaults instantiates a new Taskpriority 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 *Taskpriority) GetTaskpriorityId() int32
GetTaskpriorityId returns the TaskpriorityId field if non-nil, zero value otherwise.
func (o *Taskpriority) GetTaskpriorityIdOk() (*int32, bool)
GetTaskpriorityIdOk returns a tuple with the TaskpriorityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Taskpriority) SetTaskpriorityId(v int32)
SetTaskpriorityId sets TaskpriorityId field to given value.
func (o *Taskpriority) HasTaskpriorityId() bool
HasTaskpriorityId returns a boolean if a field has been set.
func (o *Taskpriority) GetTaskpriorityName() string
GetTaskpriorityName returns the TaskpriorityName field if non-nil, zero value otherwise.
func (o *Taskpriority) GetTaskpriorityNameOk() (*string, bool)
GetTaskpriorityNameOk returns a tuple with the TaskpriorityName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Taskpriority) SetTaskpriorityName(v string)
SetTaskpriorityName sets TaskpriorityName field to given value.