Name | Type | Description | Notes |
---|---|---|---|
Id | string | The Affix-assigned id of the time off entry | |
RemoteId | string | the remote system-assigned id of the time off entry | |
EmployeeId | string | the Affix-assigned id of the individual | |
EmployeeRemoteId | string | the remote system-assigned id of the individual | |
StartDate | NullableString | ||
EndDate | NullableString | ||
Amount | float32 | ||
Unit | string | ||
Status | NullableString | ||
EmployeeNote | NullableString | ||
PolicyId | NullableString | The Affix-assigned id of the policy | |
PolicyRemoteId | NullableString | The remote system-assigned id of the policy | |
PolicyName | NullableString | The name of the policy, as assigned by the remote system | |
PolicyType | NullablePolicyTypeResponse | ||
RemoteCreatedAt | NullableString | ||
RemoteModifiedAt | NullableString |
func NewTimeOffEntryResponse(id string, remoteId string, employeeId string, employeeRemoteId string, startDate NullableString, endDate NullableString, amount float32, unit string, status NullableString, employeeNote NullableString, policyId NullableString, policyRemoteId NullableString, policyName NullableString, policyType NullablePolicyTypeResponse, remoteCreatedAt NullableString, remoteModifiedAt NullableString, ) *TimeOffEntryResponse
NewTimeOffEntryResponse instantiates a new TimeOffEntryResponse 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 NewTimeOffEntryResponseWithDefaults() *TimeOffEntryResponse
NewTimeOffEntryResponseWithDefaults instantiates a new TimeOffEntryResponse 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 *TimeOffEntryResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetId(v string)
SetId sets Id field to given value.
func (o *TimeOffEntryResponse) GetRemoteId() string
GetRemoteId returns the RemoteId field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetRemoteIdOk() (*string, bool)
GetRemoteIdOk returns a tuple with the RemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetRemoteId(v string)
SetRemoteId sets RemoteId field to given value.
func (o *TimeOffEntryResponse) GetEmployeeId() string
GetEmployeeId returns the EmployeeId field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetEmployeeIdOk() (*string, bool)
GetEmployeeIdOk returns a tuple with the EmployeeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetEmployeeId(v string)
SetEmployeeId sets EmployeeId field to given value.
func (o *TimeOffEntryResponse) GetEmployeeRemoteId() string
GetEmployeeRemoteId returns the EmployeeRemoteId field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetEmployeeRemoteIdOk() (*string, bool)
GetEmployeeRemoteIdOk returns a tuple with the EmployeeRemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetEmployeeRemoteId(v string)
SetEmployeeRemoteId sets EmployeeRemoteId field to given value.
func (o *TimeOffEntryResponse) GetStartDate() string
GetStartDate returns the StartDate field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetStartDateOk() (*string, bool)
GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetStartDate(v string)
SetStartDate sets StartDate field to given value.
func (o *TimeOffEntryResponse) SetStartDateNil(b bool)
SetStartDateNil sets the value for StartDate to be an explicit nil
func (o *TimeOffEntryResponse) UnsetStartDate()
UnsetStartDate ensures that no value is present for StartDate, not even an explicit nil
func (o *TimeOffEntryResponse) GetEndDate() string
GetEndDate returns the EndDate field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetEndDateOk() (*string, bool)
GetEndDateOk returns a tuple with the EndDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetEndDate(v string)
SetEndDate sets EndDate field to given value.
func (o *TimeOffEntryResponse) SetEndDateNil(b bool)
SetEndDateNil sets the value for EndDate to be an explicit nil
func (o *TimeOffEntryResponse) UnsetEndDate()
UnsetEndDate ensures that no value is present for EndDate, not even an explicit nil
func (o *TimeOffEntryResponse) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetAmountOk() (*float32, bool)
GetAmountOk returns a tuple with the Amount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *TimeOffEntryResponse) GetUnit() string
GetUnit returns the Unit field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetUnitOk() (*string, bool)
GetUnitOk returns a tuple with the Unit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetUnit(v string)
SetUnit sets Unit field to given value.
func (o *TimeOffEntryResponse) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *TimeOffEntryResponse) SetStatusNil(b bool)
SetStatusNil sets the value for Status to be an explicit nil
func (o *TimeOffEntryResponse) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil
func (o *TimeOffEntryResponse) GetEmployeeNote() string
GetEmployeeNote returns the EmployeeNote field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetEmployeeNoteOk() (*string, bool)
GetEmployeeNoteOk returns a tuple with the EmployeeNote field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetEmployeeNote(v string)
SetEmployeeNote sets EmployeeNote field to given value.
func (o *TimeOffEntryResponse) SetEmployeeNoteNil(b bool)
SetEmployeeNoteNil sets the value for EmployeeNote to be an explicit nil
func (o *TimeOffEntryResponse) UnsetEmployeeNote()
UnsetEmployeeNote ensures that no value is present for EmployeeNote, not even an explicit nil
func (o *TimeOffEntryResponse) GetPolicyId() string
GetPolicyId returns the PolicyId field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetPolicyIdOk() (*string, bool)
GetPolicyIdOk returns a tuple with the PolicyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetPolicyId(v string)
SetPolicyId sets PolicyId field to given value.
func (o *TimeOffEntryResponse) SetPolicyIdNil(b bool)
SetPolicyIdNil sets the value for PolicyId to be an explicit nil
func (o *TimeOffEntryResponse) UnsetPolicyId()
UnsetPolicyId ensures that no value is present for PolicyId, not even an explicit nil
func (o *TimeOffEntryResponse) GetPolicyRemoteId() string
GetPolicyRemoteId returns the PolicyRemoteId field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetPolicyRemoteIdOk() (*string, bool)
GetPolicyRemoteIdOk returns a tuple with the PolicyRemoteId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetPolicyRemoteId(v string)
SetPolicyRemoteId sets PolicyRemoteId field to given value.
func (o *TimeOffEntryResponse) SetPolicyRemoteIdNil(b bool)
SetPolicyRemoteIdNil sets the value for PolicyRemoteId to be an explicit nil
func (o *TimeOffEntryResponse) UnsetPolicyRemoteId()
UnsetPolicyRemoteId ensures that no value is present for PolicyRemoteId, not even an explicit nil
func (o *TimeOffEntryResponse) GetPolicyName() string
GetPolicyName returns the PolicyName field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetPolicyNameOk() (*string, bool)
GetPolicyNameOk returns a tuple with the PolicyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetPolicyName(v string)
SetPolicyName sets PolicyName field to given value.
func (o *TimeOffEntryResponse) SetPolicyNameNil(b bool)
SetPolicyNameNil sets the value for PolicyName to be an explicit nil
func (o *TimeOffEntryResponse) UnsetPolicyName()
UnsetPolicyName ensures that no value is present for PolicyName, not even an explicit nil
func (o *TimeOffEntryResponse) GetPolicyType() PolicyTypeResponse
GetPolicyType returns the PolicyType field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetPolicyTypeOk() (*PolicyTypeResponse, bool)
GetPolicyTypeOk returns a tuple with the PolicyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetPolicyType(v PolicyTypeResponse)
SetPolicyType sets PolicyType field to given value.
func (o *TimeOffEntryResponse) SetPolicyTypeNil(b bool)
SetPolicyTypeNil sets the value for PolicyType to be an explicit nil
func (o *TimeOffEntryResponse) UnsetPolicyType()
UnsetPolicyType ensures that no value is present for PolicyType, not even an explicit nil
func (o *TimeOffEntryResponse) GetRemoteCreatedAt() string
GetRemoteCreatedAt returns the RemoteCreatedAt field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetRemoteCreatedAtOk() (*string, bool)
GetRemoteCreatedAtOk returns a tuple with the RemoteCreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetRemoteCreatedAt(v string)
SetRemoteCreatedAt sets RemoteCreatedAt field to given value.
func (o *TimeOffEntryResponse) SetRemoteCreatedAtNil(b bool)
SetRemoteCreatedAtNil sets the value for RemoteCreatedAt to be an explicit nil
func (o *TimeOffEntryResponse) UnsetRemoteCreatedAt()
UnsetRemoteCreatedAt ensures that no value is present for RemoteCreatedAt, not even an explicit nil
func (o *TimeOffEntryResponse) GetRemoteModifiedAt() string
GetRemoteModifiedAt returns the RemoteModifiedAt field if non-nil, zero value otherwise.
func (o *TimeOffEntryResponse) GetRemoteModifiedAtOk() (*string, bool)
GetRemoteModifiedAtOk returns a tuple with the RemoteModifiedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TimeOffEntryResponse) SetRemoteModifiedAt(v string)
SetRemoteModifiedAt sets RemoteModifiedAt field to given value.
func (o *TimeOffEntryResponse) SetRemoteModifiedAtNil(b bool)
SetRemoteModifiedAtNil sets the value for RemoteModifiedAt to be an explicit nil
func (o *TimeOffEntryResponse) UnsetRemoteModifiedAt()
UnsetRemoteModifiedAt ensures that no value is present for RemoteModifiedAt, not even an explicit nil