Class: CMV4APIClient::Stakeholder

Inherits:
Object
  • Object
show all
Defined in:
lib/cmv4-openapi-client/models/stakeholder.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Stakeholder

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 237

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `CMV4APIClient::Stakeholder` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `CMV4APIClient::Stakeholder`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  if attributes.key?(:'id')
    self.id = attributes[:'id']
  end

  if attributes.key?(:'address')
    self.address = attributes[:'address']
  end

  if attributes.key?(:'address_address')
    self.address_address = attributes[:'address_address']
  end

  if attributes.key?(:'address_country')
    self.address_country = attributes[:'address_country']
  end

  if attributes.key?(:'address_location')
    self.address_location = attributes[:'address_location']
  end

  if attributes.key?(:'address_post_code')
    self.address_post_code = attributes[:'address_post_code']
  end

  if attributes.key?(:'address_state')
    self.address_state = attributes[:'address_state']
  end

  if attributes.key?(:'address_suburb')
    self.address_suburb = attributes[:'address_suburb']
  end

  if attributes.key?(:'ah_phone')
    self.ah_phone = attributes[:'ah_phone']
  end

  if attributes.key?(:'bh_phone')
    self.bh_phone = attributes[:'bh_phone']
  end

  if attributes.key?(:'created')
    self.created = attributes[:'created']
  end

  if attributes.key?(:'created_by')
    self.created_by = attributes[:'created_by']
  end

  if attributes.key?(:'database_id')
    self.database_id = attributes[:'database_id']
  end

  if attributes.key?(:'deleted')
    self.deleted = attributes[:'deleted']
  end

  if attributes.key?(:'descriptor')
    self.descriptor = attributes[:'descriptor']
  end

  if attributes.key?(:'distribution_lists')
    self.distribution_lists = attributes[:'distribution_lists']
  end

  if attributes.key?(:'email')
    self.email = attributes[:'email']
  end

  if attributes.key?(:'first_name')
    self.first_name = attributes[:'first_name']
  end

  if attributes.key?(:'keystakeholder')
    self.keystakeholder = attributes[:'keystakeholder']
  end

  if attributes.key?(:'keystakeholderfieldthing')
    self.keystakeholderfieldthing = attributes[:'keystakeholderfieldthing']
  end

  if attributes.key?(:'last_name')
    self.last_name = attributes[:'last_name']
  end

  if attributes.key?(:'mobile')
    self.mobile = attributes[:'mobile']
  end

  if attributes.key?(:'modified')
    self.modified = attributes[:'modified']
  end

  if attributes.key?(:'modified_by')
    self.modified_by = attributes[:'modified_by']
  end

  if attributes.key?(:'modified_end_time')
    self.modified_end_time = attributes[:'modified_end_time']
  end

  if attributes.key?(:'notes')
    self.notes = attributes[:'notes']
  end

  if attributes.key?(:'organisation')
    self.organisation = attributes[:'organisation']
  end

  if attributes.key?(:'physicaladdress')
    self.physicaladdress = attributes[:'physicaladdress']
  end

  if attributes.key?(:'physicaladdress_address')
    self.physicaladdress_address = attributes[:'physicaladdress_address']
  end

  if attributes.key?(:'physicaladdress_country')
    self.physicaladdress_country = attributes[:'physicaladdress_country']
  end

  if attributes.key?(:'physicaladdress_location')
    self.physicaladdress_location = attributes[:'physicaladdress_location']
  end

  if attributes.key?(:'physicaladdress_post_code')
    self.physicaladdress_post_code = attributes[:'physicaladdress_post_code']
  end

  if attributes.key?(:'physicaladdress_state')
    self.physicaladdress_state = attributes[:'physicaladdress_state']
  end

  if attributes.key?(:'physicaladdress_suburb')
    self.physicaladdress_suburb = attributes[:'physicaladdress_suburb']
  end

  if attributes.key?(:'privacy_option')
    self.privacy_option = attributes[:'privacy_option']
  end

  if attributes.key?(:'role')
    self.role = attributes[:'role']
  end

  if attributes.key?(:'stakeholder_groups')
    self.stakeholder_groups = attributes[:'stakeholder_groups']
  end

  if attributes.key?(:'suffix')
    self.suffix = attributes[:'suffix']
  end

  if attributes.key?(:'testingmore')
    self.testingmore = attributes[:'testingmore']
  end

  if attributes.key?(:'title')
    self.title = attributes[:'title']
  end

  if attributes.key?(:'visibility')
    self.visibility = attributes[:'visibility']
  end

  if attributes.key?(:'webaddress')
    self.webaddress = attributes[:'webaddress']
  end
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



