ARIA java binding initial
[so.git] / aria / aria-rest-java-client / src / main / java / com / gigaspaces / aria / rest / client / NodeTemplate.java
diff --git a/aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/NodeTemplate.java b/aria/aria-rest-java-client/src/main/java/com/gigaspaces/aria/rest/client/NodeTemplate.java
new file mode 100755 (executable)
index 0000000..bc46d7f
--- /dev/null
@@ -0,0 +1,29 @@
+/*\r
+ * ============LICENSE_START===================================================\r
+ * Copyright (c) 2017 Cloudify.co.  All rights reserved.\r
+ * ===================================================================\r
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not\r
+ * use this file except in compliance with the License. You may obtain a copy\r
+ * of the License at\r
+ *\r
+ *       http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\r
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r
+ * License for the specific language governing permissions and limitations under\r
+ * the License.\r
+ * ============LICENSE_END====================================================\r
+*/\r
+package com.gigaspaces.aria.rest.client;\r
+\r
+/**\r
+ * Created by DeWayne on 7/12/2017.\r
+ */\r
+public interface NodeTemplate {\r
+    int getId();\r
+    String getName();\r
+    String getDescription();\r
+    int getServiceTemplateId();\r
+    String getTypeName();\r
+}\r