/sdk/applicationinsights/mgmt-v2015_05_01/src/main/java/com/microsoft/azure/management/applicationinsights/v2015_05_01/implementation/ApplicationInsightsManagementClientImpl.java

http://github.com/WindowsAzure/azure-sdk-for-java · Java · 406 lines · 149 code · 55 blank · 202 comment · 0 complexity · 1958ee98511194b36ab10e0fd747c719 MD5 · raw file

  1. /**
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for
  4. * license information.
  5. *
  6. * Code generated by Microsoft (R) AutoRest Code Generator.
  7. */
  8. package com.microsoft.azure.management.applicationinsights.v2015_05_01.implementation;
  9. import com.microsoft.azure.AzureClient;
  10. import com.microsoft.azure.AzureServiceClient;
  11. import com.microsoft.rest.credentials.ServiceClientCredentials;
  12. import com.microsoft.rest.RestClient;
  13. /**
  14. * Initializes a new instance of the ApplicationInsightsManagementClientImpl class.
  15. */
  16. public class ApplicationInsightsManagementClientImpl extends AzureServiceClient {
  17. /** the {@link AzureClient} used for long running operations. */
  18. private AzureClient azureClient;
  19. /**
  20. * Gets the {@link AzureClient} used for long running operations.
  21. * @return the azure client;
  22. */
  23. public AzureClient getAzureClient() {
  24. return this.azureClient;
  25. }
  26. /** Client Api Version. */
  27. private String apiVersion;
  28. /**
  29. * Gets Client Api Version.
  30. *
  31. * @return the apiVersion value.
  32. */
  33. public String apiVersion() {
  34. return this.apiVersion;
  35. }
  36. /** The Azure subscription ID. */
  37. private String subscriptionId;
  38. /**
  39. * Gets The Azure subscription ID.
  40. *
  41. * @return the subscriptionId value.
  42. */
  43. public String subscriptionId() {
  44. return this.subscriptionId;
  45. }
  46. /**
  47. * Sets The Azure subscription ID.
  48. *
  49. * @param subscriptionId the subscriptionId value.
  50. * @return the service client itself
  51. */
  52. public ApplicationInsightsManagementClientImpl withSubscriptionId(String subscriptionId) {
  53. this.subscriptionId = subscriptionId;
  54. return this;
  55. }
  56. /** The preferred language for the response. */
  57. private String acceptLanguage;
  58. /**
  59. * Gets The preferred language for the response.
  60. *
  61. * @return the acceptLanguage value.
  62. */
  63. public String acceptLanguage() {
  64. return this.acceptLanguage;
  65. }
  66. /**
  67. * Sets The preferred language for the response.
  68. *
  69. * @param acceptLanguage the acceptLanguage value.
  70. * @return the service client itself
  71. */
  72. public ApplicationInsightsManagementClientImpl withAcceptLanguage(String acceptLanguage) {
  73. this.acceptLanguage = acceptLanguage;
  74. return this;
  75. }
  76. /** The retry timeout in seconds for Long Running Operations. Default value is 30. */
  77. private int longRunningOperationRetryTimeout;
  78. /**
  79. * Gets The retry timeout in seconds for Long Running Operations. Default value is 30.
  80. *
  81. * @return the longRunningOperationRetryTimeout value.
  82. */
  83. public int longRunningOperationRetryTimeout() {
  84. return this.longRunningOperationRetryTimeout;
  85. }
  86. /**
  87. * Sets The retry timeout in seconds for Long Running Operations. Default value is 30.
  88. *
  89. * @param longRunningOperationRetryTimeout the longRunningOperationRetryTimeout value.
  90. * @return the service client itself
  91. */
  92. public ApplicationInsightsManagementClientImpl withLongRunningOperationRetryTimeout(int longRunningOperationRetryTimeout) {
  93. this.longRunningOperationRetryTimeout = longRunningOperationRetryTimeout;
  94. return this;
  95. }
  96. /** Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. */
  97. private boolean generateClientRequestId;
  98. /**
  99. * Gets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.
  100. *
  101. * @return the generateClientRequestId value.
  102. */
  103. public boolean generateClientRequestId() {
  104. return this.generateClientRequestId;
  105. }
  106. /**
  107. * Sets Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.
  108. *
  109. * @param generateClientRequestId the generateClientRequestId value.
  110. * @return the service client itself
  111. */
  112. public ApplicationInsightsManagementClientImpl withGenerateClientRequestId(boolean generateClientRequestId) {
  113. this.generateClientRequestId = generateClientRequestId;
  114. return this;
  115. }
  116. /**
  117. * The OperationsInner object to access its operations.
  118. */
  119. private OperationsInner operations;
  120. /**
  121. * Gets the OperationsInner object to access its operations.
  122. * @return the OperationsInner object.
  123. */
  124. public OperationsInner operations() {
  125. return this.operations;
  126. }
  127. /**
  128. * The AnnotationsInner object to access its operations.
  129. */
  130. private AnnotationsInner annotations;
  131. /**
  132. * Gets the AnnotationsInner object to access its operations.
  133. * @return the AnnotationsInner object.
  134. */
  135. public AnnotationsInner annotations() {
  136. return this.annotations;
  137. }
  138. /**
  139. * The APIKeysInner object to access its operations.
  140. */
  141. private APIKeysInner aPIKeys;
  142. /**
  143. * Gets the APIKeysInner object to access its operations.
  144. * @return the APIKeysInner object.
  145. */
  146. public APIKeysInner aPIKeys() {
  147. return this.aPIKeys;
  148. }
  149. /**
  150. * The ExportConfigurationsInner object to access its operations.
  151. */
  152. private ExportConfigurationsInner exportConfigurations;
  153. /**
  154. * Gets the ExportConfigurationsInner object to access its operations.
  155. * @return the ExportConfigurationsInner object.
  156. */
  157. public ExportConfigurationsInner exportConfigurations() {
  158. return this.exportConfigurations;
  159. }
  160. /**
  161. * The ComponentCurrentBillingFeaturesInner object to access its operations.
  162. */
  163. private ComponentCurrentBillingFeaturesInner componentCurrentBillingFeatures;
  164. /**
  165. * Gets the ComponentCurrentBillingFeaturesInner object to access its operations.
  166. * @return the ComponentCurrentBillingFeaturesInner object.
  167. */
  168. public ComponentCurrentBillingFeaturesInner componentCurrentBillingFeatures() {
  169. return this.componentCurrentBillingFeatures;
  170. }
  171. /**
  172. * The ComponentQuotaStatusInner object to access its operations.
  173. */
  174. private ComponentQuotaStatusInner componentQuotaStatus;
  175. /**
  176. * Gets the ComponentQuotaStatusInner object to access its operations.
  177. * @return the ComponentQuotaStatusInner object.
  178. */
  179. public ComponentQuotaStatusInner componentQuotaStatus() {
  180. return this.componentQuotaStatus;
  181. }
  182. /**
  183. * The ComponentFeatureCapabilitiesInner object to access its operations.
  184. */
  185. private ComponentFeatureCapabilitiesInner componentFeatureCapabilities;
  186. /**
  187. * Gets the ComponentFeatureCapabilitiesInner object to access its operations.
  188. * @return the ComponentFeatureCapabilitiesInner object.
  189. */
  190. public ComponentFeatureCapabilitiesInner componentFeatureCapabilities() {
  191. return this.componentFeatureCapabilities;
  192. }
  193. /**
  194. * The ComponentAvailableFeaturesInner object to access its operations.
  195. */
  196. private ComponentAvailableFeaturesInner componentAvailableFeatures;
  197. /**
  198. * Gets the ComponentAvailableFeaturesInner object to access its operations.
  199. * @return the ComponentAvailableFeaturesInner object.
  200. */
  201. public ComponentAvailableFeaturesInner componentAvailableFeatures() {
  202. return this.componentAvailableFeatures;
  203. }
  204. /**
  205. * The ProactiveDetectionConfigurationsInner object to access its operations.
  206. */
  207. private ProactiveDetectionConfigurationsInner proactiveDetectionConfigurations;
  208. /**
  209. * Gets the ProactiveDetectionConfigurationsInner object to access its operations.
  210. * @return the ProactiveDetectionConfigurationsInner object.
  211. */
  212. public ProactiveDetectionConfigurationsInner proactiveDetectionConfigurations() {
  213. return this.proactiveDetectionConfigurations;
  214. }
  215. /**
  216. * The ComponentsInner object to access its operations.
  217. */
  218. private ComponentsInner components;
  219. /**
  220. * Gets the ComponentsInner object to access its operations.
  221. * @return the ComponentsInner object.
  222. */
  223. public ComponentsInner components() {
  224. return this.components;
  225. }
  226. /**
  227. * The WorkItemConfigurationsInner object to access its operations.
  228. */
  229. private WorkItemConfigurationsInner workItemConfigurations;
  230. /**
  231. * Gets the WorkItemConfigurationsInner object to access its operations.
  232. * @return the WorkItemConfigurationsInner object.
  233. */
  234. public WorkItemConfigurationsInner workItemConfigurations() {
  235. return this.workItemConfigurations;
  236. }
  237. /**
  238. * The FavoritesInner object to access its operations.
  239. */
  240. private FavoritesInner favorites;
  241. /**
  242. * Gets the FavoritesInner object to access its operations.
  243. * @return the FavoritesInner object.
  244. */
  245. public FavoritesInner favorites() {
  246. return this.favorites;
  247. }
  248. /**
  249. * The WebTestLocationsInner object to access its operations.
  250. */
  251. private WebTestLocationsInner webTestLocations;
  252. /**
  253. * Gets the WebTestLocationsInner object to access its operations.
  254. * @return the WebTestLocationsInner object.
  255. */
  256. public WebTestLocationsInner webTestLocations() {
  257. return this.webTestLocations;
  258. }
  259. /**
  260. * The WebTestsInner object to access its operations.
  261. */
  262. private WebTestsInner webTests;
  263. /**
  264. * Gets the WebTestsInner object to access its operations.
  265. * @return the WebTestsInner object.
  266. */
  267. public WebTestsInner webTests() {
  268. return this.webTests;
  269. }
  270. /**
  271. * The AnalyticsItemsInner object to access its operations.
  272. */
  273. private AnalyticsItemsInner analyticsItems;
  274. /**
  275. * Gets the AnalyticsItemsInner object to access its operations.
  276. * @return the AnalyticsItemsInner object.
  277. */
  278. public AnalyticsItemsInner analyticsItems() {
  279. return this.analyticsItems;
  280. }
  281. /**
  282. * The WorkbooksInner object to access its operations.
  283. */
  284. private WorkbooksInner workbooks;
  285. /**
  286. * Gets the WorkbooksInner object to access its operations.
  287. * @return the WorkbooksInner object.
  288. */
  289. public WorkbooksInner workbooks() {
  290. return this.workbooks;
  291. }
  292. /**
  293. * Initializes an instance of ApplicationInsightsManagementClient client.
  294. *
  295. * @param credentials the management credentials for Azure
  296. */
  297. public ApplicationInsightsManagementClientImpl(ServiceClientCredentials credentials) {
  298. this("https://management.azure.com", credentials);
  299. }
  300. /**
  301. * Initializes an instance of ApplicationInsightsManagementClient client.
  302. *
  303. * @param baseUrl the base URL of the host
  304. * @param credentials the management credentials for Azure
  305. */
  306. public ApplicationInsightsManagementClientImpl(String baseUrl, ServiceClientCredentials credentials) {
  307. super(baseUrl, credentials);
  308. initialize();
  309. }
  310. /**
  311. * Initializes an instance of ApplicationInsightsManagementClient client.
  312. *
  313. * @param restClient the REST client to connect to Azure.
  314. */
  315. public ApplicationInsightsManagementClientImpl(RestClient restClient) {
  316. super(restClient);
  317. initialize();
  318. }
  319. protected void initialize() {
  320. this.apiVersion = "2015-05-01";
  321. this.acceptLanguage = "en-US";
  322. this.longRunningOperationRetryTimeout = 30;
  323. this.generateClientRequestId = true;
  324. this.operations = new OperationsInner(restClient().retrofit(), this);
  325. this.annotations = new AnnotationsInner(restClient().retrofit(), this);
  326. this.aPIKeys = new APIKeysInner(restClient().retrofit(), this);
  327. this.exportConfigurations = new ExportConfigurationsInner(restClient().retrofit(), this);
  328. this.componentCurrentBillingFeatures = new ComponentCurrentBillingFeaturesInner(restClient().retrofit(), this);
  329. this.componentQuotaStatus = new ComponentQuotaStatusInner(restClient().retrofit(), this);
  330. this.componentFeatureCapabilities = new ComponentFeatureCapabilitiesInner(restClient().retrofit(), this);
  331. this.componentAvailableFeatures = new ComponentAvailableFeaturesInner(restClient().retrofit(), this);
  332. this.proactiveDetectionConfigurations = new ProactiveDetectionConfigurationsInner(restClient().retrofit(), this);
  333. this.components = new ComponentsInner(restClient().retrofit(), this);
  334. this.workItemConfigurations = new WorkItemConfigurationsInner(restClient().retrofit(), this);
  335. this.favorites = new FavoritesInner(restClient().retrofit(), this);
  336. this.webTestLocations = new WebTestLocationsInner(restClient().retrofit(), this);
  337. this.webTests = new WebTestsInner(restClient().retrofit(), this);
  338. this.analyticsItems = new AnalyticsItemsInner(restClient().retrofit(), this);
  339. this.workbooks = new WorkbooksInner(restClient().retrofit(), this);
  340. this.azureClient = new AzureClient(this);
  341. }
  342. /**
  343. * Gets the User-Agent header for the client.
  344. *
  345. * @return the user agent string.
  346. */
  347. @Override
  348. public String userAgent() {
  349. return String.format("%s (%s, %s)", super.userAgent(), "ApplicationInsightsManagementClient", "2015-05-01");
  350. }
  351. }