19
20
21
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 19

def address
  @address
end

#address_addressObject

Returns the value of attribute address_address.



21
22
23
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 21

def address_address
  @address_address
end

#address_countryObject

Returns the value of attribute address_country.



23
24
25
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 23

def address_country
  @address_country
end

#address_locationObject

Returns the value of attribute address_location.



25
26
27
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 25

def address_location
  @address_location
end

#address_post_codeObject

Returns the value of attribute address_post_code.



27
28
29
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 27

def address_post_code
  @address_post_code
end

#address_stateObject

Returns the value of attribute address_state.



29
30
31
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 29

def address_state
  @address_state
end

#address_suburbObject

Returns the value of attribute address_suburb.



31
32
33
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 31

def address_suburb
  @address_suburb
end

#ah_phoneObject

Returns the value of attribute ah_phone.



33
34
35
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 33

def ah_phone
  @ah_phone
end

#bh_phoneObject

Returns the value of attribute bh_phone.



35
36
37
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 35

def bh_phone
  @bh_phone
end

#createdObject

Returns the value of attribute created.



37
38
39
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 37

def created
  @created
end

#created_byObject

Returns the value of attribute created_by.



39
40
41
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 39

def created_by
  @created_by
end

#database_idObject

Returns the value of attribute database_id.



41
42
43
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 41

def database_id
  @database_id
end

#deletedObject

Returns the value of attribute deleted.



43
44
45
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 43

def deleted
  @deleted
end

#descriptorObject

Returns the value of attribute descriptor.



45
46
47
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 45

def descriptor
  @descriptor
end

#distribution_listsObject

Returns the value of attribute distribution_lists.



47
48
49
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 47

def distribution_lists
  @distribution_lists
end

#emailObject

Returns the value of attribute email.



49
50
51
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 49

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



51
52
53
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 51

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



17
18
19
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 17

def id
  @id
end

#keystakeholderObject

Returns the value of attribute keystakeholder.



53
54
55
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 53

def keystakeholder
  @keystakeholder
end

#keystakeholderfieldthingObject

Returns the value of attribute keystakeholderfieldthing.



55
56
57
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 55

def keystakeholderfieldthing
  @keystakeholderfieldthing
end

#last_nameObject

Returns the value of attribute last_name.



57
58
59
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 57

def last_name
  @last_name
end

#mobileObject

Returns the value of attribute mobile.



59
60
61
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 59

def mobile
  @mobile
end

#modifiedObject

Returns the value of attribute modified.



61
62
63
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 61

def modified
  @modified
end

#modified_byObject

Returns the value of attribute modified_by.



63
64
65
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 63

def modified_by
  @modified_by
end

#modified_end_timeObject

Returns the value of attribute modified_end_time.



65
66
67
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 65

def modified_end_time
  @modified_end_time
end

#notesObject

Returns the value of attribute notes.



67
68
69
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 67

def notes
  @notes
end

#organisationObject

Returns the value of attribute organisation.



69
70
71
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 69

def organisation
  @organisation
end

#physicaladdressObject

Returns the value of attribute physicaladdress.



71
72
73
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 71

def physicaladdress
  @physicaladdress
end

#physicaladdress_addressObject

Returns the value of attribute physicaladdress_address.



73
74
75
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 73

def physicaladdress_address
  @physicaladdress_address
end

#physicaladdress_countryObject

Returns the value of attribute physicaladdress_country.



75
76
77
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 75

def physicaladdress_country
  @physicaladdress_country
end

#physicaladdress_locationObject

Returns the value of attribute physicaladdress_location.



77
78
79
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 77

def physicaladdress_location
  @physicaladdress_location
end

#physicaladdress_post_codeObject

Returns the value of attribute physicaladdress_post_code.



79
80
81
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 79

def physicaladdress_post_code
  @physicaladdress_post_code
end

#physicaladdress_stateObject

Returns the value of attribute physicaladdress_state.



81
82
83
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 81

def physicaladdress_state
  @physicaladdress_state
end

#physicaladdress_suburbObject

