aboutsummaryrefslogtreecommitdiffstats
path: root/aai-service/provider/src/main/java/org/openecomp/sdnc/sli/aai/data/SubInterface.java
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-04-21 16:14:18 -0400
committerDan Timoney <dtimoney@att.com>2017-04-21 16:14:18 -0400
commit328d71305e529887d78bec5d028d54feaea737c1 (patch)
tree9c571511c9c7f402a84cac82cc41cee9f4e091cc /aai-service/provider/src/main/java/org/openecomp/sdnc/sli/aai/data/SubInterface.java
parentec0f99bdd24468c1f662d6fcf6e2ca29b678da73 (diff)
[SDNC-5] Rebase SDN-C adaptors
Apply latest bug fixes, enhancements and port to OpenDaylight Boron. Change-Id: Ia7d29986eb12f98edbf075dae3cc9343af6791b6 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'aai-service/provider/src/main/java/org/openecomp/sdnc/sli/aai/data/SubInterface.java')
-rw-r--r--aai-service/provider/src/main/java/org/openecomp/sdnc/sli/aai/data/SubInterface.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/aai-service/provider/src/main/java/org/openecomp/sdnc/sli/aai/data/SubInterface.java b/aai-service/provider/src/main/java/org/openecomp/sdnc/sli/aai/data/SubInterface.java
index 872c5f8..d9d0eb8 100644
--- a/aai-service/provider/src/main/java/org/openecomp/sdnc/sli/aai/data/SubInterface.java
+++ b/aai-service/provider/src/main/java/org/openecomp/sdnc/sli/aai/data/SubInterface.java
@@ -59,7 +59,7 @@ public class SubInterface implements AAIDatum {
private Map<String, Object> additionalProperties = new HashMap<String, Object>();
/**
- *
+ *
* @return
* The interfaceName
*/
@@ -69,7 +69,7 @@ public class SubInterface implements AAIDatum {
}
/**
- *
+ *
* @param interfaceName
* The interface-name
*/
@@ -79,7 +79,7 @@ public class SubInterface implements AAIDatum {
}
/**
- *
+ *
* @return
* The interfaceRole
*/
@@ -89,7 +89,7 @@ public class SubInterface implements AAIDatum {
}
/**
- *
+ *
* @param interfaceRole
* The interface-role
*/
@@ -99,7 +99,7 @@ public class SubInterface implements AAIDatum {
}
/**
- *
+ *
* @return
* The resourceVersion
*/
@@ -109,7 +109,7 @@ public class SubInterface implements AAIDatum {
}
/**
- *
+ *
* @param resourceVersion
* The resource-version
*/
@@ -119,7 +119,7 @@ public class SubInterface implements AAIDatum {
}
/**
- *
+ *
* @return
* The vlans
*/
@@ -129,7 +129,7 @@ public class SubInterface implements AAIDatum {
}
/**
- *
+ *
* @param vlans
* The vlans
*/
@@ -139,7 +139,7 @@ public class SubInterface implements AAIDatum {
}
/**
- *
+ *
* @return
* The relationshipList
*/
@@ -149,7 +149,7 @@ public class SubInterface implements AAIDatum {
}
/**
- *
+ *
* @param relationshipList
* The relationshipList
*/