/sdk/automation/mgmt-v2015_10_31/src/main/java/com/microsoft/azure/management/automation/v2015_10_31/implementation/DscNodeReportInner.java

http://github.com/WindowsAzure/azure-sdk-for-java · Java · 517 lines · 180 code · 60 blank · 277 comment · 0 complexity · 1a9a26f0d342352697742c537f295bde 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.automation.v2015_10_31.implementation;
  9. import org.joda.time.DateTime;
  10. import java.util.List;
  11. import com.microsoft.azure.management.automation.v2015_10_31.DscReportError;
  12. import com.microsoft.azure.management.automation.v2015_10_31.DscReportResource;
  13. import com.microsoft.azure.management.automation.v2015_10_31.DscMetaConfiguration;
  14. import com.fasterxml.jackson.annotation.JsonProperty;
  15. /**
  16. * Definition of the dsc node report type.
  17. */
  18. public class DscNodeReportInner {
  19. /**
  20. * Gets or sets the end time of the node report.
  21. */
  22. @JsonProperty(value = "endTime")
  23. private DateTime endTime;
  24. /**
  25. * Gets or sets the lastModifiedTime of the node report.
  26. */
  27. @JsonProperty(value = "lastModifiedTime")
  28. private DateTime lastModifiedTime;
  29. /**
  30. * Gets or sets the start time of the node report.
  31. */
  32. @JsonProperty(value = "startTime")
  33. private DateTime startTime;
  34. /**
  35. * Gets or sets the type of the node report.
  36. */
  37. @JsonProperty(value = "type")
  38. private String type;
  39. /**
  40. * Gets or sets the id of the node report.
  41. */
  42. @JsonProperty(value = "reportId")
  43. private String reportId;
  44. /**
  45. * Gets or sets the status of the node report.
  46. */
  47. @JsonProperty(value = "status")
  48. private String status;
  49. /**
  50. * Gets or sets the refreshMode of the node report.
  51. */
  52. @JsonProperty(value = "refreshMode")
  53. private String refreshMode;
  54. /**
  55. * Gets or sets the rebootRequested of the node report.
  56. */
  57. @JsonProperty(value = "rebootRequested")
  58. private String rebootRequested;
  59. /**
  60. * Gets or sets the reportFormatVersion of the node report.
  61. */
  62. @JsonProperty(value = "reportFormatVersion")
  63. private String reportFormatVersion;
  64. /**
  65. * Gets or sets the configurationVersion of the node report.
  66. */
  67. @JsonProperty(value = "configurationVersion")
  68. private String configurationVersion;
  69. /**
  70. * Gets or sets the id.
  71. */
  72. @JsonProperty(value = "id")
  73. private String id;
  74. /**
  75. * Gets or sets the errors for the node report.
  76. */
  77. @JsonProperty(value = "errors")
  78. private List<DscReportError> errors;
  79. /**
  80. * Gets or sets the resource for the node report.
  81. */
  82. @JsonProperty(value = "resources")
  83. private List<DscReportResource> resources;
  84. /**
  85. * Gets or sets the metaConfiguration of the node at the time of the
  86. * report.
  87. */
  88. @JsonProperty(value = "metaConfiguration")
  89. private DscMetaConfiguration metaConfiguration;
  90. /**
  91. * Gets or sets the hostname of the node that sent the report.
  92. */
  93. @JsonProperty(value = "hostName")
  94. private String hostName;
  95. /**
  96. * Gets or sets the IPv4 address of the node that sent the report.
  97. */
  98. @JsonProperty(value = "iPV4Addresses")
  99. private List<String> iPV4Addresses;
  100. /**
  101. * Gets or sets the IPv6 address of the node that sent the report.
  102. */
  103. @JsonProperty(value = "iPV6Addresses")
  104. private List<String> iPV6Addresses;
  105. /**
  106. * Gets or sets the number of resource in the node report.
  107. */
  108. @JsonProperty(value = "numberOfResources")
  109. private Integer numberOfResources;
  110. /**
  111. * Gets or sets the unparsed errors for the node report.
  112. */
  113. @JsonProperty(value = "rawErrors")
  114. private String rawErrors;
  115. /**
  116. * Get gets or sets the end time of the node report.
  117. *
  118. * @return the endTime value
  119. */
  120. public DateTime endTime() {
  121. return this.endTime;
  122. }
  123. /**
  124. * Set gets or sets the end time of the node report.
  125. *
  126. * @param endTime the endTime value to set
  127. * @return the DscNodeReportInner object itself.
  128. */
  129. public DscNodeReportInner withEndTime(DateTime endTime) {
  130. this.endTime = endTime;
  131. return this;
  132. }
  133. /**
  134. * Get gets or sets the lastModifiedTime of the node report.
  135. *
  136. * @return the lastModifiedTime value
  137. */
  138. public DateTime lastModifiedTime() {
  139. return this.lastModifiedTime;
  140. }
  141. /**
  142. * Set gets or sets the lastModifiedTime of the node report.
  143. *
  144. * @param lastModifiedTime the lastModifiedTime value to set
  145. * @return the DscNodeReportInner object itself.
  146. */
  147. public DscNodeReportInner withLastModifiedTime(DateTime lastModifiedTime) {
  148. this.lastModifiedTime = lastModifiedTime;
  149. return this;
  150. }
  151. /**
  152. * Get gets or sets the start time of the node report.
  153. *
  154. * @return the startTime value
  155. */
  156. public DateTime startTime() {
  157. return this.startTime;
  158. }
  159. /**
  160. * Set gets or sets the start time of the node report.
  161. *
  162. * @param startTime the startTime value to set
  163. * @return the DscNodeReportInner object itself.
  164. */
  165. public DscNodeReportInner withStartTime(DateTime startTime) {
  166. this.startTime = startTime;
  167. return this;
  168. }
  169. /**
  170. * Get gets or sets the type of the node report.
  171. *
  172. * @return the type value
  173. */
  174. public String type() {
  175. return this.type;
  176. }
  177. /**
  178. * Set gets or sets the type of the node report.
  179. *
  180. * @param type the type value to set
  181. * @return the DscNodeReportInner object itself.
  182. */
  183. public DscNodeReportInner withType(String type) {
  184. this.type = type;
  185. return this;
  186. }
  187. /**
  188. * Get gets or sets the id of the node report.
  189. *
  190. * @return the reportId value
  191. */
  192. public String reportId() {
  193. return this.reportId;
  194. }
  195. /**
  196. * Set gets or sets the id of the node report.
  197. *
  198. * @param reportId the reportId value to set
  199. * @return the DscNodeReportInner object itself.
  200. */
  201. public DscNodeReportInner withReportId(String reportId) {
  202. this.reportId = reportId;
  203. return this;
  204. }
  205. /**
  206. * Get gets or sets the status of the node report.
  207. *
  208. * @return the status value
  209. */
  210. public String status() {
  211. return this.status;
  212. }
  213. /**
  214. * Set gets or sets the status of the node report.
  215. *
  216. * @param status the status value to set
  217. * @return the DscNodeReportInner object itself.
  218. */
  219. public DscNodeReportInner withStatus(String status) {
  220. this.status = status;
  221. return this;
  222. }
  223. /**
  224. * Get gets or sets the refreshMode of the node report.
  225. *
  226. * @return the refreshMode value
  227. */
  228. public String refreshMode() {
  229. return this.refreshMode;
  230. }
  231. /**
  232. * Set gets or sets the refreshMode of the node report.
  233. *
  234. * @param refreshMode the refreshMode value to set
  235. * @return the DscNodeReportInner object itself.
  236. */
  237. public DscNodeReportInner withRefreshMode(String refreshMode) {
  238. this.refreshMode = refreshMode;
  239. return this;
  240. }
  241. /**
  242. * Get gets or sets the rebootRequested of the node report.
  243. *
  244. * @return the rebootRequested value
  245. */
  246. public String rebootRequested() {
  247. return this.rebootRequested;
  248. }
  249. /**
  250. * Set gets or sets the rebootRequested of the node report.
  251. *
  252. * @param rebootRequested the rebootRequested value to set
  253. * @return the DscNodeReportInner object itself.
  254. */
  255. public DscNodeReportInner withRebootRequested(String rebootRequested) {
  256. this.rebootRequested = rebootRequested;
  257. return this;
  258. }
  259. /**
  260. * Get gets or sets the reportFormatVersion of the node report.
  261. *
  262. * @return the reportFormatVersion value
  263. */
  264. public String reportFormatVersion() {
  265. return this.reportFormatVersion;
  266. }
  267. /**
  268. * Set gets or sets the reportFormatVersion of the node report.
  269. *
  270. * @param reportFormatVersion the reportFormatVersion value to set
  271. * @return the DscNodeReportInner object itself.
  272. */
  273. public DscNodeReportInner withReportFormatVersion(String reportFormatVersion) {
  274. this.reportFormatVersion = reportFormatVersion;
  275. return this;
  276. }
  277. /**
  278. * Get gets or sets the configurationVersion of the node report.
  279. *
  280. * @return the configurationVersion value
  281. */
  282. public String configurationVersion() {
  283. return this.configurationVersion;
  284. }
  285. /**
  286. * Set gets or sets the configurationVersion of the node report.
  287. *
  288. * @param configurationVersion the configurationVersion value to set
  289. * @return the DscNodeReportInner object itself.
  290. */
  291. public DscNodeReportInner withConfigurationVersion(String configurationVersion) {
  292. this.configurationVersion = configurationVersion;
  293. return this;
  294. }
  295. /**
  296. * Get gets or sets the id.
  297. *
  298. * @return the id value
  299. */
  300. public String id() {
  301. return this.id;
  302. }
  303. /**
  304. * Set gets or sets the id.
  305. *
  306. * @param id the id value to set
  307. * @return the DscNodeReportInner object itself.
  308. */
  309. public DscNodeReportInner withId(String id) {
  310. this.id = id;
  311. return this;
  312. }
  313. /**
  314. * Get gets or sets the errors for the node report.
  315. *
  316. * @return the errors value
  317. */
  318. public List<DscReportError> errors() {
  319. return this.errors;
  320. }
  321. /**
  322. * Set gets or sets the errors for the node report.
  323. *
  324. * @param errors the errors value to set
  325. * @return the DscNodeReportInner object itself.
  326. */
  327. public DscNodeReportInner withErrors(List<DscReportError> errors) {
  328. this.errors = errors;
  329. return this;
  330. }
  331. /**
  332. * Get gets or sets the resource for the node report.
  333. *
  334. * @return the resources value
  335. */
  336. public List<DscReportResource> resources() {
  337. return this.resources;
  338. }
  339. /**
  340. * Set gets or sets the resource for the node report.
  341. *
  342. * @param resources the resources value to set
  343. * @return the DscNodeReportInner object itself.
  344. */
  345. public DscNodeReportInner withResources(List<DscReportResource> resources) {
  346. this.resources = resources;
  347. return this;
  348. }
  349. /**
  350. * Get gets or sets the metaConfiguration of the node at the time of the report.
  351. *
  352. * @return the metaConfiguration value
  353. */
  354. public DscMetaConfiguration metaConfiguration() {
  355. return this.metaConfiguration;
  356. }
  357. /**
  358. * Set gets or sets the metaConfiguration of the node at the time of the report.
  359. *
  360. * @param metaConfiguration the metaConfiguration value to set
  361. * @return the DscNodeReportInner object itself.
  362. */
  363. public DscNodeReportInner withMetaConfiguration(DscMetaConfiguration metaConfiguration) {
  364. this.metaConfiguration = metaConfiguration;
  365. return this;
  366. }
  367. /**
  368. * Get gets or sets the hostname of the node that sent the report.
  369. *
  370. * @return the hostName value
  371. */
  372. public String hostName() {
  373. return this.hostName;
  374. }
  375. /**
  376. * Set gets or sets the hostname of the node that sent the report.
  377. *
  378. * @param hostName the hostName value to set
  379. * @return the DscNodeReportInner object itself.
  380. */
  381. public DscNodeReportInner withHostName(String hostName) {
  382. this.hostName = hostName;
  383. return this;
  384. }
  385. /**
  386. * Get gets or sets the IPv4 address of the node that sent the report.
  387. *
  388. * @return the iPV4Addresses value
  389. */
  390. public List<String> iPV4Addresses() {
  391. return this.iPV4Addresses;
  392. }
  393. /**
  394. * Set gets or sets the IPv4 address of the node that sent the report.
  395. *
  396. * @param iPV4Addresses the iPV4Addresses value to set
  397. * @return the DscNodeReportInner object itself.
  398. */
  399. public DscNodeReportInner withIPV4Addresses(List<String> iPV4Addresses) {
  400. this.iPV4Addresses = iPV4Addresses;
  401. return this;
  402. }
  403. /**
  404. * Get gets or sets the IPv6 address of the node that sent the report.
  405. *
  406. * @return the iPV6Addresses value
  407. */
  408. public List<String> iPV6Addresses() {
  409. return this.iPV6Addresses;
  410. }
  411. /**
  412. * Set gets or sets the IPv6 address of the node that sent the report.
  413. *
  414. * @param iPV6Addresses the iPV6Addresses value to set
  415. * @return the DscNodeReportInner object itself.
  416. */
  417. public DscNodeReportInner withIPV6Addresses(List<String> iPV6Addresses) {
  418. this.iPV6Addresses = iPV6Addresses;
  419. return this;
  420. }
  421. /**
  422. * Get gets or sets the number of resource in the node report.
  423. *
  424. * @return the numberOfResources value
  425. */
  426. public Integer numberOfResources() {
  427. return this.numberOfResources;
  428. }
  429. /**
  430. * Set gets or sets the number of resource in the node report.
  431. *
  432. * @param numberOfResources the numberOfResources value to set
  433. * @return the DscNodeReportInner object itself.
  434. */
  435. public DscNodeReportInner withNumberOfResources(Integer numberOfResources) {
  436. this.numberOfResources = numberOfResources;
  437. return this;
  438. }
  439. /**
  440. * Get gets or sets the unparsed errors for the node report.
  441. *
  442. * @return the rawErrors value
  443. */
  444. public String rawErrors() {
  445. return this.rawErrors;
  446. }
  447. /**
  448. * Set gets or sets the unparsed errors for the node report.
  449. *
  450. * @param rawErrors the rawErrors value to set
  451. * @return the DscNodeReportInner object itself.
  452. */
  453. public DscNodeReportInner withRawErrors(String rawErrors) {
  454. this.rawErrors = rawErrors;
  455. return this;
  456. }
  457. }