Returns the value of attribute physicaladdress_suburb.



83
84
85
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 83

def physicaladdress_suburb
  @physicaladdress_suburb
end

#privacy_optionObject

Returns the value of attribute privacy_option.



85
86
87
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 85

def privacy_option
  @privacy_option
end

#roleObject

Returns the value of attribute role.



87
88
89
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 87

def role
  @role
end

#stakeholder_groupsObject

Returns the value of attribute stakeholder_groups.



89
90
91
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 89

def stakeholder_groups
  @stakeholder_groups
end

#suffixObject

Returns the value of attribute suffix.



91
92
93
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 91

def suffix
  @suffix
end

#testingmoreObject

Returns the value of attribute testingmore.



93
94
95
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 93

def testingmore
  @testingmore
end

#titleObject

Returns the value of attribute title.



95
96
97
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 95

def title
  @title
end

#visibilityObject

Returns the value of attribute visibility.



97
98
99
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 97

def visibility
  @visibility
end

#webaddressObject

Returns the value of attribute webaddress.



99
100
101
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 99

def webaddress
  @webaddress
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 102

def self.attribute_map
  {
    :'id' => :'id',
    :'address' => :'address',
    :'address_address' => :'address.address',
    :'address_country' => :'address.country',
    :'address_location' => :'address.location',
    :'address_post_code' => :'address.postCode',
    :'address_state' => :'address.state',
    :'address_suburb' => :'address.suburb',
    :'ah_phone' => :'ahPhone',
    :'bh_phone' => :'bhPhone',
    :'created' => :'created',
    :'created_by' => :'createdBy',
    :'database_id' => :'databaseId',
    :'deleted' => :'deleted',
    :'descriptor' => :'descriptor',
    :'distribution_lists' => :'distributionLists',
    :'email' => :'email',
    :'first_name' => :'firstName',
    :'keystakeholder' => :'keystakeholder',
    :'keystakeholderfieldthing' => :'keystakeholderfieldthing',
    :'last_name' => :'lastName',
    :'mobile' => :'mobile',
    :'modified' => :'modified',
    :'modified_by' => :'modifiedBy',
    :'modified_end_time' => :'modifiedEndTime',
    :'notes' => :'notes',
    :'organisation' => :'organisation',
    :'physicaladdress' => :'physicaladdress',
    :'physicaladdress_address' => :'physicaladdress.address',
    :'physicaladdress_country' => :'physicaladdress.country',
    :'physicaladdress_location' => :'physicaladdress.location',
    :'physicaladdress_post_code' => :'physicaladdress.postCode',
    :'physicaladdress_state' => :'physicaladdress.state',
    :'physicaladdress_suburb' => :'physicaladdress.suburb',
    :'privacy_option' => :'privacyOption',
    :'role' => :'role',
    :'stakeholder_groups' => :'stakeholderGroups',
    :'suffix' => :'suffix',
    :'testingmore' => :'testingmore',
    :'title' => :'title',
    :'visibility' => :'visibility',
    :'webaddress' => :'webaddress'
  }
end

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



496
497
498
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 496

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end

.openapi_nullableObject

List of attributes with nullable: true



198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 198

def self.openapi_nullable
  Set.new([
    :'address',
    :'address_address',
    :'address_country',
    :'address_location',
    :'address_post_code',
    :'address_state',
    :'address_suburb',
    :'ah_phone',
    :'bh_phone',
    :'created_by',
    :'descriptor',
    :'distribution_lists',
    :'email',
    :'first_name',
    :'last_name',
    :'mobile',
    :'modified_by',
    :'notes',
    :'organisation',
    :'physicaladdress',
    :'physicaladdress_address',
    :'physicaladdress_country',
    :'physicaladdress_location',
    :'physicaladdress_post_code',
    :'physicaladdress_state',
    :'physicaladdress_suburb',
    :'privacy_option',
    :'role',
    :'stakeholder_groups',
    :'suffix',
    :'title',
    :'webaddress'
  ])
end

.openapi_typesObject

Attribute type mapping.



150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 150

