129130131132133134135136
nicEntitySet.add(nic3); node.setNics(nicEntitySet); node.setNodeGroup(new NodeGroupEntity()); System.out.println((new Gson()).toJson(node.toNodeRead(false))); } }