Taskpriority
November 26, 2020 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| TaskpriorityId | Pointer to int32 | [optional] [readonly] | |
| TaskpriorityName | string |
Methods
NewTaskpriority
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
NewTaskpriorityWithDefaults
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
GetTaskpriorityId
func (o *Taskpriority) GetTaskpriorityId() int32
GetTaskpriorityId returns the TaskpriorityId field if non-nil, zero value otherwise.
GetTaskpriorityIdOk
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.
SetTaskpriorityId
func (o *Taskpriority) SetTaskpriorityId(v int32)
SetTaskpriorityId sets TaskpriorityId field to given value.
HasTaskpriorityId
func (o *Taskpriority) HasTaskpriorityId() bool
HasTaskpriorityId returns a boolean if a field has been set.
GetTaskpriorityName
func (o *Taskpriority) GetTaskpriorityName() string
GetTaskpriorityName returns the TaskpriorityName field if non-nil, zero value otherwise.
GetTaskpriorityNameOk
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.
SetTaskpriorityName
func (o *Taskpriority) SetTaskpriorityName(v string)
SetTaskpriorityName sets TaskpriorityName field to given value.