def self.openapi_types
  {
    :'id' => :'Integer',
    :'address' => :'AddressModel',
    :'address_address' => :'String',
    :'address_country' => :'String',
    :'address_location' => :'String',
    :'address_post_code' => :'String',
    :'address_state' => :'String',
    :'address_suburb' => :'String',
    :'ah_phone' => :'String',
    :'bh_phone' => :'String',
    :'created' => :'DateTime',
    :'created_by' => :'IdentityModel',
    :'database_id' => :'String',
    :'deleted' => :'Boolean',
    :'descriptor' => :'String',
    :'distribution_lists' => :'ClassificationSetModel',
    :'email' => :'String',
    :'first_name' => :'String',
    :'keystakeholder' => :'Boolean',
    :'keystakeholderfieldthing' => :'Boolean',
    :'last_name' => :'String',
    :'mobile' => :'String',
    :'modified' => :'DateTime',
    :'modified_by' => :'IdentityModel',
    :'modified_end_time' => :'DateTime',
    :'notes' => :'String',
    :'organisation' => :'String',
    :'physicaladdress' => :'AddressModel',
    :'physicaladdress_address' => :'String',
    :'physicaladdress_country' => :'String',
    :'physicaladdress_location' => :'String',
    :'physicaladdress_post_code' => :'String',
    :'physicaladdress_state' => :'String',
    :'physicaladdress_suburb' => :'String',
    :'privacy_option' => :'ClassificationModel',
    :'role' => :'String',
    :'stakeholder_groups' => :'ClassificationSetModel',
    :'suffix' => :'String',
    :'testingmore' => :'Boolean',
    :'title' => :'String',
    :'visibility' => :'Integer',
    :'webaddress' => :'String'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 434

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      address == o.address &&
      address_address == o.address_address &&
      address_country == o.address_country &&
      address_location == o.address_location &&
      address_post_code == o.address_post_code &&
      address_state == o.address_state &&
      address_suburb == o.address_suburb &&
      ah_phone == o.ah_phone &&
      bh_phone == o.bh_phone &&
      created == o.created &&
      created_by == o.created_by &&
      database_id == o.database_id &&
      deleted == o.deleted &&
      descriptor == o.descriptor &&
      distribution_lists == o.distribution_lists &&
      email == o.email &&
      first_name == o.first_name &&
      keystakeholder == o.keystakeholder &&
      keystakeholderfieldthing == o.keystakeholderfieldthing &&
      last_name == o.last_name &&
      mobile == o.mobile &&
      modified == o.modified &&
      modified_by == o.modified_by &&
      modified_end_time == o.modified_end_time &&
      notes == o.notes &&
      organisation == o.organisation &&
      physicaladdress == o.physicaladdress &&
      physicaladdress_address == o.physicaladdress_address &&
      physicaladdress_country == o.physicaladdress_country &&
      physicaladdress_location == o.physicaladdress_location &&
      physicaladdress_post_code == o.physicaladdress_post_code &&
      physicaladdress_state == o.physicaladdress_state &&
      physicaladdress_suburb == o.physicaladdress_suburb &&
      privacy_option == o.privacy_option &&
      role == o.role &&
      stakeholder_groups == o.stakeholder_groups &&
      suffix == o.suffix &&
      testingmore == o.testingmore &&
      title == o.title &&
      visibility == o.visibility &&
      webaddress == o.webaddress
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 524

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :Boolean
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    CMV4APIClient.const_get(type).build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



593
594
595
596
597
598
599
600
601
602
603
604
605
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 593

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 503

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.openapi_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


483
484
485
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 483

def eql?(o)
  self == o
end

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



489
490
491
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 489

def hash
  [id, address, address_address, address_country, address_location, address_post_code, address_state, address_suburb, ah_phone, bh_phone, created, created_by, database_id, deleted, descriptor, distribution_lists, email, first_name, keystakeholder, keystakeholderfieldthing, last_name, mobile, modified, modified_by, modified_end_time, notes, organisation, physicaladdress, physicaladdress_address, physicaladdress_country, physicaladdress_location, physicaladdress_post_code, physicaladdress_state, physicaladdress_suburb, privacy_option, role, stakeholder_groups, suffix, testingmore, title, visibility, webaddress].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



421
422
423
424
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 421

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



569
570
571
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 569

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



575
576
577
578
579
580
581
582
583
584
585
586
587
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 575

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    if value.nil?
      is_nullable = self.class.openapi_nullable.include?(attr)
      next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
    end

    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



563
564
565
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 563

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



428
429
430
# File 'lib/cmv4-openapi-client/models/stakeholder.rb', line 428

def valid?
  true
end