artikcloud 2.0.0 → 2.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +12 -12
- data/README.md +33 -10
- data/artikcloud.gemspec +5 -6
- data/docs/Action.md +9 -0
- data/docs/ActionArray.md +8 -0
- data/docs/Actions.md +12 -0
- data/docs/DeviceTypesApi.md +10 -10
- data/docs/DevicesApi.md +68 -15
- data/docs/ExportApi.md +10 -10
- data/docs/Message.md +11 -0
- data/docs/MessagesApi.md +205 -27
- data/docs/NormalizedAction.md +16 -0
- data/docs/NormalizedActionsEnvelope.md +17 -0
- data/docs/PresenceEnvelope.md +9 -0
- data/docs/PresenceModel.md +9 -0
- data/docs/RegistrationsApi.md +6 -6
- data/docs/RulesApi.md +8 -8
- data/docs/RulesEnvelope.md +1 -1
- data/docs/SnapshotResponse.md +9 -0
- data/docs/SnapshotResponses.md +10 -0
- data/docs/SnapshotsResponseEnvelope.md +9 -0
- data/docs/TagsApi.md +7 -7
- data/docs/TokenInfo.md +11 -0
- data/docs/TokenInfoSuccessResponse.md +8 -0
- data/docs/TokensApi.md +54 -7
- data/docs/UsersApi.md +18 -20
- data/git_push.sh +16 -1
- data/lib/artikcloud/api/device_types_api.rb +52 -59
- data/lib/artikcloud/api/devices_api.rb +120 -76
- data/lib/artikcloud/api/export_api.rb +43 -45
- data/lib/artikcloud/api/messages_api.rb +285 -103
- data/lib/artikcloud/api/registrations_api.rb +34 -34
- data/lib/artikcloud/api/rules_api.rb +43 -48
- data/lib/artikcloud/api/tags_api.rb +37 -35
- data/lib/artikcloud/api/tokens_api.rb +85 -30
- data/lib/artikcloud/api/users_api.rb +83 -102
- data/lib/artikcloud/api_client.rb +56 -13
- data/lib/artikcloud/api_error.rb +13 -4
- data/lib/artikcloud/configuration.rb +45 -1
- data/lib/artikcloud/models/ack_envelope.rb +59 -24
- data/lib/artikcloud/models/acknowledgement.rb +65 -33
- data/lib/artikcloud/models/action.rb +212 -0
- data/lib/artikcloud/models/action_array.rb +201 -0
- data/lib/artikcloud/models/action_details.rb +61 -27
- data/lib/artikcloud/models/action_details_array.rb +59 -24
- data/lib/artikcloud/models/action_in.rb +69 -39
- data/lib/artikcloud/models/action_out.rb +67 -36
- data/lib/artikcloud/models/actions.rb +241 -0
- data/lib/artikcloud/models/aggregate_data.rb +69 -39
- data/lib/artikcloud/models/aggregates_histogram_data.rb +71 -42
- data/lib/artikcloud/models/aggregates_histogram_response.rb +71 -42
- data/lib/artikcloud/models/aggregates_response.rb +69 -39
- data/lib/artikcloud/models/app_properties.rb +64 -30
- data/lib/artikcloud/models/check_token_message.rb +59 -24
- data/lib/artikcloud/models/check_token_response.rb +59 -24
- data/lib/artikcloud/models/device.rb +85 -63
- data/lib/artikcloud/models/device_array.rb +59 -24
- data/lib/artikcloud/models/device_envelope.rb +60 -24
- data/lib/artikcloud/models/device_reg_complete_request.rb +59 -24
- data/lib/artikcloud/models/device_reg_confirm_user_request.rb +63 -30
- data/lib/artikcloud/models/device_reg_confirm_user_response.rb +59 -24
- data/lib/artikcloud/models/device_reg_confirm_user_response_envelope.rb +59 -24
- data/lib/artikcloud/models/device_reg_status_response.rb +61 -27
- data/lib/artikcloud/models/device_reg_status_response_envelope.rb +59 -24
- data/lib/artikcloud/models/device_token.rb +69 -33
- data/lib/artikcloud/models/device_token_envelope.rb +60 -24
- data/lib/artikcloud/models/device_type.rb +93 -75
- data/lib/artikcloud/models/device_type_array.rb +59 -24
- data/lib/artikcloud/models/device_type_envelope.rb +60 -24
- data/lib/artikcloud/models/device_types_envelope.rb +68 -33
- data/lib/artikcloud/models/devices_envelope.rb +68 -33
- data/lib/artikcloud/models/error_envelope.rb +59 -24
- data/lib/artikcloud/models/export_data.rb +71 -42
- data/lib/artikcloud/models/export_data_array.rb +59 -24
- data/lib/artikcloud/models/export_history_response.rb +65 -33
- data/lib/artikcloud/models/export_normalized_messages_response.rb +83 -60
- data/lib/artikcloud/models/export_request.rb +73 -45
- data/lib/artikcloud/models/export_request_data.rb +79 -54
- data/lib/artikcloud/models/export_request_info.rb +77 -51
- data/lib/artikcloud/models/export_request_response.rb +59 -24
- data/lib/artikcloud/models/export_response.rb +79 -54
- data/lib/artikcloud/models/export_status_response.rb +67 -36
- data/lib/artikcloud/models/field_path.rb +59 -24
- data/lib/artikcloud/models/field_presence.rb +60 -24
- data/lib/artikcloud/models/field_presence_envelope.rb +78 -42
- data/lib/artikcloud/models/fields_actions.rb +61 -27
- data/lib/artikcloud/models/manifest_properties.rb +60 -24
- data/lib/artikcloud/models/manifest_properties_envelope.rb +60 -24
- data/lib/artikcloud/models/manifest_versions.rb +60 -24
- data/lib/artikcloud/models/manifest_versions_envelope.rb +60 -24
- data/lib/artikcloud/models/message.rb +233 -0
- data/lib/artikcloud/models/message_action.rb +67 -36
- data/lib/artikcloud/models/message_id.rb +59 -24
- data/lib/artikcloud/models/message_id_envelope.rb +59 -24
- data/lib/artikcloud/models/message_in.rb +69 -39
- data/lib/artikcloud/models/message_out.rb +67 -36
- data/lib/artikcloud/models/non_empty_string.rb +59 -24
- data/lib/artikcloud/models/normalized_action.rb +279 -0
- data/lib/artikcloud/models/normalized_actions_envelope.rb +285 -0
- data/lib/artikcloud/models/normalized_message.rb +81 -45
- data/lib/artikcloud/models/normalized_messages_envelope.rb +80 -51
- data/lib/artikcloud/models/output_rule.rb +85 -63
- data/lib/artikcloud/models/presence_envelope.rb +208 -0
- data/lib/artikcloud/models/presence_model.rb +208 -0
- data/lib/artikcloud/models/properties_envelope.rb +60 -24
- data/lib/artikcloud/models/refresh_token_response.rb +65 -33
- data/lib/artikcloud/models/register_message.rb +67 -36
- data/lib/artikcloud/models/rule_array.rb +59 -24
- data/lib/artikcloud/models/rule_creation_info.rb +65 -33
- data/lib/artikcloud/models/rule_envelope.rb +59 -24
- data/lib/artikcloud/models/rule_error.rb +65 -33
- data/lib/artikcloud/models/rule_update_info.rb +65 -33
- data/lib/artikcloud/models/rule_warning_output.rb +61 -27
- data/lib/artikcloud/models/rules_envelope.rb +69 -35
- data/lib/artikcloud/models/snapshot_response.rb +210 -0
- data/lib/artikcloud/models/snapshot_responses.rb +219 -0
- data/lib/artikcloud/models/snapshots_response_envelope.rb +208 -0
- data/lib/artikcloud/models/tag.rb +61 -27
- data/lib/artikcloud/models/tag_array.rb +59 -24
- data/lib/artikcloud/models/tags_envelope.rb +59 -24
- data/lib/artikcloud/models/token.rb +65 -33
- data/lib/artikcloud/models/token_info.rb +226 -0
- data/lib/artikcloud/models/token_info_success_response.rb +199 -0
- data/lib/artikcloud/models/token_request.rb +59 -24
- data/lib/artikcloud/models/token_response.rb +59 -24
- data/lib/artikcloud/models/unregister_device_response.rb +79 -54
- data/lib/artikcloud/models/unregister_device_response_envelope.rb +59 -24
- data/lib/artikcloud/models/user.rb +77 -42
- data/lib/artikcloud/models/user_envelope.rb +60 -24
- data/lib/artikcloud/models/web_socket_error.rb +63 -30
- data/lib/artikcloud/version.rb +14 -5
- data/lib/artikcloud.rb +26 -4
- data/spec/api/device_types_api_spec.rb +110 -0
- data/spec/api/devices_api_spec.rb +143 -0
- data/spec/api/export_api_spec.rb +96 -0
- data/spec/api/messages_api_spec.rb +7 -7
- data/spec/api/registrations_api_spec.rb +82 -0
- data/spec/api/rules_api_spec.rb +96 -0
- data/spec/api/tags_api_spec.rb +84 -0
- data/spec/api/tokens_api_spec.rb +12 -21
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +60 -22
@@ -1,14 +1,23 @@
|
|
1
1
|
=begin
|
2
|
-
ARTIK Cloud API
|
2
|
+
#ARTIK Cloud API
|
3
|
+
|
4
|
+
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
3
5
|
|
4
6
|
OpenAPI spec version: 2.0.0
|
5
7
|
|
6
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
7
9
|
|
8
|
-
License
|
9
|
-
|
10
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
11
|
+
you may not use this file except in compliance with the License.
|
12
|
+
You may obtain a copy of the License at
|
13
|
+
|
14
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
10
15
|
|
11
|
-
|
16
|
+
Unless required by applicable law or agreed to in writing, software
|
17
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
18
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19
|
+
See the License for the specific language governing permissions and
|
20
|
+
limitations under the License.
|
12
21
|
|
13
22
|
=end
|
14
23
|
|
@@ -25,18 +34,14 @@ module ArtikCloud
|
|
25
34
|
|
26
35
|
attr_accessor :total
|
27
36
|
|
37
|
+
|
28
38
|
# Attribute mapping from ruby-style variable name to JSON key.
|
29
39
|
def self.attribute_map
|
30
40
|
{
|
31
|
-
|
32
41
|
:'count' => :'count',
|
33
|
-
|
34
42
|
:'data' => :'data',
|
35
|
-
|
36
43
|
:'offset' => :'offset',
|
37
|
-
|
38
44
|
:'total' => :'total'
|
39
|
-
|
40
45
|
}
|
41
46
|
end
|
42
47
|
|
@@ -47,36 +52,50 @@ module ArtikCloud
|
|
47
52
|
:'data' => :'ExportDataArray',
|
48
53
|
:'offset' => :'Integer',
|
49
54
|
:'total' => :'Integer'
|
50
|
-
|
51
55
|
}
|
52
56
|
end
|
53
57
|
|
58
|
+
# Initializes the object
|
59
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
54
60
|
def initialize(attributes = {})
|
55
61
|
return unless attributes.is_a?(Hash)
|
56
62
|
|
57
63
|
# convert string to symbol for hash key
|
58
|
-
attributes = attributes.
|
64
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
59
65
|
|
60
|
-
|
61
|
-
if attributes[:'count']
|
66
|
+
if attributes.has_key?(:'count')
|
62
67
|
self.count = attributes[:'count']
|
63
68
|
end
|
64
|
-
|
65
|
-
if attributes
|
69
|
+
|
70
|
+
if attributes.has_key?(:'data')
|
66
71
|
self.data = attributes[:'data']
|
67
72
|
end
|
68
|
-
|
69
|
-
if attributes
|
73
|
+
|
74
|
+
if attributes.has_key?(:'offset')
|
70
75
|
self.offset = attributes[:'offset']
|
71
76
|
end
|
72
|
-
|
73
|
-
if attributes
|
77
|
+
|
78
|
+
if attributes.has_key?(:'total')
|
74
79
|
self.total = attributes[:'total']
|
75
80
|
end
|
76
|
-
|
81
|
+
|
77
82
|
end
|
78
83
|
|
79
|
-
#
|
84
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
85
|
+
# @return Array for valid properies with the reasons
|
86
|
+
def list_invalid_properties
|
87
|
+
invalid_properties = Array.new
|
88
|
+
return invalid_properties
|
89
|
+
end
|
90
|
+
|
91
|
+
# Check to see if the all the properties in the model are valid
|
92
|
+
# @return true if the model is valid
|
93
|
+
def valid?
|
94
|
+
return true
|
95
|
+
end
|
96
|
+
|
97
|
+
# Checks equality by comparing each attribute.
|
98
|
+
# @param [Object] Object to be compared
|
80
99
|
def ==(o)
|
81
100
|
return true if self.equal?(o)
|
82
101
|
self.class == o.class &&
|
@@ -87,35 +106,41 @@ module ArtikCloud
|
|
87
106
|
end
|
88
107
|
|
89
108
|
# @see the `==` method
|
109
|
+
# @param [Object] Object to be compared
|
90
110
|
def eql?(o)
|
91
111
|
self == o
|
92
112
|
end
|
93
113
|
|
94
|
-
#
|
114
|
+
# Calculates hash code according to all attributes.
|
115
|
+
# @return [Fixnum] Hash code
|
95
116
|
def hash
|
96
117
|
[count, data, offset, total].hash
|
97
118
|
end
|
98
119
|
|
99
|
-
#
|
120
|
+
# Builds the object from hash
|
121
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
122
|
+
# @return [Object] Returns the model itself
|
100
123
|
def build_from_hash(attributes)
|
101
124
|
return nil unless attributes.is_a?(Hash)
|
102
125
|
self.class.swagger_types.each_pair do |key, type|
|
103
126
|
if type =~ /^Array<(.*)>/i
|
127
|
+
# check to ensure the input is an array given that the the attribute
|
128
|
+
# is documented as an array but the input is not
|
104
129
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
105
130
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
106
|
-
else
|
107
|
-
#TODO show warning in debug mode
|
108
131
|
end
|
109
132
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
110
133
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
111
|
-
else
|
112
|
-
# data not found in attributes(hash), not an issue as the data can be optional
|
113
|
-
end
|
134
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
114
135
|
end
|
115
136
|
|
116
137
|
self
|
117
138
|
end
|
118
139
|
|
140
|
+
# Deserializes the data based on type
|
141
|
+
# @param string type Data type
|
142
|
+
# @param string value Value to be deserialized
|
143
|
+
# @return [Object] Deserialized data
|
119
144
|
def _deserialize(type, value)
|
120
145
|
case type.to_sym
|
121
146
|
when :DateTime
|
@@ -149,21 +174,25 @@ module ArtikCloud
|
|
149
174
|
end
|
150
175
|
end
|
151
176
|
else # model
|
152
|
-
|
153
|
-
|
177
|
+
temp_model = ArtikCloud.const_get(type).new
|
178
|
+
temp_model.build_from_hash(value)
|
154
179
|
end
|
155
180
|
end
|
156
181
|
|
182
|
+
# Returns the string representation of the object
|
183
|
+
# @return [String] String presentation of the object
|
157
184
|
def to_s
|
158
185
|
to_hash.to_s
|
159
186
|
end
|
160
187
|
|
161
|
-
# to_body is an alias to
|
188
|
+
# to_body is an alias to to_hash (backward compatibility)
|
189
|
+
# @return [Hash] Returns the object in the form of hash
|
162
190
|
def to_body
|
163
191
|
to_hash
|
164
192
|
end
|
165
193
|
|
166
|
-
#
|
194
|
+
# Returns the object in the form of hash
|
195
|
+
# @return [Hash] Returns the object in the form of hash
|
167
196
|
def to_hash
|
168
197
|
hash = {}
|
169
198
|
self.class.attribute_map.each_pair do |attr, param|
|
@@ -174,8 +203,10 @@ module ArtikCloud
|
|
174
203
|
hash
|
175
204
|
end
|
176
205
|
|
177
|
-
#
|
206
|
+
# Outputs non-array value in the form of hash
|
178
207
|
# For object, use to_hash. Otherwise, just return the value
|
208
|
+
# @param [Object] value Any valid value
|
209
|
+
# @return [Hash] Returns the value in the form of hash
|
179
210
|
def _to_hash(value)
|
180
211
|
if value.is_a?(Array)
|
181
212
|
value.compact.map{ |v| _to_hash(v) }
|
@@ -191,4 +222,5 @@ module ArtikCloud
|
|
191
222
|
end
|
192
223
|
|
193
224
|
end
|
225
|
+
|
194
226
|
end
|
@@ -1,14 +1,23 @@
|
|
1
1
|
=begin
|
2
|
-
ARTIK Cloud API
|
2
|
+
#ARTIK Cloud API
|
3
|
+
|
4
|
+
#No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
3
5
|
|
4
6
|
OpenAPI spec version: 2.0.0
|
5
7
|
|
6
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
7
9
|
|
8
|
-
License
|
9
|
-
|
10
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
11
|
+
you may not use this file except in compliance with the License.
|
12
|
+
You may obtain a copy of the License at
|
13
|
+
|
14
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
10
15
|
|
11
|
-
|
16
|
+
Unless required by applicable law or agreed to in writing, software
|
17
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
18
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
19
|
+
See the License for the specific language governing permissions and
|
20
|
+
limitations under the License.
|
12
21
|
|
13
22
|
=end
|
14
23
|
|
@@ -43,36 +52,23 @@ module ArtikCloud
|
|
43
52
|
|
44
53
|
attr_accessor :url
|
45
54
|
|
55
|
+
|
46
56
|
# Attribute mapping from ruby-style variable name to JSON key.
|
47
57
|
def self.attribute_map
|
48
58
|
{
|
49
|
-
|
50
59
|
:'csv_headers' => :'csvHeaders',
|
51
|
-
|
52
60
|
:'end_date' => :'endDate',
|
53
|
-
|
54
61
|
:'export_id' => :'exportId',
|
55
|
-
|
56
62
|
:'format' => :'format',
|
57
|
-
|
58
63
|
:'order' => :'order',
|
59
|
-
|
60
64
|
:'sdid' => :'sdid',
|
61
|
-
|
62
65
|
:'sdids' => :'sdids',
|
63
|
-
|
64
66
|
:'start_date' => :'startDate',
|
65
|
-
|
66
67
|
:'stdids' => :'stdids',
|
67
|
-
|
68
68
|
:'trial_id' => :'trialId',
|
69
|
-
|
70
69
|
:'uid' => :'uid',
|
71
|
-
|
72
70
|
:'uids' => :'uids',
|
73
|
-
|
74
71
|
:'url' => :'url'
|
75
|
-
|
76
72
|
}
|
77
73
|
end
|
78
74
|
|
@@ -92,72 +88,86 @@ module ArtikCloud
|
|
92
88
|
:'uid' => :'String',
|
93
89
|
:'uids' => :'String',
|
94
90
|
:'url' => :'String'
|
95
|
-
|
96
91
|
}
|
97
92
|
end
|
98
93
|
|
94
|
+
# Initializes the object
|
95
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
99
96
|
def initialize(attributes = {})
|
100
97
|
return unless attributes.is_a?(Hash)
|
101
98
|
|
102
99
|
# convert string to symbol for hash key
|
103
|
-
attributes = attributes.
|
100
|
+
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
104
101
|
|
105
|
-
|
106
|
-
if attributes[:'csvHeaders']
|
102
|
+
if attributes.has_key?(:'csvHeaders')
|
107
103
|
self.csv_headers = attributes[:'csvHeaders']
|
108
104
|
end
|
109
|
-
|
110
|
-
if attributes
|
105
|
+
|
106
|
+
if attributes.has_key?(:'endDate')
|
111
107
|
self.end_date = attributes[:'endDate']
|
112
108
|
end
|
113
|
-
|
114
|
-
if attributes
|
109
|
+
|
110
|
+
if attributes.has_key?(:'exportId')
|
115
111
|
self.export_id = attributes[:'exportId']
|
116
112
|
end
|
117
|
-
|
118
|
-
if attributes
|
113
|
+
|
114
|
+
if attributes.has_key?(:'format')
|
119
115
|
self.format = attributes[:'format']
|
120
116
|
end
|
121
|
-
|
122
|
-
if attributes
|
117
|
+
|
118
|
+
if attributes.has_key?(:'order')
|
123
119
|
self.order = attributes[:'order']
|
124
120
|
end
|
125
|
-
|
126
|
-
if attributes
|
121
|
+
|
122
|
+
if attributes.has_key?(:'sdid')
|
127
123
|
self.sdid = attributes[:'sdid']
|
128
124
|
end
|
129
|
-
|
130
|
-
if attributes
|
125
|
+
|
126
|
+
if attributes.has_key?(:'sdids')
|
131
127
|
self.sdids = attributes[:'sdids']
|
132
128
|
end
|
133
|
-
|
134
|
-
if attributes
|
129
|
+
|
130
|
+
if attributes.has_key?(:'startDate')
|
135
131
|
self.start_date = attributes[:'startDate']
|
136
132
|
end
|
137
|
-
|
138
|
-
if attributes
|
133
|
+
|
134
|
+
if attributes.has_key?(:'stdids')
|
139
135
|
self.stdids = attributes[:'stdids']
|
140
136
|
end
|
141
|
-
|
142
|
-
if attributes
|
137
|
+
|
138
|
+
if attributes.has_key?(:'trialId')
|
143
139
|
self.trial_id = attributes[:'trialId']
|
144
140
|
end
|
145
|
-
|
146
|
-
if attributes
|
141
|
+
|
142
|
+
if attributes.has_key?(:'uid')
|
147
143
|
self.uid = attributes[:'uid']
|
148
144
|
end
|
149
|
-
|
150
|
-
if attributes
|
145
|
+
|
146
|
+
if attributes.has_key?(:'uids')
|
151
147
|
self.uids = attributes[:'uids']
|
152
148
|
end
|
153
|
-
|
154
|
-
if attributes
|
149
|
+
|
150
|
+
if attributes.has_key?(:'url')
|
155
151
|
self.url = attributes[:'url']
|
156
152
|
end
|
157
|
-
|
153
|
+
|
154
|
+
end
|
155
|
+
|
156
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
157
|
+
# @return Array for valid properies with the reasons
|
158
|
+
def list_invalid_properties
|
159
|
+
invalid_properties = Array.new
|
160
|
+
return invalid_properties
|
158
161
|
end
|
159
162
|
|
160
|
-
# Check
|
163
|
+
# Check to see if the all the properties in the model are valid
|
164
|
+
# @return true if the model is valid
|
165
|
+
def valid?
|
166
|
+
return true
|
167
|
+
end
|
168
|
+
|
169
|
+
# Checks equality by comparing each attribute.
|
170
|
+
# @param [Object] Object to be compared
|
161
171
|
def ==(o)
|
162
172
|
return true if self.equal?(o)
|
163
173
|
self.class == o.class &&
|
@@ -177,35 +187,41 @@ module ArtikCloud
|
|
177
187
|
end
|
178
188
|
|
179
189
|
# @see the `==` method
|
190
|
+
# @param [Object] Object to be compared
|
180
191
|
def eql?(o)
|
181
192
|
self == o
|
182
193
|
end
|
183
194
|
|
184
|
-
#
|
195
|
+
# Calculates hash code according to all attributes.
|
196
|
+
# @return [Fixnum] Hash code
|
185
197
|
def hash
|
186
198
|
[csv_headers, end_date, export_id, format, order, sdid, sdids, start_date, stdids, trial_id, uid, uids, url].hash
|
187
199
|
end
|
188
200
|
|
189
|
-
#
|
201
|
+
# Builds the object from hash
|
202
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
203
|
+
# @return [Object] Returns the model itself
|
190
204
|
def build_from_hash(attributes)
|
191
205
|
return nil unless attributes.is_a?(Hash)
|
192
206
|
self.class.swagger_types.each_pair do |key, type|
|
193
207
|
if type =~ /^Array<(.*)>/i
|
208
|
+
# check to ensure the input is an array given that the the attribute
|
209
|
+
# is documented as an array but the input is not
|
194
210
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
195
211
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
|
196
|
-
else
|
197
|
-
#TODO show warning in debug mode
|
198
212
|
end
|
199
213
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
200
214
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
201
|
-
else
|
202
|
-
# data not found in attributes(hash), not an issue as the data can be optional
|
203
|
-
end
|
215
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
204
216
|
end
|
205
217
|
|
206
218
|
self
|
207
219
|
end
|
208
220
|
|
221
|
+
# Deserializes the data based on type
|
222
|
+
# @param string type Data type
|
223
|
+
# @param string value Value to be deserialized
|
224
|
+
# @return [Object] Deserialized data
|
209
225
|
def _deserialize(type, value)
|
210
226
|
case type.to_sym
|
211
227
|
when :DateTime
|
@@ -239,21 +255,25 @@ module ArtikCloud
|
|
239
255
|
end
|
240
256
|
end
|
241
257
|
else # model
|
242
|
-
|
243
|
-
|
258
|
+
temp_model = ArtikCloud.const_get(type).new
|
259
|
+
temp_model.build_from_hash(value)
|
244
260
|
end
|
245
261
|
end
|
246
262
|
|
263
|
+
# Returns the string representation of the object
|
264
|
+
# @return [String] String presentation of the object
|
247
265
|
def to_s
|
248
266
|
to_hash.to_s
|
249
267
|
end
|
250
268
|
|
251
|
-
# to_body is an alias to
|
269
|
+
# to_body is an alias to to_hash (backward compatibility)
|
270
|
+
# @return [Hash] Returns the object in the form of hash
|
252
271
|
def to_body
|
253
272
|
to_hash
|
254
273
|
end
|
255
274
|
|
256
|
-
#
|
275
|
+
# Returns the object in the form of hash
|
276
|
+
# @return [Hash] Returns the object in the form of hash
|
257
277
|
def to_hash
|
258
278
|
hash = {}
|
259
279
|
self.class.attribute_map.each_pair do |attr, param|
|
@@ -264,8 +284,10 @@ module ArtikCloud
|
|
264
284
|
hash
|
265
285
|
end
|
266
286
|
|
267
|
-
#
|
287
|
+
# Outputs non-array value in the form of hash
|
268
288
|
# For object, use to_hash. Otherwise, just return the value
|
289
|
+
# @param [Object] value Any valid value
|
290
|
+
# @return [Hash] Returns the value in the form of hash
|
269
291
|
def _to_hash(value)
|
270
292
|
if value.is_a?(Array)
|
271
293
|
value.compact.map{ |v| _to_hash(v) }
|
@@ -281,4 +303,5 @@ module ArtikCloud
|
|
281
303
|
end
|
282
304
|
|
283
305
|
end
|
306
|
+
|
284
307
|
end
|