indexea_client 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/README.md +3413 -0
- data/Rakefile +8 -0
- data/docs/AccountApi.md +685 -0
- data/docs/AccountBean.md +27 -0
- data/docs/AccountPasswdBody.md +8 -0
- data/docs/AccountPortraitBody.md +7 -0
- data/docs/AccountProfileBody.md +8 -0
- data/docs/AccountResetpwdBody.md +9 -0
- data/docs/AccountSigninBody.md +9 -0
- data/docs/AccountSignupBody.md +10 -0
- data/docs/AccountsFeedbackBody.md +8 -0
- data/docs/AccountsMessageBody.md +8 -0
- data/docs/AnalyzeObject.md +8 -0
- data/docs/AnalyzeToken.md +11 -0
- data/docs/AppBean.md +23 -0
- data/docs/AppCompanyBody.md +22 -0
- data/docs/AppIndexBody.md +7 -0
- data/docs/AppLogAccount.md +9 -0
- data/docs/AppLogBean.md +19 -0
- data/docs/AppLogsBean.md +9 -0
- data/docs/AppMentorBean.md +14 -0
- data/docs/AppOauthBody.md +7 -0
- data/docs/AppOauthBody1.md +7 -0
- data/docs/AppOauthresetsecretBody.md +7 -0
- data/docs/AppTokensBody.md +7 -0
- data/docs/AppTokensBody1.md +7 -0
- data/docs/AppWidgetBody.md +7 -0
- data/docs/AppsApi.md +1843 -0
- data/docs/AppsAppBody.md +8 -0
- data/docs/AppsBody.md +8 -0
- data/docs/AutoCompleteItem.md +9 -0
- data/docs/BlacklistBean.md +12 -0
- data/docs/Bulletin.md +15 -0
- data/docs/CompanyBean.md +24 -0
- data/docs/ContactForm.md +11 -0
- data/docs/CrawlerLog.md +14 -0
- data/docs/CrawlerLogs.md +8 -0
- data/docs/CrawlerTask.md +16 -0
- data/docs/FieldsApi.md +215 -0
- data/docs/GlobalApi.md +258 -0
- data/docs/GlobalOptionForm.md +8 -0
- data/docs/IndexBean.md +26 -0
- data/docs/IndexFieldBean.md +8 -0
- data/docs/IndexForm.md +15 -0
- data/docs/IndexRebuildForm.md +12 -0
- data/docs/IndexSettings.md +10 -0
- data/docs/IndexSettingsBody.md +7 -0
- data/docs/IndexStatBean.md +14 -0
- data/docs/IndexSynonymsflushBody.md +7 -0
- data/docs/IndexTask.md +13 -0
- data/docs/IndexTemplate.md +17 -0
- data/docs/IndexTemplates.md +8 -0
- data/docs/IndexUploadBody.md +7 -0
- data/docs/IndicesApi.md +1620 -0
- data/docs/IntelligentMapping.md +8 -0
- data/docs/KeywordBindingBean.md +14 -0
- data/docs/MentorForm.md +8 -0
- data/docs/Message.md +18 -0
- data/docs/MessageApi.md +262 -0
- data/docs/Messages.md +8 -0
- data/docs/OauthAppBean.md +20 -0
- data/docs/OpenidBean.md +10 -0
- data/docs/OptionForm.md +10 -0
- data/docs/OrdersIdentBody.md +7 -0
- data/docs/PayResult.md +9 -0
- data/docs/PaymentApi.md +788 -0
- data/docs/PaymentInvoice.md +15 -0
- data/docs/PaymentOrder.md +25 -0
- data/docs/PaymentRecord.md +13 -0
- data/docs/PaymentService.md +12 -0
- data/docs/QueriesApi.md +1821 -0
- data/docs/QueryActionBean.md +27 -0
- data/docs/QueryBean.md +22 -0
- data/docs/QueryForm.md +15 -0
- data/docs/QueryNode.md +10 -0
- data/docs/QuerySortField.md +9 -0
- data/docs/QueryVariableBean.md +17 -0
- data/docs/RecommendApi.md +365 -0
- data/docs/RecommendBean.md +18 -0
- data/docs/RecordFilter.md +10 -0
- data/docs/RecordsApi.md +286 -0
- data/docs/SearchApi.md +646 -0
- data/docs/SearchEstimateResult.md +11 -0
- data/docs/SearchWord.md +8 -0
- data/docs/StatIndexBean.md +14 -0
- data/docs/StatsApi.md +245 -0
- data/docs/SynonymsBean.md +14 -0
- data/docs/TokenBean.md +12 -0
- data/docs/TriggerBean.md +13 -0
- data/docs/TriggerLogBean.md +15 -0
- data/docs/ValueOfField.md +8 -0
- data/docs/WidgetBean.md +21 -0
- data/docs/WidgetForm.md +13 -0
- data/docs/WidgetLogo.md +7 -0
- data/docs/WidgetLogoBody.md +7 -0
- data/docs/WidgetStatusForm.md +8 -0
- data/docs/WidgetsApi.md +573 -0
- data/git_push.sh +55 -0
- data/indexea_client.gemspec +38 -0
- data/lib/indexea_client/api/account_api.rb +846 -0
- data/lib/indexea_client/api/apps_api.rb +2271 -0
- data/lib/indexea_client/api/fields_api.rb +289 -0
- data/lib/indexea_client/api/global_api.rb +326 -0
- data/lib/indexea_client/api/indices_api.rb +2076 -0
- data/lib/indexea_client/api/message_api.rb +337 -0
- data/lib/indexea_client/api/payment_api.rb +975 -0
- data/lib/indexea_client/api/queries_api.rb +2320 -0
- data/lib/indexea_client/api/recommend_api.rb +461 -0
- data/lib/indexea_client/api/records_api.rb +375 -0
- data/lib/indexea_client/api/search_api.rb +892 -0
- data/lib/indexea_client/api/stats_api.rb +312 -0
- data/lib/indexea_client/api/widgets_api.rb +741 -0
- data/lib/indexea_client/api_client.rb +391 -0
- data/lib/indexea_client/api_error.rb +57 -0
- data/lib/indexea_client/configuration.rb +205 -0
- data/lib/indexea_client/models/account_bean.rb +396 -0
- data/lib/indexea_client/models/account_passwd_body.rb +227 -0
- data/lib/indexea_client/models/account_portrait_body.rb +206 -0
- data/lib/indexea_client/models/account_profile_body.rb +228 -0
- data/lib/indexea_client/models/account_resetpwd_body.rb +240 -0
- data/lib/indexea_client/models/account_signin_body.rb +237 -0
- data/lib/indexea_client/models/account_signup_body.rb +254 -0
- data/lib/indexea_client/models/accounts_feedback_body.rb +262 -0
- data/lib/indexea_client/models/accounts_message_body.rb +226 -0
- data/lib/indexea_client/models/analyze_object.rb +216 -0
- data/lib/indexea_client/models/analyze_token.rb +243 -0
- data/lib/indexea_client/models/app_bean.rb +360 -0
- data/lib/indexea_client/models/app_company_body.rb +357 -0
- data/lib/indexea_client/models/app_index_body.rb +212 -0
- data/lib/indexea_client/models/app_log_account.rb +224 -0
- data/lib/indexea_client/models/app_log_bean.rb +318 -0
- data/lib/indexea_client/models/app_logs_bean.rb +229 -0
- data/lib/indexea_client/models/app_mentor_bean.rb +277 -0
- data/lib/indexea_client/models/app_oauth_body.rb +206 -0
- data/lib/indexea_client/models/app_oauth_body_1.rb +212 -0
- data/lib/indexea_client/models/app_oauthresetsecret_body.rb +212 -0
- data/lib/indexea_client/models/app_tokens_body.rb +212 -0
- data/lib/indexea_client/models/app_tokens_body_1.rb +212 -0
- data/lib/indexea_client/models/app_widget_body.rb +212 -0
- data/lib/indexea_client/models/apps_app_body.rb +216 -0
- data/lib/indexea_client/models/apps_body.rb +221 -0
- data/lib/indexea_client/models/auto_complete_item.rb +224 -0
- data/lib/indexea_client/models/blacklist_bean.rb +258 -0
- data/lib/indexea_client/models/bulletin.rb +312 -0
- data/lib/indexea_client/models/company_bean.rb +378 -0
- data/lib/indexea_client/models/contact_form.rb +258 -0
- data/lib/indexea_client/models/crawler_log.rb +270 -0
- data/lib/indexea_client/models/crawler_logs.rb +217 -0
- data/lib/indexea_client/models/crawler_task.rb +288 -0
- data/lib/indexea_client/models/global_option_form.rb +218 -0
- data/lib/indexea_client/models/index_bean.rb +390 -0
- data/lib/indexea_client/models/index_field_bean.rb +217 -0
- data/lib/indexea_client/models/index_form.rb +283 -0
- data/lib/indexea_client/models/index_rebuild_form.rb +254 -0
- data/lib/indexea_client/models/index_settings.rb +234 -0
- data/lib/indexea_client/models/index_settings_body.rb +212 -0
- data/lib/indexea_client/models/index_stat_bean.rb +270 -0
- data/lib/indexea_client/models/index_synonymsflush_body.rb +212 -0
- data/lib/indexea_client/models/index_task.rb +261 -0
- data/lib/indexea_client/models/index_template.rb +299 -0
- data/lib/indexea_client/models/index_templates.rb +219 -0
- data/lib/indexea_client/models/index_upload_body.rb +208 -0
- data/lib/indexea_client/models/intelligent_mapping.rb +217 -0
- data/lib/indexea_client/models/keyword_binding_bean.rb +274 -0
- data/lib/indexea_client/models/mentor_form.rb +220 -0
- data/lib/indexea_client/models/message.rb +306 -0
- data/lib/indexea_client/models/messages.rb +217 -0
- data/lib/indexea_client/models/oauth_app_bean.rb +329 -0
- data/lib/indexea_client/models/openid_bean.rb +238 -0
- data/lib/indexea_client/models/option_form.rb +287 -0
- data/lib/indexea_client/models/orders_ident_body.rb +206 -0
- data/lib/indexea_client/models/pay_result.rb +258 -0
- data/lib/indexea_client/models/payment_invoice.rb +283 -0
- data/lib/indexea_client/models/payment_order.rb +412 -0
- data/lib/indexea_client/models/payment_record.rb +261 -0
- data/lib/indexea_client/models/payment_service.rb +258 -0
- data/lib/indexea_client/models/query_action_bean.rb +391 -0
- data/lib/indexea_client/models/query_bean.rb +348 -0
- data/lib/indexea_client/models/query_form.rb +285 -0
- data/lib/indexea_client/models/query_node.rb +234 -0
- data/lib/indexea_client/models/query_sort_field.rb +264 -0
- data/lib/indexea_client/models/query_variable_bean.rb +335 -0
- data/lib/indexea_client/models/recommend_bean.rb +318 -0
- data/lib/indexea_client/models/record_filter.rb +242 -0
- data/lib/indexea_client/models/search_estimate_result.rb +242 -0
- data/lib/indexea_client/models/search_word.rb +218 -0
- data/lib/indexea_client/models/stat_index_bean.rb +270 -0
- data/lib/indexea_client/models/synonyms_bean.rb +274 -0
- data/lib/indexea_client/models/token_bean.rb +252 -0
- data/lib/indexea_client/models/trigger_bean.rb +263 -0
- data/lib/indexea_client/models/trigger_log_bean.rb +279 -0
- data/lib/indexea_client/models/value_of_field.rb +217 -0
- data/lib/indexea_client/models/widget_bean.rb +387 -0
- data/lib/indexea_client/models/widget_form.rb +328 -0
- data/lib/indexea_client/models/widget_logo.rb +206 -0
- data/lib/indexea_client/models/widget_logo_body.rb +206 -0
- data/lib/indexea_client/models/widget_status_form.rb +223 -0
- data/lib/indexea_client/version.rb +14 -0
- data/lib/indexea_client.rb +133 -0
- data/spec/api/account_api_spec.rb +200 -0
- data/spec/api/apps_api_spec.rb +492 -0
- data/spec/api/fields_api_spec.rb +86 -0
- data/spec/api/global_api_spec.rb +98 -0
- data/spec/api/indices_api_spec.rb +434 -0
- data/spec/api/message_api_spec.rb +96 -0
- data/spec/api/payment_api_spec.rb +227 -0
- data/spec/api/queries_api_spec.rb +482 -0
- data/spec/api/recommend_api_spec.rb +125 -0
- data/spec/api/records_api_spec.rb +107 -0
- data/spec/api/search_api_spec.rb +220 -0
- data/spec/api/stats_api_spec.rb +99 -0
- data/spec/api/widgets_api_spec.rb +174 -0
- data/spec/api_client_spec.rb +225 -0
- data/spec/base_object_spec.rb +109 -0
- data/spec/configuration_spec.rb +41 -0
- data/spec/models/account_bean_spec.rb +160 -0
- data/spec/models/account_passwd_body_spec.rb +46 -0
- data/spec/models/account_portrait_body_spec.rb +40 -0
- data/spec/models/account_profile_body_spec.rb +46 -0
- data/spec/models/account_resetpwd_body_spec.rb +52 -0
- data/spec/models/account_signin_body_spec.rb +52 -0
- data/spec/models/account_signup_body_spec.rb +58 -0
- data/spec/models/accounts_feedback_body_spec.rb +50 -0
- data/spec/models/accounts_message_body_spec.rb +46 -0
- data/spec/models/analyze_object_spec.rb +46 -0
- data/spec/models/analyze_token_spec.rb +64 -0
- data/spec/models/app_bean_spec.rb +136 -0
- data/spec/models/app_company_body_spec.rb +130 -0
- data/spec/models/app_index_body_spec.rb +40 -0
- data/spec/models/app_log_account_spec.rb +52 -0
- data/spec/models/app_log_bean_spec.rb +112 -0
- data/spec/models/app_logs_bean_spec.rb +52 -0
- data/spec/models/app_mentor_bean_spec.rb +82 -0
- data/spec/models/app_oauth_body_1_spec.rb +40 -0
- data/spec/models/app_oauth_body_spec.rb +40 -0
- data/spec/models/app_oauthresetsecret_body_spec.rb +40 -0
- data/spec/models/app_tokens_body_1_spec.rb +40 -0
- data/spec/models/app_tokens_body_spec.rb +40 -0
- data/spec/models/app_widget_body_spec.rb +40 -0
- data/spec/models/apps_app_body_spec.rb +46 -0
- data/spec/models/apps_body_spec.rb +46 -0
- data/spec/models/auto_complete_item_spec.rb +52 -0
- data/spec/models/blacklist_bean_spec.rb +70 -0
- data/spec/models/bulletin_spec.rb +92 -0
- data/spec/models/company_bean_spec.rb +142 -0
- data/spec/models/contact_form_spec.rb +64 -0
- data/spec/models/crawler_log_spec.rb +82 -0
- data/spec/models/crawler_logs_spec.rb +46 -0
- data/spec/models/crawler_task_spec.rb +94 -0
- data/spec/models/global_option_form_spec.rb +46 -0
- data/spec/models/index_bean_spec.rb +154 -0
- data/spec/models/index_field_bean_spec.rb +46 -0
- data/spec/models/index_form_spec.rb +88 -0
- data/spec/models/index_rebuild_form_spec.rb +70 -0
- data/spec/models/index_settings_body_spec.rb +40 -0
- data/spec/models/index_settings_spec.rb +58 -0
- data/spec/models/index_stat_bean_spec.rb +82 -0
- data/spec/models/index_synonymsflush_body_spec.rb +40 -0
- data/spec/models/index_task_spec.rb +76 -0
- data/spec/models/index_template_spec.rb +100 -0
- data/spec/models/index_templates_spec.rb +46 -0
- data/spec/models/index_upload_body_spec.rb +40 -0
- data/spec/models/intelligent_mapping_spec.rb +46 -0
- data/spec/models/keyword_binding_bean_spec.rb +82 -0
- data/spec/models/mentor_form_spec.rb +46 -0
- data/spec/models/message_spec.rb +106 -0
- data/spec/models/messages_spec.rb +46 -0
- data/spec/models/oauth_app_bean_spec.rb +118 -0
- data/spec/models/openid_bean_spec.rb +58 -0
- data/spec/models/option_form_spec.rb +62 -0
- data/spec/models/orders_ident_body_spec.rb +40 -0
- data/spec/models/pay_result_spec.rb +56 -0
- data/spec/models/payment_invoice_spec.rb +88 -0
- data/spec/models/payment_order_spec.rb +152 -0
- data/spec/models/payment_record_spec.rb +76 -0
- data/spec/models/payment_service_spec.rb +70 -0
- data/spec/models/query_action_bean_spec.rb +160 -0
- data/spec/models/query_bean_spec.rb +130 -0
- data/spec/models/query_form_spec.rb +88 -0
- data/spec/models/query_node_spec.rb +58 -0
- data/spec/models/query_sort_field_spec.rb +56 -0
- data/spec/models/query_variable_bean_spec.rb +104 -0
- data/spec/models/recommend_bean_spec.rb +106 -0
- data/spec/models/record_filter_spec.rb +58 -0
- data/spec/models/search_estimate_result_spec.rb +64 -0
- data/spec/models/search_word_spec.rb +46 -0
- data/spec/models/stat_index_bean_spec.rb +82 -0
- data/spec/models/synonyms_bean_spec.rb +82 -0
- data/spec/models/token_bean_spec.rb +70 -0
- data/spec/models/trigger_bean_spec.rb +76 -0
- data/spec/models/trigger_log_bean_spec.rb +88 -0
- data/spec/models/value_of_field_spec.rb +46 -0
- data/spec/models/widget_bean_spec.rb +132 -0
- data/spec/models/widget_form_spec.rb +84 -0
- data/spec/models/widget_logo_body_spec.rb +40 -0
- data/spec/models/widget_logo_spec.rb +40 -0
- data/spec/models/widget_status_form_spec.rb +46 -0
- data/spec/spec_helper.rb +110 -0
- metadata +501 -0
@@ -0,0 +1,312 @@
|
|
1
|
+
=begin
|
2
|
+
#Indexea OpenAPI
|
3
|
+
|
4
|
+
#OpenAPI of Indexea
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
Contact: indexea.com@gmail.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 3.0.54
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'date'
|
13
|
+
|
14
|
+
module IndexeaClient
|
15
|
+
class Bulletin
|
16
|
+
attr_accessor :id
|
17
|
+
|
18
|
+
attr_accessor :level
|
19
|
+
|
20
|
+
attr_accessor :scope
|
21
|
+
|
22
|
+
attr_accessor :title
|
23
|
+
|
24
|
+
attr_accessor :content
|
25
|
+
|
26
|
+
attr_accessor :created_at
|
27
|
+
|
28
|
+
attr_accessor :start_at
|
29
|
+
|
30
|
+
attr_accessor :expired_at
|
31
|
+
|
32
|
+
attr_accessor :closable
|
33
|
+
|
34
|
+
class EnumAttributeValidator
|
35
|
+
attr_reader :datatype
|
36
|
+
attr_reader :allowable_values
|
37
|
+
|
38
|
+
def initialize(datatype, allowable_values)
|
39
|
+
@allowable_values = allowable_values.map do |value|
|
40
|
+
case datatype.to_s
|
41
|
+
when /Integer/i
|
42
|
+
value.to_i
|
43
|
+
when /Float/i
|
44
|
+
value.to_f
|
45
|
+
else
|
46
|
+
value
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
def valid?(value)
|
52
|
+
!value || allowable_values.include?(value)
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
57
|
+
def self.attribute_map
|
58
|
+
{
|
59
|
+
:'id' => :'id',
|
60
|
+
:'level' => :'level',
|
61
|
+
:'scope' => :'scope',
|
62
|
+
:'title' => :'title',
|
63
|
+
:'content' => :'content',
|
64
|
+
:'created_at' => :'created_at',
|
65
|
+
:'start_at' => :'start_at',
|
66
|
+
:'expired_at' => :'expired_at',
|
67
|
+
:'closable' => :'closable'
|
68
|
+
}
|
69
|
+
end
|
70
|
+
|
71
|
+
# Attribute type mapping.
|
72
|
+
def self.openapi_types
|
73
|
+
{
|
74
|
+
:'id' => :'Object',
|
75
|
+
:'level' => :'Object',
|
76
|
+
:'scope' => :'Object',
|
77
|
+
:'title' => :'Object',
|
78
|
+
:'content' => :'Object',
|
79
|
+
:'created_at' => :'Object',
|
80
|
+
:'start_at' => :'Object',
|
81
|
+
:'expired_at' => :'Object',
|
82
|
+
:'closable' => :'Object'
|
83
|
+
}
|
84
|
+
end
|
85
|
+
|
86
|
+
# List of attributes with nullable: true
|
87
|
+
def self.openapi_nullable
|
88
|
+
Set.new([
|
89
|
+
])
|
90
|
+
end
|
91
|
+
|
92
|
+
# Initializes the object
|
93
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
94
|
+
def initialize(attributes = {})
|
95
|
+
if (!attributes.is_a?(Hash))
|
96
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `IndexeaClient::Bulletin` initialize method"
|
97
|
+
end
|
98
|
+
|
99
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
100
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
101
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
102
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `IndexeaClient::Bulletin`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
103
|
+
end
|
104
|
+
h[k.to_sym] = v
|
105
|
+
}
|
106
|
+
|
107
|
+
if attributes.key?(:'id')
|
108
|
+
self.id = attributes[:'id']
|
109
|
+
end
|
110
|
+
|
111
|
+
if attributes.key?(:'level')
|
112
|
+
self.level = attributes[:'level']
|
113
|
+
end
|
114
|
+
|
115
|
+
if attributes.key?(:'scope')
|
116
|
+
self.scope = attributes[:'scope']
|
117
|
+
end
|
118
|
+
|
119
|
+
if attributes.key?(:'title')
|
120
|
+
self.title = attributes[:'title']
|
121
|
+
end
|
122
|
+
|
123
|
+
if attributes.key?(:'content')
|
124
|
+
self.content = attributes[:'content']
|
125
|
+
end
|
126
|
+
|
127
|
+
if attributes.key?(:'created_at')
|
128
|
+
self.created_at = attributes[:'created_at']
|
129
|
+
end
|
130
|
+
|
131
|
+
if attributes.key?(:'start_at')
|
132
|
+
self.start_at = attributes[:'start_at']
|
133
|
+
end
|
134
|
+
|
135
|
+
if attributes.key?(:'expired_at')
|
136
|
+
self.expired_at = attributes[:'expired_at']
|
137
|
+
end
|
138
|
+
|
139
|
+
if attributes.key?(:'closable')
|
140
|
+
self.closable = attributes[:'closable']
|
141
|
+
end
|
142
|
+
end
|
143
|
+
|
144
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
145
|
+
# @return Array for valid properties with the reasons
|
146
|
+
def list_invalid_properties
|
147
|
+
invalid_properties = Array.new
|
148
|
+
invalid_properties
|
149
|
+
end
|
150
|
+
|
151
|
+
# Check to see if the all the properties in the model are valid
|
152
|
+
# @return true if the model is valid
|
153
|
+
def valid?
|
154
|
+
level_validator = EnumAttributeValidator.new('Object', ['success', 'warning', 'danger'])
|
155
|
+
return false unless level_validator.valid?(@level)
|
156
|
+
true
|
157
|
+
end
|
158
|
+
|
159
|
+
# Custom attribute writer method checking allowed values (enum).
|
160
|
+
# @param [Object] level Object to be assigned
|
161
|
+
def level=(level)
|
162
|
+
validator = EnumAttributeValidator.new('Object', ['success', 'warning', 'danger'])
|
163
|
+
unless validator.valid?(level)
|
164
|
+
fail ArgumentError, "invalid value for \"level\", must be one of #{validator.allowable_values}."
|
165
|
+
end
|
166
|
+
@level = level
|
167
|
+
end
|
168
|
+
|
169
|
+
# Checks equality by comparing each attribute.
|
170
|
+
# @param [Object] Object to be compared
|
171
|
+
def ==(o)
|
172
|
+
return true if self.equal?(o)
|
173
|
+
self.class == o.class &&
|
174
|
+
id == o.id &&
|
175
|
+
level == o.level &&
|
176
|
+
scope == o.scope &&
|
177
|
+
title == o.title &&
|
178
|
+
content == o.content &&
|
179
|
+
created_at == o.created_at &&
|
180
|
+
start_at == o.start_at &&
|
181
|
+
expired_at == o.expired_at &&
|
182
|
+
closable == o.closable
|
183
|
+
end
|
184
|
+
|
185
|
+
# @see the `==` method
|
186
|
+
# @param [Object] Object to be compared
|
187
|
+
def eql?(o)
|
188
|
+
self == o
|
189
|
+
end
|
190
|
+
|
191
|
+
# Calculates hash code according to all attributes.
|
192
|
+
# @return [Integer] Hash code
|
193
|
+
def hash
|
194
|
+
[id, level, scope, title, content, created_at, start_at, expired_at, closable].hash
|
195
|
+
end
|
196
|
+
|
197
|
+
# Builds the object from hash
|
198
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
199
|
+
# @return [Object] Returns the model itself
|
200
|
+
def self.build_from_hash(attributes)
|
201
|
+
new.build_from_hash(attributes)
|
202
|
+
end
|
203
|
+
|
204
|
+
# Builds the object from hash
|
205
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
206
|
+
# @return [Object] Returns the model itself
|
207
|
+
def build_from_hash(attributes)
|
208
|
+
return nil unless attributes.is_a?(Hash)
|
209
|
+
self.class.openapi_types.each_pair do |key, type|
|
210
|
+
if type =~ /\AArray<(.*)>/i
|
211
|
+
# check to ensure the input is an array given that the attribute
|
212
|
+
# is documented as an array but the input is not
|
213
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
214
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
215
|
+
end
|
216
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
217
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
218
|
+
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
219
|
+
self.send("#{key}=", nil)
|
220
|
+
end
|
221
|
+
end
|
222
|
+
|
223
|
+
self
|
224
|
+
end
|
225
|
+
|
226
|
+
# Deserializes the data based on type
|
227
|
+
# @param string type Data type
|
228
|
+
# @param string value Value to be deserialized
|
229
|
+
# @return [Object] Deserialized data
|
230
|
+
def _deserialize(type, value)
|
231
|
+
case type.to_sym
|
232
|
+
when :DateTime
|
233
|
+
DateTime.parse(value)
|
234
|
+
when :Date
|
235
|
+
Date.parse(value)
|
236
|
+
when :String
|
237
|
+
value.to_s
|
238
|
+
when :Integer
|
239
|
+
value.to_i
|
240
|
+
when :Float
|
241
|
+
value.to_f
|
242
|
+
when :Boolean
|
243
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
244
|
+
true
|
245
|
+
else
|
246
|
+
false
|
247
|
+
end
|
248
|
+
when :Object
|
249
|
+
# generic object (usually a Hash), return directly
|
250
|
+
value
|
251
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
252
|
+
inner_type = Regexp.last_match[:inner_type]
|
253
|
+
value.map { |v| _deserialize(inner_type, v) }
|
254
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
255
|
+
k_type = Regexp.last_match[:k_type]
|
256
|
+
v_type = Regexp.last_match[:v_type]
|
257
|
+
{}.tap do |hash|
|
258
|
+
value.each do |k, v|
|
259
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
260
|
+
end
|
261
|
+
end
|
262
|
+
else # model
|
263
|
+
IndexeaClient.const_get(type).build_from_hash(value)
|
264
|
+
end
|
265
|
+
end
|
266
|
+
|
267
|
+
# Returns the string representation of the object
|
268
|
+
# @return [String] String presentation of the object
|
269
|
+
def to_s
|
270
|
+
to_hash.to_s
|
271
|
+
end
|
272
|
+
|
273
|
+
# to_body is an alias to to_hash (backward compatibility)
|
274
|
+
# @return [Hash] Returns the object in the form of hash
|
275
|
+
def to_body
|
276
|
+
to_hash
|
277
|
+
end
|
278
|
+
|
279
|
+
# Returns the object in the form of hash
|
280
|
+
# @return [Hash] Returns the object in the form of hash
|
281
|
+
def to_hash
|
282
|
+
hash = {}
|
283
|
+
self.class.attribute_map.each_pair do |attr, param|
|
284
|
+
value = self.send(attr)
|
285
|
+
if value.nil?
|
286
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
287
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
288
|
+
end
|
289
|
+
|
290
|
+
hash[param] = _to_hash(value)
|
291
|
+
end
|
292
|
+
hash
|
293
|
+
end
|
294
|
+
|
295
|
+
# Outputs non-array value in the form of hash
|
296
|
+
# For object, use to_hash. Otherwise, just return the value
|
297
|
+
# @param [Object] value Any valid value
|
298
|
+
# @return [Hash] Returns the value in the form of hash
|
299
|
+
def _to_hash(value)
|
300
|
+
if value.is_a?(Array)
|
301
|
+
value.compact.map { |v| _to_hash(v) }
|
302
|
+
elsif value.is_a?(Hash)
|
303
|
+
{}.tap do |hash|
|
304
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
305
|
+
end
|
306
|
+
elsif value.respond_to? :to_hash
|
307
|
+
value.to_hash
|
308
|
+
else
|
309
|
+
value
|
310
|
+
end
|
311
|
+
end end
|
312
|
+
end
|
@@ -0,0 +1,378 @@
|
|
1
|
+
=begin
|
2
|
+
#Indexea OpenAPI
|
3
|
+
|
4
|
+
#OpenAPI of Indexea
|
5
|
+
|
6
|
+
OpenAPI spec version: 1.0.0
|
7
|
+
Contact: indexea.com@gmail.com
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 3.0.54
|
10
|
+
=end
|
11
|
+
|
12
|
+
require 'date'
|
13
|
+
|
14
|
+
module IndexeaClient
|
15
|
+
# 公司信息(开票信息,快递信息)
|
16
|
+
class CompanyBean
|
17
|
+
# 公司名称
|
18
|
+
attr_accessor :name
|
19
|
+
|
20
|
+
# 公司网址
|
21
|
+
attr_accessor :url
|
22
|
+
|
23
|
+
# 国家
|
24
|
+
attr_accessor :nation
|
25
|
+
|
26
|
+
# 省/州/地区
|
27
|
+
attr_accessor :province
|
28
|
+
|
29
|
+
# 城市
|
30
|
+
attr_accessor :city
|
31
|
+
|
32
|
+
# 纳税人识别号
|
33
|
+
attr_accessor :taxpayer
|
34
|
+
|
35
|
+
# 开户行
|
36
|
+
attr_accessor :bank
|
37
|
+
|
38
|
+
# 银行账号
|
39
|
+
attr_accessor :account
|
40
|
+
|
41
|
+
# 公司注册地址
|
42
|
+
attr_accessor :address
|
43
|
+
|
44
|
+
# 公司电话
|
45
|
+
attr_accessor :tel
|
46
|
+
|
47
|
+
# 营业执照图片地址
|
48
|
+
attr_accessor :license
|
49
|
+
|
50
|
+
# 一般纳税人证明扫描件图片地址
|
51
|
+
attr_accessor :certificate
|
52
|
+
|
53
|
+
# 快递地址
|
54
|
+
attr_accessor :post_addr
|
55
|
+
|
56
|
+
# 邮编
|
57
|
+
attr_accessor :post_code
|
58
|
+
|
59
|
+
# 收件人姓名
|
60
|
+
attr_accessor :post_name
|
61
|
+
|
62
|
+
# 收件人电话
|
63
|
+
attr_accessor :post_tel
|
64
|
+
|
65
|
+
# 首次填写时间
|
66
|
+
attr_accessor :created_at
|
67
|
+
|
68
|
+
# 最后更新时间
|
69
|
+
attr_accessor :updated_at
|
70
|
+
|
71
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
72
|
+
def self.attribute_map
|
73
|
+
{
|
74
|
+
:'name' => :'name',
|
75
|
+
:'url' => :'url',
|
76
|
+
:'nation' => :'nation',
|
77
|
+
:'province' => :'province',
|
78
|
+
:'city' => :'city',
|
79
|
+
:'taxpayer' => :'taxpayer',
|
80
|
+
:'bank' => :'bank',
|
81
|
+
:'account' => :'account',
|
82
|
+
:'address' => :'address',
|
83
|
+
:'tel' => :'tel',
|
84
|
+
:'license' => :'license',
|
85
|
+
:'certificate' => :'certificate',
|
86
|
+
:'post_addr' => :'post_addr',
|
87
|
+
:'post_code' => :'post_code',
|
88
|
+
:'post_name' => :'post_name',
|
89
|
+
:'post_tel' => :'post_tel',
|
90
|
+
:'created_at' => :'created_at',
|
91
|
+
:'updated_at' => :'updated_at'
|
92
|
+
}
|
93
|
+
end
|
94
|
+
|
95
|
+
# Attribute type mapping.
|
96
|
+
def self.openapi_types
|
97
|
+
{
|
98
|
+
:'name' => :'Object',
|
99
|
+
:'url' => :'Object',
|
100
|
+
:'nation' => :'Object',
|
101
|
+
:'province' => :'Object',
|
102
|
+
:'city' => :'Object',
|
103
|
+
:'taxpayer' => :'Object',
|
104
|
+
:'bank' => :'Object',
|
105
|
+
:'account' => :'Object',
|
106
|
+
:'address' => :'Object',
|
107
|
+
:'tel' => :'Object',
|
108
|
+
:'license' => :'Object',
|
109
|
+
:'certificate' => :'Object',
|
110
|
+
:'post_addr' => :'Object',
|
111
|
+
:'post_code' => :'Object',
|
112
|
+
:'post_name' => :'Object',
|
113
|
+
:'post_tel' => :'Object',
|
114
|
+
:'created_at' => :'Object',
|
115
|
+
:'updated_at' => :'Object'
|
116
|
+
}
|
117
|
+
end
|
118
|
+
|
119
|
+
# List of attributes with nullable: true
|
120
|
+
def self.openapi_nullable
|
121
|
+
Set.new([
|
122
|
+
])
|
123
|
+
end
|
124
|
+
|
125
|
+
# Initializes the object
|
126
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
127
|
+
def initialize(attributes = {})
|
128
|
+
if (!attributes.is_a?(Hash))
|
129
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `IndexeaClient::CompanyBean` initialize method"
|
130
|
+
end
|
131
|
+
|
132
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
133
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
134
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
135
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `IndexeaClient::CompanyBean`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
136
|
+
end
|
137
|
+
h[k.to_sym] = v
|
138
|
+
}
|
139
|
+
|
140
|
+
if attributes.key?(:'name')
|
141
|
+
self.name = attributes[:'name']
|
142
|
+
end
|
143
|
+
|
144
|
+
if attributes.key?(:'url')
|
145
|
+
self.url = attributes[:'url']
|
146
|
+
end
|
147
|
+
|
148
|
+
if attributes.key?(:'nation')
|
149
|
+
self.nation = attributes[:'nation']
|
150
|
+
end
|
151
|
+
|
152
|
+
if attributes.key?(:'province')
|
153
|
+
self.province = attributes[:'province']
|
154
|
+
end
|
155
|
+
|
156
|
+
if attributes.key?(:'city')
|
157
|
+
self.city = attributes[:'city']
|
158
|
+
end
|
159
|
+
|
160
|
+
if attributes.key?(:'taxpayer')
|
161
|
+
self.taxpayer = attributes[:'taxpayer']
|
162
|
+
end
|
163
|
+
|
164
|
+
if attributes.key?(:'bank')
|
165
|
+
self.bank = attributes[:'bank']
|
166
|
+
end
|
167
|
+
|
168
|
+
if attributes.key?(:'account')
|
169
|
+
self.account = attributes[:'account']
|
170
|
+
end
|
171
|
+
|
172
|
+
if attributes.key?(:'address')
|
173
|
+
self.address = attributes[:'address']
|
174
|
+
end
|
175
|
+
|
176
|
+
if attributes.key?(:'tel')
|
177
|
+
self.tel = attributes[:'tel']
|
178
|
+
end
|
179
|
+
|
180
|
+
if attributes.key?(:'license')
|
181
|
+
self.license = attributes[:'license']
|
182
|
+
end
|
183
|
+
|
184
|
+
if attributes.key?(:'certificate')
|
185
|
+
self.certificate = attributes[:'certificate']
|
186
|
+
end
|
187
|
+
|
188
|
+
if attributes.key?(:'post_addr')
|
189
|
+
self.post_addr = attributes[:'post_addr']
|
190
|
+
end
|
191
|
+
|
192
|
+
if attributes.key?(:'post_code')
|
193
|
+
self.post_code = attributes[:'post_code']
|
194
|
+
end
|
195
|
+
|
196
|
+
if attributes.key?(:'post_name')
|
197
|
+
self.post_name = attributes[:'post_name']
|
198
|
+
end
|
199
|
+
|
200
|
+
if attributes.key?(:'post_tel')
|
201
|
+
self.post_tel = attributes[:'post_tel']
|
202
|
+
end
|
203
|
+
|
204
|
+
if attributes.key?(:'created_at')
|
205
|
+
self.created_at = attributes[:'created_at']
|
206
|
+
end
|
207
|
+
|
208
|
+
if attributes.key?(:'updated_at')
|
209
|
+
self.updated_at = attributes[:'updated_at']
|
210
|
+
end
|
211
|
+
end
|
212
|
+
|
213
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
214
|
+
# @return Array for valid properties with the reasons
|
215
|
+
def list_invalid_properties
|
216
|
+
invalid_properties = Array.new
|
217
|
+
invalid_properties
|
218
|
+
end
|
219
|
+
|
220
|
+
# Check to see if the all the properties in the model are valid
|
221
|
+
# @return true if the model is valid
|
222
|
+
def valid?
|
223
|
+
true
|
224
|
+
end
|
225
|
+
|
226
|
+
# Checks equality by comparing each attribute.
|
227
|
+
# @param [Object] Object to be compared
|
228
|
+
def ==(o)
|
229
|
+
return true if self.equal?(o)
|
230
|
+
self.class == o.class &&
|
231
|
+
name == o.name &&
|
232
|
+
url == o.url &&
|
233
|
+
nation == o.nation &&
|
234
|
+
province == o.province &&
|
235
|
+
city == o.city &&
|
236
|
+
taxpayer == o.taxpayer &&
|
237
|
+
bank == o.bank &&
|
238
|
+
account == o.account &&
|
239
|
+
address == o.address &&
|
240
|
+
tel == o.tel &&
|
241
|
+
license == o.license &&
|
242
|
+
certificate == o.certificate &&
|
243
|
+
post_addr == o.post_addr &&
|
244
|
+
post_code == o.post_code &&
|
245
|
+
post_name == o.post_name &&
|
246
|
+
post_tel == o.post_tel &&
|
247
|
+
created_at == o.created_at &&
|
248
|
+
updated_at == o.updated_at
|
249
|
+
end
|
250
|
+
|
251
|
+
# @see the `==` method
|
252
|
+
# @param [Object] Object to be compared
|
253
|
+
def eql?(o)
|
254
|
+
self == o
|
255
|
+
end
|
256
|
+
|
257
|
+
# Calculates hash code according to all attributes.
|
258
|
+
# @return [Integer] Hash code
|
259
|
+
def hash
|
260
|
+
[name, url, nation, province, city, taxpayer, bank, account, address, tel, license, certificate, post_addr, post_code, post_name, post_tel, created_at, updated_at].hash
|
261
|
+
end
|
262
|
+
|
263
|
+
# Builds the object from hash
|
264
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
265
|
+
# @return [Object] Returns the model itself
|
266
|
+
def self.build_from_hash(attributes)
|
267
|
+
new.build_from_hash(attributes)
|
268
|
+
end
|
269
|
+
|
270
|
+
# Builds the object from hash
|
271
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
272
|
+
# @return [Object] Returns the model itself
|
273
|
+
def build_from_hash(attributes)
|
274
|
+
return nil unless attributes.is_a?(Hash)
|
275
|
+
self.class.openapi_types.each_pair do |key, type|
|
276
|
+
if type =~ /\AArray<(.*)>/i
|
277
|
+
# check to ensure the input is an array given that the attribute
|
278
|
+
# is documented as an array but the input is not
|
279
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
280
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
281
|
+
end
|
282
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
283
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
284
|
+
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
285
|
+
self.send("#{key}=", nil)
|
286
|
+
end
|
287
|
+
end
|
288
|
+
|
289
|
+
self
|
290
|
+
end
|
291
|
+
|
292
|
+
# Deserializes the data based on type
|
293
|
+
# @param string type Data type
|
294
|
+
# @param string value Value to be deserialized
|
295
|
+
# @return [Object] Deserialized data
|
296
|
+
def _deserialize(type, value)
|
297
|
+
case type.to_sym
|
298
|
+
when :DateTime
|
299
|
+
DateTime.parse(value)
|
300
|
+
when :Date
|
301
|
+
Date.parse(value)
|
302
|
+
when :String
|
303
|
+
value.to_s
|
304
|
+
when :Integer
|
305
|
+
value.to_i
|
306
|
+
when :Float
|
307
|
+
value.to_f
|
308
|
+
when :Boolean
|
309
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
310
|
+
true
|
311
|
+
else
|
312
|
+
false
|
313
|
+
end
|
314
|
+
when :Object
|
315
|
+
# generic object (usually a Hash), return directly
|
316
|
+
value
|
317
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
318
|
+
inner_type = Regexp.last_match[:inner_type]
|
319
|
+
value.map { |v| _deserialize(inner_type, v) }
|
320
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
321
|
+
k_type = Regexp.last_match[:k_type]
|
322
|
+
v_type = Regexp.last_match[:v_type]
|
323
|
+
{}.tap do |hash|
|
324
|
+
value.each do |k, v|
|
325
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
326
|
+
end
|
327
|
+
end
|
328
|
+
else # model
|
329
|
+
IndexeaClient.const_get(type).build_from_hash(value)
|
330
|
+
end
|
331
|
+
end
|
332
|
+
|
333
|
+
# Returns the string representation of the object
|
334
|
+
# @return [String] String presentation of the object
|
335
|
+
def to_s
|
336
|
+
to_hash.to_s
|
337
|
+
end
|
338
|
+
|
339
|
+
# to_body is an alias to to_hash (backward compatibility)
|
340
|
+
# @return [Hash] Returns the object in the form of hash
|
341
|
+
def to_body
|
342
|
+
to_hash
|
343
|
+
end
|
344
|
+
|
345
|
+
# Returns the object in the form of hash
|
346
|
+
# @return [Hash] Returns the object in the form of hash
|
347
|
+
def to_hash
|
348
|
+
hash = {}
|
349
|
+
self.class.attribute_map.each_pair do |attr, param|
|
350
|
+
value = self.send(attr)
|
351
|
+
if value.nil?
|
352
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
353
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
354
|
+
end
|
355
|
+
|
356
|
+
hash[param] = _to_hash(value)
|
357
|
+
end
|
358
|
+
hash
|
359
|
+
end
|
360
|
+
|
361
|
+
# Outputs non-array value in the form of hash
|
362
|
+
# For object, use to_hash. Otherwise, just return the value
|
363
|
+
# @param [Object] value Any valid value
|
364
|
+
# @return [Hash] Returns the value in the form of hash
|
365
|
+
def _to_hash(value)
|
366
|
+
if value.is_a?(Array)
|
367
|
+
value.compact.map { |v| _to_hash(v) }
|
368
|
+
elsif value.is_a?(Hash)
|
369
|
+
{}.tap do |hash|
|
370
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
371
|
+
end
|
372
|
+
elsif value.respond_to? :to_hash
|
373
|
+
value.to_hash
|
374
|
+
else
|
375
|
+
value
|
376
|
+
end
|
377
|
+
end end
|
378
|
+
end
|