/*******************************************************************************\r
* Copyright © 2017-2018 AT&T Intellectual Property.\r
+ * Modifications Copyright © 2018 IBM.\r
* \r
* Licensed under the Apache License, Version 2.0 (the "License");\r
* you may not use this file except in compliance with the License.\r
*/\r
public class AssignVlanTagResponse {\r
\r
- private @Valid List<AssignVlanTagResponseOutput> output = new ArrayList<AssignVlanTagResponseOutput>();\r
+ private @Valid List<AssignVlanTagResponseOutput> output = new ArrayList<>();\r
private @Valid Integer errorCode = null;\r
private @Valid String errorMessage = null;\r
\r
- public AssignVlanTagResponse() {}\r
+ public AssignVlanTagResponse() {\r
+ // this method does nothing\r
+ }\r
\r
/**\r
**/\r