e08af5fd675354946173b68eae43c1b8f1379db3
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / database / Uuid.java
1 /*
2  * [[ Authors will Fill in the Copyright header ]]
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  *
8  * Authors : Brent Salisbury, Evan Zeller
9  */
10 package org.opendaylight.ovsdb.lib.database;\r
11 \r
12 import com.fasterxml.jackson.annotation.JsonProperty;\r
13 \r
14 public class Uuid {\r
15     @JsonProperty("uuid")\r
16     public String[] uuid;\r
17 }\r