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-03-31 19:56:36 +0000
committerGerrit Code Review <gerrit@onap.org>2017-03-31 19:56:36 +0000
commitd0bd5cbcb5ffe3e874d7966303cced24ee1cc61c (patch)
tree678f2690cdde439487e31e55f1e63340ca4b5c14 /aai-service/provider/src/main/java/org/openecomp/sdnc/sli/aai/data/SubInterface.java
parentcaf4fa65af7c10196dcba855db04c78219d733f6 (diff)
parent127f24ee8e0fffaab12919cd4195775f5ba08f28 (diff)
Merge "[SDNC-5] summary"
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.java24
1 files changed, 12 insertions, 12 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 5df2892..03f638a 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
@@ -3,7 +3,7 @@
* openECOMP : SDN-C
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights
- * reserved.
+ * reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ import org.openecomp.aai.inventory.v8.Vlans;
"vlans",
"relationshipList"
})
-public class SubInterface implements AAIDatum, ResourceVersion {
+public class SubInterface implements AAIDatum {
@JsonProperty("interface-name")
private String interfaceName;
@@ -59,7 +59,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
private Map<String, Object> additionalProperties = new HashMap<String, Object>();
/**
- *
+ *
* @return
* The interfaceName
*/
@@ -69,7 +69,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
}
/**
- *
+ *
* @param interfaceName
* The interface-name
*/
@@ -79,7 +79,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
}
/**
- *
+ *
* @return
* The interfaceRole
*/
@@ -89,7 +89,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
}
/**
- *
+ *
* @param interfaceRole
* The interface-role
*/
@@ -99,7 +99,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
}
/**
- *
+ *
* @return
* The resourceVersion
*/
@@ -109,7 +109,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
}
/**
- *
+ *
* @param resourceVersion
* The resource-version
*/
@@ -119,7 +119,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
}
/**
- *
+ *
* @return
* The vlans
*/
@@ -129,7 +129,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
}
/**
- *
+ *
* @param vlans
* The vlans
*/
@@ -139,7 +139,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
}
/**
- *
+ *
* @return
* The relationshipList
*/
@@ -149,7 +149,7 @@ public class SubInterface implements AAIDatum, ResourceVersion {
}
/**
- *
+ *
* @param relationshipList
* The relationshipList
*/