Name | Type | Description | Notes |
---|---|---|---|
CaseId | Pointer to int32 | [optional] [readonly] | |
CaseIdExternal | Pointer to NullableString | [optional] | |
CaseName | string | ||
Casepriority | Pointer to int32 | [optional] | |
Casestatus | Pointer to int32 | [optional] | |
Casetype | Pointer to NullableInt32 | [optional] | |
Tag | Pointer to []int32 | [optional] | |
CaseIsIncident | bool | ||
CaseStartTime | Pointer to NullableTime | [optional] | |
CaseEndTime | Pointer to NullableTime | [optional] | |
CaseCreatedByUserId | int32 | ||
CaseCreateTime | Pointer to time.Time | [optional] [readonly] | |
CaseModifiedByUserId | Pointer to NullableInt32 | [optional] | |
CaseModifyTime | Pointer to time.Time | [optional] [readonly] | |
CaseAssignedToUserId | Pointer to NullableInt32 | [optional] |
func NewCase(caseName string, caseIsIncident bool, caseCreatedByUserId int32, ) *Case
NewCase instantiates a new Case 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 NewCaseWithDefaults() *Case
NewCaseWithDefaults instantiates a new Case 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 *Case) GetCaseId() int32
GetCaseId returns the CaseId field if non-nil, zero value otherwise.
func (o *Case) GetCaseIdOk() (*int32, bool)
GetCaseIdOk returns a tuple with the CaseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseId(v int32)
SetCaseId sets CaseId field to given value.
func (o *Case) HasCaseId() bool
HasCaseId returns a boolean if a field has been set.
func (o *Case) GetCaseIdExternal() string
GetCaseIdExternal returns the CaseIdExternal field if non-nil, zero value otherwise.
func (o *Case) GetCaseIdExternalOk() (*string, bool)
GetCaseIdExternalOk returns a tuple with the CaseIdExternal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseIdExternal(v string)
SetCaseIdExternal sets CaseIdExternal field to given value.
func (o *Case) HasCaseIdExternal() bool
HasCaseIdExternal returns a boolean if a field has been set.
func (o *Case) SetCaseIdExternalNil(b bool)
SetCaseIdExternalNil sets the value for CaseIdExternal to be an explicit nil
func (o *Case) UnsetCaseIdExternal()
UnsetCaseIdExternal ensures that no value is present for CaseIdExternal, not even an explicit nil
func (o *Case) GetCaseName() string
GetCaseName returns the CaseName field if non-nil, zero value otherwise.
func (o *Case) GetCaseNameOk() (*string, bool)
GetCaseNameOk returns a tuple with the CaseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseName(v string)
SetCaseName sets CaseName field to given value.
func (o *Case) GetCasepriority() int32
GetCasepriority returns the Casepriority field if non-nil, zero value otherwise.
func (o *Case) GetCasepriorityOk() (*int32, bool)
GetCasepriorityOk returns a tuple with the Casepriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCasepriority(v int32)
SetCasepriority sets Casepriority field to given value.
func (o *Case) HasCasepriority() bool
HasCasepriority returns a boolean if a field has been set.
func (o *Case) GetCasestatus() int32
GetCasestatus returns the Casestatus field if non-nil, zero value otherwise.
func (o *Case) GetCasestatusOk() (*int32, bool)
GetCasestatusOk returns a tuple with the Casestatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCasestatus(v int32)
SetCasestatus sets Casestatus field to given value.
func (o *Case) HasCasestatus() bool
HasCasestatus returns a boolean if a field has been set.
func (o *Case) GetCasetype() int32
GetCasetype returns the Casetype field if non-nil, zero value otherwise.
func (o *Case) GetCasetypeOk() (*int32, bool)
GetCasetypeOk returns a tuple with the Casetype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCasetype(v int32)
SetCasetype sets Casetype field to given value.
func (o *Case) HasCasetype() bool
HasCasetype returns a boolean if a field has been set.
func (o *Case) SetCasetypeNil(b bool)
SetCasetypeNil sets the value for Casetype to be an explicit nil
func (o *Case) UnsetCasetype()
UnsetCasetype ensures that no value is present for Casetype, not even an explicit nil
func (o *Case) GetTag() []int32
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *Case) GetTagOk() (*[]int32, bool)
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetTag(v []int32)
SetTag sets Tag field to given value.
func (o *Case) HasTag() bool
HasTag returns a boolean if a field has been set.
func (o *Case) GetCaseIsIncident() bool
GetCaseIsIncident returns the CaseIsIncident field if non-nil, zero value otherwise.
func (o *Case) GetCaseIsIncidentOk() (*bool, bool)
GetCaseIsIncidentOk returns a tuple with the CaseIsIncident field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseIsIncident(v bool)
SetCaseIsIncident sets CaseIsIncident field to given value.
func (o *Case) GetCaseStartTime() time.Time
GetCaseStartTime returns the CaseStartTime field if non-nil, zero value otherwise.
func (o *Case) GetCaseStartTimeOk() (*time.Time, bool)
GetCaseStartTimeOk returns a tuple with the CaseStartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseStartTime(v time.Time)
SetCaseStartTime sets CaseStartTime field to given value.
func (o *Case) HasCaseStartTime() bool
HasCaseStartTime returns a boolean if a field has been set.
func (o *Case) SetCaseStartTimeNil(b bool)
SetCaseStartTimeNil sets the value for CaseStartTime to be an explicit nil
func (o *Case) UnsetCaseStartTime()
UnsetCaseStartTime ensures that no value is present for CaseStartTime, not even an explicit nil
func (o *Case) GetCaseEndTime() time.Time
GetCaseEndTime returns the CaseEndTime field if non-nil, zero value otherwise.
func (o *Case) GetCaseEndTimeOk() (*time.Time, bool)
GetCaseEndTimeOk returns a tuple with the CaseEndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseEndTime(v time.Time)
SetCaseEndTime sets CaseEndTime field to given value.
func (o *Case) HasCaseEndTime() bool
HasCaseEndTime returns a boolean if a field has been set.
func (o *Case) SetCaseEndTimeNil(b bool)
SetCaseEndTimeNil sets the value for CaseEndTime to be an explicit nil
func (o *Case) UnsetCaseEndTime()
UnsetCaseEndTime ensures that no value is present for CaseEndTime, not even an explicit nil
func (o *Case) GetCaseCreatedByUserId() int32
GetCaseCreatedByUserId returns the CaseCreatedByUserId field if non-nil, zero value otherwise.
func (o *Case) GetCaseCreatedByUserIdOk() (*int32, bool)
GetCaseCreatedByUserIdOk returns a tuple with the CaseCreatedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseCreatedByUserId(v int32)
SetCaseCreatedByUserId sets CaseCreatedByUserId field to given value.
func (o *Case) GetCaseCreateTime() time.Time
GetCaseCreateTime returns the CaseCreateTime field if non-nil, zero value otherwise.
func (o *Case) GetCaseCreateTimeOk() (*time.Time, bool)
GetCaseCreateTimeOk returns a tuple with the CaseCreateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseCreateTime(v time.Time)
SetCaseCreateTime sets CaseCreateTime field to given value.
func (o *Case) HasCaseCreateTime() bool
HasCaseCreateTime returns a boolean if a field has been set.
func (o *Case) GetCaseModifiedByUserId() int32
GetCaseModifiedByUserId returns the CaseModifiedByUserId field if non-nil, zero value otherwise.
func (o *Case) GetCaseModifiedByUserIdOk() (*int32, bool)
GetCaseModifiedByUserIdOk returns a tuple with the CaseModifiedByUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseModifiedByUserId(v int32)
SetCaseModifiedByUserId sets CaseModifiedByUserId field to given value.
func (o *Case) HasCaseModifiedByUserId() bool
HasCaseModifiedByUserId returns a boolean if a field has been set.
func (o *Case) SetCaseModifiedByUserIdNil(b bool)
SetCaseModifiedByUserIdNil sets the value for CaseModifiedByUserId to be an explicit nil
func (o *Case) UnsetCaseModifiedByUserId()
UnsetCaseModifiedByUserId ensures that no value is present for CaseModifiedByUserId, not even an explicit nil
func (o *Case) GetCaseModifyTime() time.Time
GetCaseModifyTime returns the CaseModifyTime field if non-nil, zero value otherwise.
func (o *Case) GetCaseModifyTimeOk() (*time.Time, bool)
GetCaseModifyTimeOk returns a tuple with the CaseModifyTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseModifyTime(v time.Time)
SetCaseModifyTime sets CaseModifyTime field to given value.
func (o *Case) HasCaseModifyTime() bool
HasCaseModifyTime returns a boolean if a field has been set.
func (o *Case) GetCaseAssignedToUserId() int32
GetCaseAssignedToUserId returns the CaseAssignedToUserId field if non-nil, zero value otherwise.
func (o *Case) GetCaseAssignedToUserIdOk() (*int32, bool)
GetCaseAssignedToUserIdOk returns a tuple with the CaseAssignedToUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Case) SetCaseAssignedToUserId(v int32)
SetCaseAssignedToUserId sets CaseAssignedToUserId field to given value.
func (o *Case) HasCaseAssignedToUserId() bool
HasCaseAssignedToUserId returns a boolean if a field has been set.
func (o *Case) SetCaseAssignedToUserIdNil(b bool)
SetCaseAssignedToUserIdNil sets the value for CaseAssignedToUserId to be an explicit nil
func (o *Case) UnsetCaseAssignedToUserId()
UnsetCaseAssignedToUserId ensures that no value is present for CaseAssignedToUserId, not even an explicit nil